document.write( "Question 430850: Find two positive integers that satisfy the given requirements.
\n" ); document.write( "The difference of the numbers is 50 and the larger number is 3 times the smaller number.
\n" ); document.write( "

Algebra.Com's Answer #299133 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x & y
\n" ); document.write( "x-y=50
\n" ); document.write( "x=3y
\n" ); document.write( "substitute the value of x in first equation\r
\n" ); document.write( "\n" ); document.write( "3y-y=50
\n" ); document.write( "2y=50
\n" ); document.write( "y=25
\n" ); document.write( "so x = 75
\n" ); document.write( "
\n" );