document.write( "Question 1047033: 2/3 of a number is less than the original number by 11. find the number \n" ); document.write( "
Algebra.Com's Answer #662519 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the original number x. Then we have \n" ); document.write( "x - (2/3)x = 11 \n" ); document.write( "Simplifying and solving we get \n" ); document.write( "(1/3)x = 11 \n" ); document.write( "x = 33 \n" ); document.write( " |