document.write( "Question 77808: The difference between two positive integers is 52. One integer is three times as great as the other. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #55787 by fetter6(6)\"\" \"About 
You can put this solution on YOUR website!
Let x and y represent the two integers and let us arbitrarily choose x>y. The first statement \"the difference between two positive integers is 52\" can then be written as an equation: x-y=52 (since x>y).
\n" ); document.write( "The second statement \"one integer is 3 times as great as the other\" must then be written as 3y=x (again, since x>y. If 3x=y this would imply that y>x, prove this to yourself!). So the two equations we have to work with are\r
\n" ); document.write( "\n" ); document.write( "1. x-y=52
\n" ); document.write( "2. 3y=x\r
\n" ); document.write( "\n" ); document.write( "Since 3y=x, we can substitute 3y for x in equation (1) to get 3y-y=52 => 2y=52 => y=26. Substitute this value of y=26 into equation (2) to get 3(26)=x => 78=x.\r
\n" ); document.write( "\n" ); document.write( "So the two positive integers are 78 and 26. QED
\n" ); document.write( "
\n" );