You asked for help solving: "One number is six more than another. Their product is 520."
Let's translate these words into an equation:
One number (n) is six more than another (x).
n = 6+x
Their product is 520.
n•x=520
We now have two equations, each of which has two variables. We need to find a way to eliminate one of the variables in order to start solving. One way to do this is with substitution.
n•x=520
From the first equation that we wrote, we know that n = 6+x.
Where you see n in the second equation, you can substitute 6+x because they have equal values.
n•x=520
(6+x)•x=520
Now this is a solvable one-variable equation
First, simplify the left side of the equation
6x+x2=520
Then you might notice that we can re-write this equation in the format ax2 + bx + c = 0, which tells us it is a quadratic equation that can be solved for x.
x2 + 6x – 520 = 0
a = 1
b = 6
c = -520
Substitute these values into the quadratic formula or solve by factoring to find the possible values of x.
Hope this helps! If you find this answer useful, please give it an upvote.