document.write( "Question 973334: Three brothers are going to split a cake in the ratio of 5:4:3. If the cake weighs 36 ounces, how many ounces of cake does the brother with the largest share receive? \n" ); document.write( "
Algebra.Com's Answer #595546 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
5:4:3 ---> 5x, 4x, 3x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "5x+4x+3x = 12x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "12x = 36 which means x = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The largest share is the 5x portion. 5x = 5*3 = 15 ounces is the amount of the largest share.
\n" ); document.write( "
\n" );