document.write( "Question 899149: Ten times the sum of a number and nine is 150. What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #545232 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 10(n+9) = 150 \n" ); document.write( " 10n = 60 \n" ); document.write( " n = 6 \n" ); document.write( " |