document.write( "Question 819736: Three times a number added to 3 is 30. Find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #493238 by Ms. U(2)![]() ![]() You can put this solution on YOUR website! Let x be the number. \n" ); document.write( "3(x)+3= 30 (Transpose 3 to the right side.) \n" ); document.write( "3x =30-3 \n" ); document.write( "3x = 27 (Divide both side by 3 to get the value of x.) \n" ); document.write( "3x/3 = 27/3\r \n" ); document.write( "\n" ); document.write( "x = 9 \n" ); document.write( " |