document.write( "Question 1025906: Jerry Frank and Scott share food expenses each month because he eats only one meal a day at home. Jerry pay $75 less each month then either Frank or Scott. Scott and Frank paid equal amounts. If last month's total bill came to $411 what was Jerry share?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #641181 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Scott and Frank pay the same amount, we'll call this amount x. \n" ); document.write( "Jerry pays 75 less, so he pays x-75. \n" ); document.write( "So we have: \n" ); document.write( "2x+x-75 = 411 \n" ); document.write( "3x = 486 \n" ); document.write( "x = 162 this is how much each Scott and Frank pay, and Jerry: \n" ); document.write( "162-75 = 85 is how much Jerry pays \n" ); document.write( " |