document.write( "Question 750130: solve for equation for; four teimes the sum of a number and three is equal to eight more than twice the same number? \n" ); document.write( "
Algebra.Com's Answer #456371 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the no is x \n" ); document.write( "four times the sum of a number and three is equal to eight more than twice the same number \n" ); document.write( "so 4(x+3)=8+2x \n" ); document.write( "or 4x+12=8+2x \n" ); document.write( "or 4x-2x=8-12=-4 \n" ); document.write( "or 2x=-4 \n" ); document.write( "or x=-2 \n" ); document.write( " |