document.write( "Question 1003108: The sum of two numbers is 368. One number is 24 less than 6 times the other. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #619908 by jkc52(5)![]() ![]() ![]() You can put this solution on YOUR website! let the two numbers be x and y \n" ); document.write( "thus x+y=368 \n" ); document.write( "and \n" ); document.write( "let x=6y-24 \n" ); document.write( "thus x+y=368 \n" ); document.write( "and x-6y=-24 \n" ); document.write( "therefore 7y=392 \n" ); document.write( "gives y=56 and x=312 \n" ); document.write( " \n" ); document.write( " |