document.write( "Question 93721: At a garage sale all books were one price, and all magazines were another price. Harriet bought 4 books and 3 magazines for $1.45, and June bought 2 books and 5 magazines for $1.25. What was the price of a book and what was the price of a magazine?\r
\n" );
document.write( "\n" );
document.write( "Please help me. I am having trouble understanding. Thank you. \n" );
document.write( "
Algebra.Com's Answer #68286 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Harriet bought 4 books and 3 magazines for $1.45, and June bought 2 books and 5 magazines for $1.25. What was the price of a book and what was the price of a magazine? \n" ); document.write( "---------------- \n" ); document.write( "Let the price of a book be \"b\"; Let the price of a magazine be \"m\". \n" ); document.write( "--------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "1st: 4b+3m=1.45 \n" ); document.write( "2nd: 2b+5m=1.25 \n" ); document.write( "-------------------- \n" ); document.write( "Multiply the 2nd equation by 2 to get: \n" ); document.write( "3rd: 4b+10m=2.50 \n" ); document.write( "-------- \n" ); document.write( "Subtract the 1st equation from the 3rd to get: \n" ); document.write( "4th: 7m=1.05 \n" ); document.write( "m = 0.15 (price of a magazine) \n" ); document.write( "------------- \n" ); document.write( "Substitute that into the 2nd equation to solve for \"b\": \n" ); document.write( "2b + 5*0.15 = 1.25 \n" ); document.write( "2b + 0.75 = 1.25 \n" ); document.write( "2b = 0.50 \n" ); document.write( "b = 0.25 (price of a book) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |