document.write( "Question 1179499: Regina, Gabriel, and Felipe sent a total of 103 text messages during the weekend. Regina sent 7 more messages than Felipe. Gabriel sent 4 times as many messages as Felipe. How many messages did they each send? \n" ); document.write( "
Algebra.Com's Answer #809055 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The given information compares the numbers of messages from both Regina and Gabriel to the number sent by Felipe. So use the number sent by Felipe as the variable. \n" ); document.write( "let x = # sent by Felipe \n" ); document.write( "then x+7 = # sent by Regina \n" ); document.write( "and 4x = # sent by Gabriel \n" ); document.write( "The total number of messages was 103: \n" ); document.write( "(x)+(x+7)+(4x) = 103 \n" ); document.write( "Solve using basic algebra.... \n" ); document.write( " \n" ); document.write( " |