document.write( "Question 922764: marie bougth 4apples and 8orange for 46
\n" );
document.write( "juan bought 6apples and 16 orange for 87
\n" );
document.write( "what is the prise of 5 apples. \n" );
document.write( "
Algebra.Com's Answer #559787 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Marie bought 4 apples and 8 oranges for 46. \n" ); document.write( "Juan bought 6 apples and 16 oranges for 87. \n" ); document.write( ": \n" ); document.write( "let a = price of apples. \n" ); document.write( "let r = price of oranges \n" ); document.write( ": \n" ); document.write( "Find the price of 1 apple, using elimination method \n" ); document.write( "4a + 8r = 46 \n" ); document.write( "6a +16r = 87 \n" ); document.write( "multiply the 1st equation by 2, subtract the 2nd equation \n" ); document.write( "8a + 16r = 92 \n" ); document.write( "6a + 16r = 87 \n" ); document.write( "---------------Subtraction eliminates r, find a \n" ); document.write( "2a + 0 = 5 \n" ); document.write( "a = 5/2 \n" ); document.write( "a = 2.5 is the price of one apple \n" ); document.write( "\"What is the price of 5 apples?\" \n" ); document.write( "5 * 2.5 = 12.5 \n" ); document.write( " \n" ); document.write( " |