document.write( "Question 676835: if 5 is added to twice a number and sum is multiplied by 2, then the result is the same as if the number is multiplied by 1 and 4 is added to the product what is number \n" ); document.write( "
Algebra.Com's Answer #420586 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
if 5 is added to twice a number and sum is multiplied by 2, then the result is
\n" ); document.write( " the same as if the number is multiplied by 1 and 4 is added to the product.
\n" ); document.write( " what is number
\n" ); document.write( ":
\n" ); document.write( "2(2n + 5) = 1n + 4
\n" ); document.write( "4n + 10 = n + 4
\n" ); document.write( "4n - n = 4 - 10
\n" ); document.write( "3n = -6
\n" ); document.write( "n = -2
\n" ); document.write( "
\n" );