document.write( "Question 1039435: 10 times a number is added to twice the number, the results is 48
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #654167 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number is x \n" ); document.write( "10x+2x=48 \n" ); document.write( "12x=48 \n" ); document.write( "x=4 \n" ); document.write( "10 times 4 is 40. Add to 2*4 and get 48 \n" ); document.write( " |