document.write( "Question 1002136: At a peculiar fruit stand, 3 kiwis costs $21.39 minus the cost of 6 grapefruits, and 5 kiwis and 6 grapefruits costs $34.69. What is the cost of each fruit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619114 by stanbon(75887) ![]() You can put this solution on YOUR website! At a peculiar fruit stand, 3 kiwis costs $21.39 minus the cost of 6 grapefruits, and 5 kiwis and 6 grapefruits costs $34.69. What is the cost of each fruit? \n" ); document.write( "-------- \n" ); document.write( "Equations: \n" ); document.write( "3k = 21.39 - 6g \n" ); document.write( "5k + 6g = 34.69 \n" ); document.write( "------ \n" ); document.write( "Rearrange: \n" ); document.write( "3k + 6g = 21.39 \n" ); document.write( "5k + 6g = 34.69 \n" ); document.write( "------- \n" ); document.write( "Subtract and solve for \"k\":: \n" ); document.write( "2k = 13.30 \n" ); document.write( "--- \n" ); document.write( "k = 6.65 (Cost of one Kiwi) \n" ); document.write( "---- \n" ); document.write( "Solve for \"g\":: \n" ); document.write( "3k + 6g = 21.39 \n" ); document.write( "19.95 + 6g = 21.39 \n" ); document.write( "6g = 1.44 \n" ); document.write( "g = 0.24 (Cost of one grapefruit) \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |