document.write( "Question 49175: Translate the following statement into an algebraic equaion. Let x represent the number.
\n" );
document.write( " 8 less than 2 times a number is 9 times that same number.\r
\n" );
document.write( "\n" );
document.write( " x-8*2*9 (I think this is wrong!!) Help \n" );
document.write( "
Algebra.Com's Answer #32600 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! \"less than\" = subtract 8 \n" ); document.write( "\"2 times\" = multiply by 2 \n" ); document.write( "\"a number\" = \"x\" \n" ); document.write( "\"is\" = \"equal\" \n" ); document.write( "\"9 times\" = multiply by 9 \n" ); document.write( "\"the same number\" = \"x\" \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "2x-8=9x \n" ); document.write( " |