document.write( "Question 185253: Four oranges and five apples cost $2.00. Three oranges and four apples cost $1.56. Find the cost of an orange and the cost of an apple. \n" ); document.write( "
Algebra.Com's Answer #138955 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Four oranges and five apples cost $2.00. Three oranges and four apples cost $1.56. Find the cost of an orange and the cost of an apple. \n" ); document.write( "-------------------- \n" ); document.write( "4r + 5a = 200 cents \n" ); document.write( "3r + 4a = 156 cents \n" ); document.write( "------------------------- \n" ); document.write( "Modify to prepare for elimination: \n" ); document.write( "12r + 15a = 600 \n" ); document.write( "12r + 16a = 624 \n" ); document.write( "------------------------ \n" ); document.write( "Subtract 1st from 2nd to solve for \"a\": \n" ); document.write( "a = 24 cents (price of an apple) \n" ); document.write( "----- \n" ); document.write( "Substitute to solve for \"r\": \n" ); document.write( "4r + 5*24 = 200 \n" ); document.write( "4r + 120 = 200 \n" ); document.write( "4r = 80 \n" ); document.write( "r = 20 cents (price of an orange) \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |