document.write( "Question 889152: Please help me solve this question: \r
\n" );
document.write( "\n" );
document.write( "3 times a number is 14 less than 80. What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #537937 by kartikmoorthy(1)![]() ![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "three times the number is 3x \n" ); document.write( "it equals to 80-14 \n" ); document.write( "hence equations is \n" ); document.write( "3x + 14 = 80 \n" ); document.write( "3x + 14 - 14 = 80 -14 subtract 14 on both sides \n" ); document.write( "3x = 66 \n" ); document.write( "3x/3 = 66/3 divide by 3 \n" ); document.write( "x = 22 \n" ); document.write( "the number is 22 \n" ); document.write( " |