The product of three consecutive integers can be represented as three separate variables if you wish.
Let's say m*n*o.
But the fact that they are consecutive means n = m+1, and o = n + 1 or o = m+2.
We'd be able to solve a single equation in terms of a single unknown, so let's use those facts to write the product of the three integers in terms of m.
Go ahead and do that, now.
You should have got, after simplifying, m^3 + 3*m^2 + 2*m as the product of the three unknown integers in terms of m. Of the three integers: m,n& o, we know the smallest was the one we referred to as m, so the cube of the smallest is m^3.
Therefore you should be able to get an expression that equals 85 but is only a quadratic. There are several methods for finding the solutions to a quadratic. I'd be glad to teach them to you if you don't know them yet.
Please respond if you get stuck on solving the rest of this question, or explain how far you get.
For the second problem, we can call the price of a dozen eggs E (or x if you prefer), and the price of a loaf of bread B (or y if you prefer).
The information says that
3E+5B = $6.90
4E+2B = $5.70.
Such systems of two equations using substitution, elimination, various methods using matrices, or graphing. Which would you prefer?
For the last question, we know that both the amount of salt and the total volume are conserved.
Let's call the amount (in mL) of 20% solution T (for twenty) and the amount of Eighteen Percent solution (in mL) E (for eighteen).
So for the salt equation: 15%*100mL = 20%*T + 18%*E + 10% * 40mL
For the volume equation: 100 mL = T + E + 40 mL
We can multiply both sides of the first equation by 100 to get rid of all the percents (optional)
1500 = 20T+18E+400 or (subtracting 400 from both sides) 1100 = 20T + 18E
From the second equation, subtract 40 mL from both sides:
60 mL = T + E.
I'll start you off solving this system by substitution.
From the last equation, E = 60 - T
Therefore plug the right hand side (60-T) wherever we see E in 1100 = 20T+18E
1100 = 20T+18(60-T)
Finish solving this for T and let me know how it went. Be sure to check your answer in the salt equation and the volume equation.