document.write( "Question 858376: if 5 is added to twice a number and this sum is multiplied by 4, the result is the same as if the number is multiplied by 0 and 4 is added to the product. What is the number? \n" ); document.write( "
Algebra.Com's Answer #517290 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! 4(5 + 2X)= 4 (any number multiplied by 0 is 0, so didn't include that) \n" ); document.write( "Distribute \n" ); document.write( "20+8X=4 \n" ); document.write( "Subtract 20 from each side \n" ); document.write( "8X = -16 \n" ); document.write( "Divide each side by 8 \n" ); document.write( "x = -2 \n" ); document.write( " |