document.write( "Question 416206: One half my age is 10 years more than one-third my age. How old am I? \n" ); document.write( "
Algebra.Com's Answer #291644 by mananth(16946)![]() ![]() You can put this solution on YOUR website! my age = x \n" ); document.write( "x/2 =(x/3)+10 \n" ); document.write( "x/2-x/3=10 \n" ); document.write( "(3x-2x)/6=10 \n" ); document.write( "x=6*10 \n" ); document.write( "x=60 my age \n" ); document.write( " |