document.write( "Question 642168: one number is 5 more than another. if the sum of the two numbers is 35, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #403970 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! one number is 5 more than another. if the sum of the two numbers is 35, find the two numbers. \n" ); document.write( "let x= 1st no. \n" ); document.write( "(x+5)=2nd no \n" ); document.write( "x+(x+5)=35 \n" ); document.write( "2x=30 \n" ); document.write( "x=15 \n" ); document.write( "x+5=20 \n" ); document.write( "1st no.=15 \n" ); document.write( "2nd no.=20 \n" ); document.write( " |