What is 1/5 + 2/3 plz answer this

Answers

Answer 1
It's 13/15 hope this helped can u pls mark me brainliest
Answer 2
1/5 + 2/3

3/15 + 10/15 = 13/15

13/15 is your answer

find a common denominator, and multiply the numerator by the opposite denominator

then add

Related Questions

Suppose the constant rate of change of y with respect to x is 8.5, and the value of y is 5 when the value of x is 11. what is the value of y when the value of x is 19? what is the value of y when the value of x is –1? what is the value of x when the value of y is 7?

Answers

Answer:

(x, y) = (19, 73)(x, y) = (-1, -97)(x, y) = (11 4/17, 7)

Step-by-step explanation:

You are given a point and a slope, so you can write the linear equation relating x and y using the point-slope form of the equation for a line. That form for slope m and point (h, k) is ...

  y = m(x -h) +k

For your given values, m = 8.5, and (h, k) = (11, 5), the equation relating x and y can be written ...

  y = 8.5(x -11) +5

___

Evaluating this for several different x-values can be done with a spreadsheet or calculator. I like to write the function into a graphing calculator and let it do the tedious arithmetic. (See the attachment.)

However, to show you what is involved in doing this by hand, we can ...

  let x = 19, then ...

  y = 8.5(19 -11) +5 = 8.5·8 +5 = 73

__

  let x = -1, then ...

  y = 8.5(-1-11) +5 = 8.5·(-12) +5 = -97

____

To find the value of x for y=7, we can realize that to make y go up by 2 (from the given point of 5), we need to have x go up by 2/8.5 (from the given point of 11). That is ...

  for y = 7 ...

  x = 11 + 2/8.5 = 11 + 4/17 = 11 4/17

To determine values for y based on x in a linear function, use the equation derived. For x = 19, y equals 73; for x = -1, y equals -97. Solving for x when y is 7 gives approximately 11.24.

To solve the given problem, we use the concept of a linear function which states that the change in y with respect to x is constant. Here, the constant rate of change (slope) is given as 8.5.

We can express the linear relationship in the form of the equation:

y = 8.5x + b

We are also given a point on the line: (11, 5). Plugging these values into the equation to find b:

5 = 8.5(11) + b

5 = 93.5 + b

Subtract 93.5 from both sides:

b = 5 - 93.5 = -88.5

So, the equation becomes:

y = 8.5x - 88.5

Now, let's find the values of y for the given x values:

When x = 19: y = 8.5(19) - 88.5 = 161.5 - 88.5 = 73When x = -1: y = 8.5(-1) - 88.5 = -8.5 - 88.5 = -97

To find the value of x when y = 7, we can rearrange the equation:

7 = 8.5x - 88.5

Add 88.5 to both sides:

95.5 = 8.5x

Divide by 8.5:

x = 95.5 / 8.5 = 11.2353 (approximately)

Roberto Anaya and his wife plan to rent a condominium for $725 per month. They pay a $125 monthly fee for all of the maintenance work. Their annual expenses are insurance $468, lost interest, $129; and utility bills, $3,000. What are their average monthly expenses to the nearest cent?

Answers

the answer is $1,149.75

Answer:

The average monthly expenses is $ 1,149.75

Step-by-step explanation:

Given,

The monthly rent of the condominium = $ 725,

Also, monthly fee for maintenance work = $ 125,

And, Their annual expenses are insurance $468, lost interest, $129; and utility bills, $3,000,

⇒ The total annual expenses in insurance, lost interest and utility bill = $ 468 + $ 129 + $ 3,000

= $ 3597,

⇒ The monthly expenses in insurance, lost interest and utility bills = [tex]\frac{3597}{12}[/tex]

= $ 299.75,

Hence, the average monthly expenses = monthly rent of the condominium + monthly fee for maintenance work + monthly expenses in insurance, lost interest and utility bills

= $ 725 + $ 125 + $ 299.75

= $ 1,149.75

12 ch 5 warm up: people's weights (java) (1) prompt the user to enter five numbers, being five people's weights. store the numbers in an array of doubles. output the array's numbers on one line, each number followed by one space. (2 pts) ex: enter weight 1: 236.0 enter weight 2: 89.5 enter weight 3: 142.0 enter weight 4:

Answers

Final answer:

The code provided guides the user through entering five weights using a Scanner object, stores them in a double array, and then prints them all on one line separated by spaces.

Explanation:

To address the question of prompting the user to enter five people's weights and storing them in an array of doubles in Java, we need to provide a short piece of code executing this task.

The code will look something like this:

import java.util.Scanner;
class Main {
 public static void main(String[] args) {
   Scanner scanner = new Scanner(System.in);
   double[] weights = new double[5];

   for(int i = 0; i < weights.length; i++) {
     System.out.println("Enter weight " + (i+1) + ": ");
     weights[i] = scanner.nextDouble();
   }

   System.out.println("The entered weights are:");
   for(double weight : weights) {
     System.out.print(weight + " ");
   }
 }
}

This code initializes a Scanner to take user input, creates an array of doubles to store the weights, and uses a for loop to iterate over the array, prompting the user to enter a weight for each element. It then prints out each weight followed by a space.

a football game had 20 and 2/3 minutes of commercials in the first 1 1/4 hours it was on at that rate how many minutes of commercials will be shown in three and a half hours

Answers

About 57.85 minutes worth of commercials will be shown. 

Jamar is factoring 90x-15. Find his mistake and correct it

Answers

Answer: 15(6x - 1)

Step-by-step explanation: Jamar had a great start, by figuring out the factors of both 90 and 15; of which he picked 15.

What he got wrong was failing to do same to the value 15 exactly what he did to 90x.

To put it right, here is how to go about it:

90x - 15

Factor of both 90 and 15 is 15

Therefore:

15 (6x - 1)

This is correct. You can as well expand the result to check.

The correct factorization will be:  15(6x - 1)

Given,

90x-15

Here,

Jamar had a great start, by figuring out the factors of both 90 and 15; of which he picked 15.

What he got wrong was failing to do same to the value 15 exactly what he did to 90x.

To make it correct:

90x - 15

Factor of both 90 and 15 is 15

Therefore:

15 (6x - 1)

Hence the correct factorization is achieved .

Know more about factorization,

https://brainly.com/question/29155845

#SPJ6

A box of packaged snacks contains 6 individual bags and costs $5.40. Each individual bag contains 18 crackers. What is the cost per cracker?

Answers

Final answer:

The cost per cracker from a box of 6 individual bags costing $5.40, with each bag containing 18 crackers, is $0.05.

Explanation:

In the process of calculating the cost per cracker, the initial step involves determining the cost per bag. This is accomplished by dividing the total cost of the box, which amounts to $5.40, by the number of bags contained within, totaling 6 bags. Consequently, the cost per bag is determined to be $0.90. Subsequently, to ascertain the cost per individual cracker, the cost per bag is further divided by the number of crackers present in each bag, which is 18. Following this calculation, it is established that each cracker costs $0.05. In essence, the cost analysis method involves dividing the total box cost by the number of bags to derive the cost per bag, and then dividing this value by the number of crackers per bag to determine the precise cost per cracker, amounting to 5 cents per cracker.

Learn more about Cost per unit here:

https://brainly.com/question/29355214

#SPJ12

On Thursday, a local hamburger shop sold a combined total of 258 hamburgers and cheeseburgers. The number of cheeseburgers sold was two times the numbers of hamburgers sold. How many hamburgers were sold on Thursday?

Answers

h+2h=258
3h=258
h=86
86 hamburgers were sold

What is the equation of the line (8,-6) 8x-3y=7

Answers

plug in the x and y to the respective areas

8(8)- 3(-6) = 7
64 - (-18) = 7
82 = 7

false

this points listed above does not work

hope this helps

please help solve this equation

Answers

u see that 75 degree angle...that angle and the one next to it...the angle in ur triangle...they make a linear pair and are = to 180.....so the angle in ur triangle that has no number by it, is gonna be 180 - 75 = 105.

and the interior angles of a triangle = 180
< x + 105 + 32 = 180
< x + 137 = 180
< x = 180 - 137
< x = 43 <==
the answer is 43
180-75=105
105+32=137
180-137=43
x=43

2t+8>-4(t+1)
T>___
**The sign is meant to be more than or equal to.**

Answers

2t+8>-4(t+1)
2t + 8 > -4t - 4
2t + 4t > -4 - 8
6t > -12
  t > -2

answer
  t > -2

20 POINTS PLEASE HELP, need it tonight
A system of equations is graphed on the coordinate plane.

2y=3x−14
y=6x−2
A. No solution
B. One solution
C. Infinitely many solutions

Answers

To answer this item, we may use the concept of substitution such that we substitute y of the second equation to y of the first equation.

   2(6x - 2) = 3x - 14

Simplifying,
    12x - 4 = 3x - 14

      x = -10/9

Calculating for the value of y,
   y = 6(-10/9) - 2
    y = -26/3

The solution of the system of linear equation is then (-10/9, -26/3).

Answer:

A

Step-by-step explanation:

A wedding dress is on sale for $225.00,which is 25% off of the original price. What was the original price. how do you solve this?

Answers

Answer:

  $300

Step-by-step explanation:

Write an equation for the the sale price in terms of the original price. Then solve for the original price.

  sale price = (original price) - (percent off) × (original price)

Factoring out the (original price), we have ...

  sale price = (original price) × (1 - percent off)

We can find the original price by dividing this equation by (1 - percent off).

  (sale price)/(1 -percent off) = original price

Putting in the numbers, we get ...

  $225/(1 -25%) = original price

  $225/(1 - 25/100) = $225/(1 -0.25) = $225/0.75 = original price = $300

In 10 minutes a heart can beat 700 times. At what rate can a heart beat?

Answers

Heart will beat 140 times in 2 minutes.
Heart beats at a rate of 70 beats per minute.

(How it's done down below)

In 0 minutes heart beats 700 times

hence in 1 minute it will beat 700/10=70 times

and heart will beat 140 times in 140/70=2 minutes

Answer:

Heartbeats at a rate of 70 beats per minute.

Explanation:
In 10 minutes heart beats 700 times

hence in 1 minute it will beat 700 ÷ 10=70 times

Find the slope of the line that passes through (8, 10) and (1, 1). Simplify your answer and write it as a proper fraction, improper fraction, or integer.

Answers

Final answer:

The slope of the line that passes through (8, 10) and (1, 1) is 9/7.

Explanation:

To find the slope of a line that passes through two given points, (x1, y1) and (x2, y2), we use the formula:



m = (y2 - y1) / (x2 - x1)



Using the given points (8, 10) and (1, 1), we substitute the coordinates into the formula:



m = (1 - 10) / (1 - 8) = -9 / -7 = 9/7



Therefore, the slope of the line that passes through (8, 10) and (1, 1) is 9/7.

Learn more about slope here:

https://brainly.com/question/19131126

#SPJ2

The slope of the line that passes through the points (8, 10) and (1, 1) is calculated using the slope formula and it comes out to be 9/7, which is an improper fraction.

To find the slope of a line passing through two points, you use the slope formula:

Slope (m) = (change in y) / (change in x) = (y2 - y1) / (x2 - x1)

For the points (8, 10) and (1, 1), we calculate the slope as follows:

m = (1 - 10) / (1 - 8)

m = (-9) / (-7)

m = 9/7

Therefore, the slope of the line that passes through (8, 10) and (1, 1) is 9/7, which is an improper fraction.

Suzan sees a bag of marbles, she grabs a handful at random. She has seen a bag containing four red marbles, four green ones, two white ones, and two purple ones. She grabs eight of them. Find the probability of the following event, expressing it as a fraction in lowest terms. She does not have all the red ones.

Answers

Total number of marbles = four red + four green + two white + two purple = 12

Number of marbles taken by her = 8

We have to find the probability that she does not get red.
Instead we find the probability of getting red and then we can take the complement of (getting red)

Now probability of getting red is given as:

No. Of favourable outcomes = Choose 8 out of 11= 8 C 11= (11!)/(8! * 3!)
= 165

Now to choose red balls, she will choose 4 red balls from 4 red balls and other 4 from remaining 8.
4 C 4 * 4C 8 = 70

Probability ( getting red) = 70/165

Therefore, probability (not getting red) = 1- (70/165) = 95/165 = 19/33

8-(x+3)=11 solve for x

Answers

If you're subtracting to add, you must subtract a negative number to be able to solve for x. So 8-(-6+3)=11. x= -6.
first multiply -1 by everything in the parenthesis, so it would be
8 - x - 3 = 11
combine like terms (8 and -3)
5 - x = 11
subtract 5 from both sides
-x = 11-5
-x = 6
divide both sides by -1 and you get 
x = -6




A 5000 seat theater has tickets at $27 and $40. How many tickets should be sold at each price for a sellout performance to generate a total revenue of $158,400

Answers

Let
x =  the number of tickets sold at $27 each
y =  the number of tickets sold at $40 each

Because 5000 tickets were sold, therefore
x + y = 5000              (1)

Because the revenue generated was $158,400, therefore
27x + 40y = 158400      (2)

From (1),
y = 5000 - x          (3)

Substitute (3) into (2).
27x + 40(5000 - x) = 158400
-13x + 200000 = 158400
-13x = -41600
x = 3200
y = 5000 - x = 5000 - 3200 = 1800

Answer:
3200 tickets at $27 each, and
1800 tickets at $40 each

Final answer:

This math problem can be solved by setting up a system of linear equations. Designate the number of $27 tickets as x and the number of $40 tickets as y. You then form two equations, one for the total number of tickets (x + y = 5000) and one for the total revenue (27x + 40y = 158400). Solve these equations to determine how many of each ticket should be sold.

Explanation:

The subject of this question is a problem in algebra, specifically a system of linear equations. Let's denote the number of $27 tickets as x and the number of $40 tickets as y. The total number of tickets sold will be 5000. So, we have our first equation: x + y = 5000. The total revenue is $158,400. The revenue from $27 tickets will be $27x and the revenue from $40 tickets will be $40y. So, we have our second equation: 27x + 40y = 158400. Now, we have a system of linear equations which can be solved to find the number of each ticket type that should be sold. Solve these equations to get the desired quantity of ticket type for generating the required total revenue.

Learn more about Linear Equations here:

https://brainly.com/question/32634451

#SPJ11

What temperature is ten degrees higher than -7°C ?

Answers

The temperature would be 3 °C.
Hello!
So, if I understand this correctly, you are asking what temperature is ten degrees higher than -7°C.
Basically, all you are doing is -7 + 10.
If you add 10 to -7, it cancels out the negative, and makes it positive, because 10 is greater than -7.
Once the -7 is cancelled out, you have 3 remaining. 0 + 3 = 3.
Therefore, the temperature that is 10 degrees higher than -7°C is 3°C.
X=3°C
Hope this helped!
Regards,
KayEmQue

The local drugstore is offering 15% off the normal price for a 16-pack of AAA batteries. If a 16-pack of AAA batteries is normally $9.99, what would be the sale price for the batteries after the discount?

Answers

It would be around $8.50 you may need to round your $9.99 to $10

Answer:

D: $8.95

Step-by-step explanation:

step 1

Calculate what 15% of the normal price is.

15% as a decimal is 0.15. Multiply this by $9.99.

0.15⋅$9.99 = $1.4985

step 2

Subtract $9.99 by $1.4985 and round the difference to the nearest cent.

$9.99 − $1.4985 = $8.4915 ≈ $8.49

step 3

Match your solution to the correct answer choice.

Answer choice D is the only answer choice that matches your solution. Select answer choice D and move on to the next question.

Martha, Lee, Nancy, Paul, and Armando have all been invited to a dinner party. They arrive randomly and each person arrives at a different time In how many ways can they arrive?

Answers

To solve this problem you have to use permutations. Permutations are where you have a group of things and you want to see how many different combinations you can make, but for these combinations the ordering matters. This would be 5P5 and the answer is they can arrive in 120 different ways.

x(7x-3)(x^2+81)=0x (7x-3)(x2+81)=0

Answers

leave it that is the answer

(3.6)^x=45 solve the exponential equation?

Answers

Hello there!

(3.6)^x = 45

We wanna start by taking log of both sides.

log(3.6)^x = log(45)

x * (log(3.6))= log (45)

x = log(45)/log(3.6)

x = 2.971787

Thus, the correct answer is x = 2.97



I hope this helps!

Solve: The quantity 2 x minus 10 divided by 4 = 3x

Answers

the answer is x= 0
2x-10/4=3x 
2x-10/4x=3x
2x-5/2x=3x
-x/2=3x
-x=6x
-x-6x=0
-7x=0
x=0

I need help answering this question.

Answers

Her credits need to be AT LEAST EQUAL TO OR GREATER THAN 144 (credit hours) so we can eliminate choices B and D.

She already completed 4 semesters in which she receives 15 credit per semester.

This expression can be written as 4(15).

She needs to do a certain remaining hours of credit which can be represented by c and only c without any other coefficient.

So, the most reasonable choice here is A.
the answer is D 4(15)+c < 144

Will give brainliest!
How long will it take the tool to fall to the ground?
The function for objects dropped from a height where t is the time in seconds, h is the height in feet at time t, and h0 is the initial height is h(t)=-16t^2+h0. The building I already figured to be 162 feet.
Thank You!!

Answers

check the picture below, it hits the ground when y = 0.

[tex]\bf ~~~~~~\textit{initial velocity}\\\\ \begin{array}{llll} ~~~~~~\textit{in feet}\\\\ h(t) = -16t^2+v_ot+h_o \\\\ \end{array} \quad \begin{cases} v_o=\stackrel{0}{\textit{initial velocity of the object}}\\\\ h_o=\stackrel{162}{\textit{initial height of the object}}\\\\ h=\stackrel{}{\textit{height of the object at "t" seconds}} \end{cases} \\\\\\ h(t)=-16t^2+0t+162\implies 0=-16t^2+162\implies 16t^2=162 \\\\\\ t=\cfrac{162}{16}\implies t=\cfrac{81}{8}\implies t=10\frac{1}{8}[/tex]

2x + 5y = −13 3x − 4y = −8

Answers

15x-20y=-40
8x+20y=-52
____________
23x=-92
x=-4
-8+5y=-13
5y=-5
y=-1
(-4,-1)

y varies jointly as x and z. y equals 80y=80 when x equals 5x=5 and z equals 4z=4. Find y when x equals 4x=4 and z equals 6z=6.

Answers

[tex]\bf \qquad \qquad \textit{direct proportional variation}\\\\ \textit{\underline{y} varies directly with \underline{x}}\qquad \qquad y=kx\impliedby \begin{array}{llll} k=constant\ of\\ \qquad variation \end{array}\\\\ -------------------------------\\\\[/tex]

[tex]\bf \textit{\underline{y} varies jointly as \underline{x} and \underline{z}}\implies y=kxz \\\\\\ \textit{we also know that } \begin{cases} y=80\\ x=5\\ z=4 \end{cases}\implies 80=k(5)(4)\implies 80=20k \\\\\\ \cfrac{80}{20}=k\implies 4=k\qquad thus\qquad \boxed{y=4xz}\\\\ -------------------------------\\\\ if~\begin{cases} x=4\\ z=6 \end{cases}~\textit{what is \underline{y}?}\qquad y=4(4)(6)[/tex]

What is the equation, in point-slope form, of the line that is perpendicular to the given line and passes through the point (−4, −3)?

a; y + 3 = −4(x + 4)
b; y + 3 = –1/4(x + 4)
c; y + 3 = 1/4(x + 4)
d; y + 3 = 4(x + 4)

Answers

What is the given line?

How much time does it take light to travel from the moon to the earth, a distance of 384000?

Answers

V = speed of light = 3 x 108 m/s

d = distance = 384000 x 103 m = 3.84 x 108 m

time taken = t = d/V = 3.84 x 108 /(3 x 108 ) = 1.28 sec

Find the difference between the product of 26.22 and 3.09 and the sum of 3.507, 2.08,
11.5, and 16.712.

A. 4.489
B. 6.511
C. 47.2208
D. 58.3108

Answers

The product of 26.22 and 3.09 is:
26.22 * 3.09 = 81.0198

The sum of 3.507, 2.08, 11.5, and 16.712 is:
3.507+ 2.08 +11.5+ 16.712 = 33.799

The difference between the product and the sum is:
81.0198 - 33.799 = 47.2208
C. 47.2208!!!!!!!!!!!!!!!!!!!!!!!
Other Questions
A group of preschoolers has 63 boy and 27 girls. What is the relationship of boys to all children? a contractor finds that 6 gallons of paint will cover 750sq ft of wall area.how much wall area could be covered with 18 gallons of paint Nancy's therapist is an active listener who often paraphrases what she says. he does not judge her and is quite open to her exploration of her weaknesses. he gives her appropriate validation and encourages her to reflect on her feelings. he wants to deepen her self-understanding. her therapy is most likely Why do the two circles of latitude never touch? A biologist is in the process of classifying and newly discovered fungus. The fungus is a decomposer and has sac-like structures. To which group does the organism most likely belong? Read the poem Fog, by Carl Sandburg. The fog comes on little cat feet. It sits looking over harbor and city on silent haunches and then moves on. What is the main similarity between Fog and Frosts poem "Mending Wall"? Peter's grandmother often wore a "babushka," or a headscarf tied below the chin, which was a common accessory among elderly Russian women.Why is the word "babushka" in quotation marks?A. Because it reflects the author's personal writing voice.B. Because it is a word that may be unfamiliar to audiencesC. Because it is a direct quote from an outside source.D. Because it is being paraphrased from an original source. HELP PLEASE!!!!!Choose the adjective phrase in the sentence. If sentence has no adjective phrase, choose (none).Especially in arid regions, xeriscaping solves the problem of water use.A: the problem B: noneC: in arid regions D: of water use A video store offers two types of rental cars. Each rental card is good for six months. The gold rental card costs $25 plus $1.75/rental. The silver rental card cost $10 plus $3.25/rental. Explain why someone would prefer one card over the other. How far can you get away from your little brother with the squirt gun filled with paint if you can travel 3m/s and you have 15s before he sees you? Annie plants 6 rows of small flower bulbs in a garden. She plants 132 bulbs in each row. How many bulbs does Annie plant? in what accent civilization did hinduism buddhism and jainism start in? An employee of a nursing home is injured on the job while lifting patients. she believes her back has been injured, but not badly. what is the initial action she should be taking after hurting her back. Rutherford and Soddy's research involved:1)Deflection of alpha particles caused by positive nucleus2)Defining the components of atomic nuclei3)The theory that uranium successively disintegrated to lead4)Non of the above The two forms of technology are better devices and improved ___________ Fill in the blank with the words provided1-5 words: destaca, ambiente, casco, vanguardismo, patrimonioMadrid es una ciudad con un 1.____________] muy especial. Su 2._________es evidente en el 3.__________ histrico. Su embrujo se 4._________ con la arquitectura de los edificios donde se funden la historia y el 5.__________ . Se conserva y se mezcla lo antiguo con lo moderno.Words for 6-10: Encuentra, alojamiento, zonas de esparcimiento, centros de reunin, gastronoma Lo antiguo se 6. _________ en los restaurantes por la 7.__________ , en el 8._________ que abarca casas antiguas y en muchos edificios del gobierno. Lo moderno se ve en los 9.__________ , las zonas comerciales, las 10.______________ y el alojamiento .Words for 11-15: contar, nocturna, acogedora, cmodo, incomparablesMadrid es una ciudad muy 11.___________]. Un turista estar muy 12._________ con la gente tan amistosa. Disfrutar de la vida 13._________ y de ver los monumentos conocidos. Puede 14._________ con un viaje destacado. Sern unas vacaciones 15._________ In what part of the cell is the protein molecule made and what structure is the site of protein synthesis? Which type of resource is a fossil fuel?renewablenonrenewablereusablerecycledWILL GIVE BRAINLIEST Which feature is characteristic of french painting in the fifteenth century? b. Yesterday, Gina again mixed red and white paint and made the same amount of paint, but she used one more pint of red paint than she used last week. Predict how the new paint color will compare to the paint she mixed last week Steam Workshop Downloader