document.write( "Question 1005101: While playing a game with her friends Ellen scored 12 points less than twice the lowest score. She scored 98. What was the lowest score\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621408 by fractalier(6550) You can put this solution on YOUR website! Call the lowest score, x. \n" ); document.write( "Then from the facts we have \n" ); document.write( "98 = 2x - 12 \n" ); document.write( "110 = 2x \n" ); document.write( "x = 55 \n" ); document.write( " |