document.write( "Question 232281: Translate the sentence below and write the 2 equations. Then solve the equations using substitution or addition.
\n" );
document.write( "Six bananas and three kiwis cost $3.36. Two bananas and five kiwis cost $3.04. Find the cost of a banana and the cost of a kiwi.
\n" );
document.write( "b=
\n" );
document.write( "k= \n" );
document.write( "
Algebra.Com's Answer #171699 by stanbon(75887) ![]() You can put this solution on YOUR website! Translate the sentence below and write the 2 equations. Then solve the equations using substitution or addition. \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "Six bananas and three kiwis cost $3.36. Two bananas and five kiwis cost $3.04. Find the cost of a banana and the cost of a kiwi. \n" ); document.write( "------------- \n" ); document.write( "Equations: \n" ); document.write( "6b + 3k = 336 cents \n" ); document.write( "2b + 5k = 304 cents \n" ); document.write( "----------------------------- \n" ); document.write( "Multiply 2nd equation by 3 to get: \n" ); document.write( "6b + 15k = 912 \n" ); document.write( "--- \n" ); document.write( "Subtract that eq. from the 1st and solve for \"k\": \n" ); document.write( "-12k = -576 \n" ); document.write( "k = 48 cents (price of a kiwi) \n" ); document.write( "---------------------- \n" ); document.write( "Substitute that value into 2b + 5k = 304 to solve for \"b\": \n" ); document.write( "2b + 5*48 = 304 \n" ); document.write( "2b = 64 \n" ); document.write( "b = 32 cents (price of a banana) \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |