document.write( "Question 1049888: The sum of 2 integers is 63. The smaller is 11 more than one-third the larger. Determine the integers \n" ); document.write( "
Algebra.Com's Answer #665449 by ewatrrr(24785) You can put this solution on YOUR website! Let x represent Larger: \n" ); document.write( "x + (x/3 + 11) = 63 \n" ); document.write( "(4/3)x = 52 \n" ); document.write( "x = (3/4)52 = 39 \n" ); document.write( "AND Checking \n" ); document.write( "39 + (13 + 11) = 63 CHECKS! \n" ); document.write( " |