document.write( "Question 210014: the sum of two integers is ten. three times the larger integer is three less than eight times the smaller integer \n" ); document.write( "
Algebra.Com's Answer #158725 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two integers is ten. three times the larger integer is three less than eight times the smaller integer \n" ); document.write( "--------------------- \n" ); document.write( "Let the numbers be a and b: \n" ); document.write( "Equations: \n" ); document.write( "a + b = 10 \n" ); document.write( "3*a = 8*b-3 \n" ); document.write( "------------------ \n" ); document.write( "Rearrange to solve for \"b\": \n" ); document.write( "a = 10-b \n" ); document.write( "3(10-b) = 8b - 3 \n" ); document.write( "30-3b = 8b -3 \n" ); document.write( "11b = 33 \n" ); document.write( "b = 3 \n" ); document.write( "Therefore a = 10-3 = 7 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "Reply to stanbon@comcast.net \n" ); document.write( " |