document.write( "Question 1020756: I think of a number. If I divide the sum of 8 and the number by 4, the result is one more than one third of the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #636604 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "If I divide the sum of 8 and the number by 4, the result is one more than one third of the number. Find the number. \n" ); document.write( "Make number = x \n" ); document.write( "(8 + x)/4 = 1 + 1/3x \n" ); document.write( "Cross multiply \n" ); document.write( "8 + x = 4(1 + 1/3x) \n" ); document.write( "8 + x = 4 + 4/3x \n" ); document.write( "Collect like terms \n" ); document.write( "4/3x - x = 8 - 4 \n" ); document.write( "1/3x = 4 \n" ); document.write( "x = 12 \n" ); document.write( "The number is 12 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |