document.write( "Question 910869: One number is 13 more than the product of 9 and another number. If the sum of the two numbers is 103, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #552740 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x and y the numbers \n" ); document.write( "x = 9y + 13 \n" ); document.write( "or \n" ); document.write( "x -9y = 13 \n" ); document.write( "x + y = 103 Subtract 2nd from 1st EQ \n" ); document.write( "-10y = -90 \n" ); document.write( "y = 9 and x = 94 \n" ); document.write( "and...checking \n" ); document.write( "sum = 103 \n" ); document.write( " |