document.write( "Question 477946: Four times a number is 35 less than the product of the same number and -3. What is the number? \n" ); document.write( "
Algebra.Com's Answer #327595 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Four times a number is 35 less than the product of the same number and -3. What is the number? \n" ); document.write( "** \n" ); document.write( "let x=number \n" ); document.write( "4x-35=-3x \n" ); document.write( "7x=35 \n" ); document.write( "x=5 \n" ); document.write( " |