document.write( "Question 905559: Jesse and Larry entered a pie eating contest. Jesse ate 5 less than twice as many pies as Larry. They ate a total of 16 pies. How many pies did each eat? \n" ); document.write( "
Algebra.Com's Answer #549280 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x amount of pies Larry ate \n" ); document.write( "Jesse + Larry \n" ); document.write( "(2x-5) + x = 16 \n" ); document.write( "3x = 21 \n" ); document.write( "x = 7, amount of pies Larry ate. Jesse ate 9 \n" ); document.write( "And... checking \n" ); document.write( "sum is 16 \n" ); document.write( " |