document.write( "Question 1004982: 5 times a number increased by 2 is the same as 8 more than 3 times the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #621314 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let's call the unknown x and translate into symbols... \n" ); document.write( "5x + 2 = 8 + 3x \n" ); document.write( "Now collect like terms, subtracting two from both sides, and get \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( " |