document.write( "Question 112368: one half the sum of a number and 2 is equal to one third the sum of the number and eight. What is the number? \n" ); document.write( "
Algebra.Com's Answer #81982 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the number be x \n" ); document.write( "(x+2)/2=(x+8)/3 \n" ); document.write( "3(x+2)=2(x+8) multiply each side by 6 to eliminate fractions. \n" ); document.write( "3x+6=2x+16 \n" ); document.write( "x=10 add -2x-6 to each side. \n" ); document.write( "Check: \n" ); document.write( "(10+2)/2=(10+8)/3 true \n" ); document.write( "Ed \n" ); document.write( " |