document.write( "Question 392186: plz help me to sove this problem
\n" );
document.write( "5 Fuji apples and 8 Sunkist oranges cost $17.20 while 3 Fuji apples and 9 Sunkist oranges cost
\n" );
document.write( "$13.05. Find the costs of a Fuji apple and a Sunkist orange respectively \n" );
document.write( "
Algebra.Com's Answer #278354 by stanbon(75887) ![]() You can put this solution on YOUR website! 5 Fuji apples and 8 Sunkist oranges cost $17.20 \n" ); document.write( "--- \n" ); document.write( "5f + 8s = 17.20 \n" ); document.write( "========================== \n" ); document.write( "while 3 Fuji apples and 9 Sunkist oranges cost $13.05. \n" ); document.write( "3f + 9s = 13.05 \n" ); document.write( "========================== \n" ); document.write( "Find the costs of a Fuji apple and a Sunkist orange respectively \n" ); document.write( "==================== \n" ); document.write( "Multiply thru the 1st equation by 3. \n" ); document.write( "Multiply thru the 2nd equation by 5. \n" ); document.write( "------------------------------ \n" ); document.write( "15f + 24s = 3*17.20 \n" ); document.write( "15f + 45s = 5*13.05 \n" ); document.write( "--------------------------- \n" ); document.write( "Subtract 1st from 2nd and solve for \"s\": \n" ); document.write( "21s = 13.65 \n" ); document.write( "s = 0.65 or 65 cents (price of a Sunkist orange) \n" ); document.write( "---- \n" ); document.write( "Substitute into 3f + 9s = 13.05 to solve for \"f\": \n" ); document.write( "3f + 9*0.65 = 13.05 \n" ); document.write( "3f = 7.20 \n" ); document.write( "f = $2.40 (price of a Fuji apple) \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |