document.write( "Question 422682: 6 more than 1/4 of a number is 1/3 of the number. What is the number? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "Let x represent the number\n" ); document.write( "Question states***\n" ); document.write( " x/4 + 6 = (1/3)x\n" ); document.write( "Solving for x\n" ); document.write( " 3x + 72 = 4x\n" ); document.write( " 72 = x\n" ); document.write( "CHECKING our Answer***\n" ); document.write( " 18 + 6 = (1/3)72 = 24