document.write( "Question 919697: The difference of two positive integers is 34. The larger of the numbers is three times the smaller. What are these numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #557891 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the smaller. 3x the Larger \n" ); document.write( "3x - x = 34 \n" ); document.write( "2x = 34 \n" ); document.write( "x = 17 \n" ); document.write( "Numbers are: 17 , 51 \n" ); document.write( "And...checking \n" ); document.write( "51 - 17 = 34 \n" ); document.write( " |