document.write( "Question 646126: One number is 5 greater than another number. If the smaller number is added to twice the larger number, the answer is 28. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #405731 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let the small no=x
\n" ); document.write( "the larger no=x+5
\n" ); document.write( "now x+2(x+5)=28
\n" ); document.write( "or 3x=28-10=18
\n" ); document.write( "or x=6 & the larger no=11
\n" ); document.write( "ans
\n" ); document.write( "
\n" );