document.write( "Question 912936: one number is 18 more than a second number. if their sum is 62, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #554195 by Brainykid17(1)\"\" \"About 
You can put this solution on YOUR website!
Represent d 2 numbers with two different alphabets\n" ); document.write( "a=x\n" ); document.write( "b=x 18\n" ); document.write( "since a number is greater than the other one by 18.\n" ); document.write( "Since the addition of the two numbers would giv a result of 62..then\n" ); document.write( "a b=62..substitute ur answers\n" ); document.write( "x x 18=62\n" ); document.write( "2x=62-18\n" ); document.write( "2x=44\n" ); document.write( "x=22..so \n" ); document.write( "a=22\n" ); document.write( "b=22 18=40.. \n" ); document.write( "
\n" );