document.write( "Question 34424: A shopper buys three oranges and five lemons for $10.26, while a second shopper buys four lemons and six oranges for $11.16. What is the price of each fruit?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #20704 by hydromojo(20)![]() ![]() ![]() You can put this solution on YOUR website! 3O+5L = $10.26 ............#1 \n" ); document.write( "6O+4L = $11.16 ............#2 \n" ); document.write( "divide #2 by 2 throughout, we get \n" ); document.write( "3O+2L = $5.58 ...........#3 \n" ); document.write( "subtract #2 from #1, you get the price of oranges as 82c \n" ); document.write( "put this value in either equation, you get the value of lemons as $1.56 \n" ); document.write( " |