SOLUTION: can you help me please.the cost of 20 books is $85.00.some of the books cost $8.00 each and the others cost $3.00 each.how many of each type were bought?

Algebra ->  Expressions-with-variables -> SOLUTION: can you help me please.the cost of 20 books is $85.00.some of the books cost $8.00 each and the others cost $3.00 each.how many of each type were bought?      Log On


   



Question 190494: can you help me please.the cost of 20 books is $85.00.some of the books cost $8.00 each and the others cost $3.00 each.how many of each type were bought?
Answer by jonvaliente(64) About Me  (Show Source):
You can put this solution on YOUR website!
Let x=no of $8-book
. y=no of $3-book
.
We know that there were 20 books, so:
x%2By=20 (1)
.
Also, we know that the cost of all the books is $85, so:
8x%2B3y=85 (2)
.
Let's multiply (1) by 3 to get:
3%2A%28x%2By%29=20%2A3
3x%2B3y=60
.
Let's subtract this new equation from (2) to get:
8x%2B3y=85
-3x%2B3y=60
===============
5x=25
.
Dividing both sides by 5 we get:
5x%2F5=25%2F5
x=5
.
Now we know that there were 5 8-dollar books and 20-5=15 3-dollar books.
.
To check:
5*8+15*3=?85
40+45=?85
85=85