document.write( "Question 253778: If twice a number is divided by 1 less than thrice the number, the result reduces to 11/16. What is the number? \n" ); document.write( "
Algebra.Com's Answer #186089 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the required number be x. \n" ); document.write( "Given,twice a number is divided by 1 less than thrice the number, the result reduces to 11/16. \n" ); document.write( " 2x/(3x-1) = 11/16 \n" ); document.write( " 16*2x = 11*(3x-1) \n" ); document.write( " 32x = 33x-11 \n" ); document.write( " 32x-33x = -11 \n" ); document.write( " -x = -11 \n" ); document.write( " x = 11 \n" ); document.write( " |