Simultaneous equation word problem

  • Context:
  • Thread starter Thread starter linapril
  • Start date Start date
  • Tags Tags
    Word problem
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 5K views
linapril
Messages
22
Reaction score
0
"A school mathematics department has 1440 euros to buy textbooks.
Maths for All volume 1 costs 70 euros. Maths for All volume 2 costs 40 euros.
The department wants twice as many copies of volume 1 as volume 2.
How many of each volume can they buy?"

I got up to that the first equation is 70x + 40y= 1440, but I have no idea how to proceed after that. How do I get a constant in the second equation? I'm lost.
 
Mathematics news on Phys.org
You have chosen to let x represent the number of vol. 1 and y represents the number of vol. 2 purchased.

Your first equation is good, although I would divide through by 10 so the numbers are smaller. Now, we are also told:

"The department wants twice as many copies of volume 1 as volume 2."

This means x must be twice the value of y. How can you write this mathematically?
 
Would x = 2y be right?
 
That would be exactly right!:cool:

So, we now have:

$\displaystyle 7x+4y=144$

$\displaystyle x=2y$

Now, use the second equation, and substitute for x into the first equation to get an equation in y, which you can then solve. Once you have the value of y, then use the second equation to get x.