document.write( "Question 973990: Laura, Hans, and Scott sent a total of 70 text messages over their cell phones during the weekend. Laura sent 6 fewer messages than Hans. Scott sent 2 times as many messages as Laura. How many messages did they each send? \n" ); document.write( "
Algebra.Com's Answer #596027 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
hans=x
\n" ); document.write( "laura=x-6
\n" ); document.write( "Scott=2(x-6)
\n" ); document.write( "sum to 70\r
\n" ); document.write( "\n" ); document.write( "x+x-6+2x-12=70
\n" ); document.write( "4x-18=70
\n" ); document.write( "4x=88
\n" ); document.write( "x=22 Hans
\n" ); document.write( "Laura=16
\n" ); document.write( "Scott=32
\n" ); document.write( "
\n" );