document.write( "Question 225973: a number, half of that number, and one-third of that number are added. the result is 22. what is the original number? \n" ); document.write( "
Algebra.Com's Answer #168412 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the number be x. \n" ); document.write( "x+ x/2 + x/3 =22 \n" ); document.write( "6x+3x+2x=132 Multiply 6 (LCM) by each side to eliminate fractions. \n" ); document.write( "11x=132 \n" ); document.write( "x=12 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |