document.write( "Question 1161079: Raina, Kevin, and Dan sent a total of
\n" );
document.write( "104
\n" );
document.write( " text messages during the weekend. Dan sent
\n" );
document.write( "2
\n" );
document.write( " times as many messages as Raina. Kevin sent
\n" );
document.write( "8
\n" );
document.write( " more messages than Raina. How many messages did they each send?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784525 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The solution by the other tutor is fine.... \n" ); document.write( "But solving a problem like this is nearly always much easier if you take the time to set it up to be solved using a single variable instead of three. \n" ); document.write( "The given information compares the numbers of messages sent out by both Dan and Kevin to the number sent out by Raina. So let your variable be the number sent out by Raina: \n" ); document.write( "x = number sent out by Raini \n" ); document.write( "2x = number sent out by Dan (twice as many as Raina) \n" ); document.write( "x+8 = number sent out by Kevin (8 more than Raina) \n" ); document.write( "Then write a single equation in the single variable that says the total number of messages was 104: \n" ); document.write( " \n" ); document.write( "Solving that single equation is basic algebra -- much easier than working with three equations and three unknowns. \n" ); document.write( " \n" ); document.write( " |