document.write( "Question 476288: The product of -2 and a number is the same as the total of 15 and the number find the number. How do i set it up and get the answer \n" ); document.write( "
Algebra.Com's Answer #326577 by Maths68(1474) You can put this solution on YOUR website! Let x is the number that we need to find\r \n" ); document.write( "\n" ); document.write( "Product of -2 and x = (-2)(x) = -2x \n" ); document.write( "Total of 15 and x = 15+x\r \n" ); document.write( "\n" ); document.write( "Product of -2 and x = Total of 15 and x \n" ); document.write( "(-2)(x)=x+15 \n" ); document.write( "-2x=x+15 \n" ); document.write( "-2x-x=15 \n" ); document.write( "-3x=15 \n" ); document.write( "-3x/3=15/3 \n" ); document.write( "-x=5 \n" ); document.write( "X=-5\r \n" ); document.write( "\n" ); document.write( "Check \n" ); document.write( "(-2)(x)=x+15 \n" ); document.write( "(-2)(-5)=-5+15 \n" ); document.write( "10=10 \n" ); document.write( " |