document.write( "Question 131820: In a bowl, 1/3 of the fruit are apples and 2/5 are oranges. There are also 8 bananas. How many apples are there in the bowl? How many bananas are there? How many pieces of fruit are there in all? \n" ); document.write( "
Algebra.Com's Answer #96238 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a bowl, 1/3 of the fruit are apples and 2/5 are oranges. There are also 8 bananas. How many apples are there in the bowl? How many bananas are there? How many pieces of fruit are there in all? \n" ); document.write( "------------------- \n" ); document.write( "Let \"x\" be the total number of fruit: \n" ); document.write( "EQUATION: \n" ); document.write( "(1/3)x + (2/5)x + 8 = x \n" ); document.write( "Multiply thru by 15 to get: \n" ); document.write( "5x + 6x + 120 = 15x \n" ); document.write( "4x = 120 \n" ); document.write( "x= 30 (# of pieces of fruit) \n" ); document.write( "(1/3)x = 10 (# of apples) \n" ); document.write( "(2/5)x = 12 (# of oranges) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |