The larger of two numbers is 8 more than four times the smaller. If the larger is increased by four times the smaller, the result is 40. What are the numbers?

1 Answer
Oct 14, 2015

4" "4 and " "24 24

Explanation:

Let's say that xx is the smaller number and yy is the larger number.

You know that if you multiply the smaller number by 44 and add 88, you get the larger number. This means that you can write

4 * x + 8 = y4x+8=y

Moreover, you know that if you multiply the smaller number by 44 and add it to the larger number, the result will be 4040.

4x + y = 404x+y=40

You now have a system of two equations with two unknowns, xx and yy.

Notice that if you substitute the value of yy from the first equation into the second equation, you get

4x + underbrace(4x + 8)_(color(blue)(=y)) = 40

8x = 32 implies x = 32/8 = color(green)(4)

This means that y is

y = 4 * (color(green)(4)) + 8 = color(green)(24)

The two numbers are

x = 4" " and " "y = 24