document.write( "Question 563846: Four times the difference of a number and 3 is the same as 3 increased by four times the number plus 3 times the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #365081 by mananth(16946)![]() ![]() You can put this solution on YOUR website! number = x \n" ); document.write( "difference of x & 3 = x-3 \n" ); document.write( "4 times \n" ); document.write( "4(x-3)\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "4 times the number= 4x \n" ); document.write( "3+4x +3x \n" ); document.write( "3+7x\r \n" ); document.write( "\n" ); document.write( "4(x-3)=3+7x \n" ); document.write( "4x-12=3+7x \n" ); document.write( "3x=-15 \n" ); document.write( "/3 \n" ); document.write( "x=-5 \n" ); document.write( " |