document.write( "Question 979294: One number is 8 more than 1/2 of another number.The sum of the numbers is 23.What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #600591 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make 'another number' = x \n" ); document.write( "'One number' = (8 + x/2) \n" ); document.write( "Therefore, x + (8 + x/2) = 23 \n" ); document.write( "Remove brackets \n" ); document.write( "x + 8 + x/2 = 23 \n" ); document.write( "Multiply throughout by 2 \n" ); document.write( "=> 2x + 16 + x = 46 \n" ); document.write( "Collect like terms \n" ); document.write( "3x = 46 - 16 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 10 \n" ); document.write( "Two numbers are: \n" ); document.write( "10 and 13 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |