document.write( "Question 1145333: at a supermarket 3 oranges and 5 apples cos £2.05. at a corner store where oranges are the same but apples are 50% more expensive, 3 oranges and 5 apples cost £2.55
\n" );
document.write( "Find the price of an orange and the price of an apple in the supermarket. \n" );
document.write( "
Algebra.Com's Answer #766563 by ikleyn(52814)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let R and A be the prices for one oRange and one Apple at the supermarket, respectively.\r\n" ); document.write( "\r\n" ); document.write( "Then from the condition you have this system of equations\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 3R + 5A = 2.05 (1)\r\n" ); document.write( "\r\n" ); document.write( " 3R + 5*(1.5A) = 2.55 (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify it\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 3R + 5A = 2.05 (1)\r\n" ); document.write( "\r\n" ); document.write( " 3R + 7.5A = 2.55 (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To solve this system, apply the Elimination method. \r\n" ); document.write( "\r\n" ); document.write( "For it, subtract equation (1') from (2'). You will get\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 2.5A = 0.50\r\n" ); document.write( "\r\n" ); document.write( " A =\r \n" ); document.write( "\n" ); document.write( "Solved. \n" ); document.write( " |