document.write( "Question 1168980: I need help with this question and I have to turn it in by midnight. Please help!\r
\n" );
document.write( "\n" );
document.write( "Mark, Max, Matt, and Mitch were writing an essay for English class. Together their essays were 15,240 words. Matt wrote 20 more words than Max. Mark wrote twice as much as Matt. Mitch wrote 100 words less than Max. How many words did each of them have in their essay? \n" );
document.write( "
Algebra.Com's Answer #793624 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Mark, Max, Matt, and Mitch were writing an essay for English class. Together their essays were 15,240 words. Matt wrote 20 more words than Max. Mark wrote twice as much as Matt. Mitch wrote 100 words less than Max. How many words did each of them have in their essay? \n" ); document.write( "------ \n" ); document.write( "Use a, b, c & d for Mark, Max, Matt, and Mitch respectively. \n" ); document.write( "--- \n" ); document.write( "c = b-20 \n" ); document.write( "a = 2c = 2b-40 \n" ); document.write( "d = b-100 \n" ); document.write( "---- \n" ); document.write( "Add them. \n" ); document.write( "a+b+c+d = 15240 \n" ); document.write( "(2b-40) + b + (b-20) + (b-100) = 15240 \n" ); document.write( " \n" ); document.write( " |