document.write( "Question 1019321: A number is decreased by 5, then multiplied by 2. the result is 14. what is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #635250 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number, x. Then we write \n" ); document.write( "(x - 5) * 2 = 14 \n" ); document.write( "Then we distribute the 2 and get \n" ); document.write( "2x - 10 = 14 \n" ); document.write( "Then add ten and divide by two and get \n" ); document.write( "2x = 24 \n" ); document.write( "x = 12 \n" ); document.write( " |