document.write( "Question 292559: Problem: The difference between two positive integers is 36. One integer is three times as great as the other. Find the integer.\r
\n" ); document.write( "\n" ); document.write( "So far, I made an equation of x+2=36+3(x).
\n" ); document.write( "The problem is that when I check my work 19=87, so my equation can't be right.
\n" ); document.write( "I need some help with turning this problem into an equation!
\n" ); document.write( "

Algebra.Com's Answer #211281 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The statement \"The difference between two positive integers is 36\" means that \"x-y=36\". Also, \"One integer is three times as great as the other\" translates to \"x=3y\" (note: 'x' is the larger number). Plug this into \"x-y=36\" to get \"3y-y=36\". Now solve for 'y' to get \"y=18\" and then use this 'y' value to find the corresponding 'x' value of \"x=54\". \n" ); document.write( "
\n" );