document.write( "Question 53240: Can someone help me on this problem?\r
\n" );
document.write( "\n" );
document.write( " I need to write the following phrase using symbols. I need to use the variable x to represent the number:
\n" );
document.write( " Eight less than three times a number. Is it:\r
\n" );
document.write( "\n" );
document.write( " (A) 3(8 -x)
\n" );
document.write( " (B) 3(x -8)
\n" );
document.write( " (C) 3x -8 or
\n" );
document.write( " (D) 8 - 3x\r
\n" );
document.write( "\n" );
document.write( " Thanks, Sher \n" );
document.write( "
Algebra.Com's Answer #35492 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! NUMBER = X \n" ); document.write( "3 TIMES THE NUMBER = 3X \n" ); document.write( "8 LESS THAN THAT = 3X-8 \n" ); document.write( "C IS THE ANSWER \n" ); document.write( " |