document.write( "Question 262758: a rectangle has length a, width b and diagonal c. All three are integers less than 100, c is 40 units less than the sum of a and b, and they have no common factors. find a, b, c \n" ); document.write( "
Algebra.Com's Answer #193535 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! FRom the given, we know that \n" ); document.write( " \n" ); document.write( "we also now that c= a+b - 40 \n" ); document.write( "By substitution, we get \n" ); document.write( " \n" ); document.write( "expanding the right side, we get \n" ); document.write( " \n" ); document.write( "subtracting a^2 and b^2 from both sides, we get \n" ); document.write( " \n" ); document.write( "or \n" ); document.write( " \n" ); document.write( "we can solve for a in terms of b. factor out 2a to get \n" ); document.write( " \n" ); document.write( "subtract 80b to get \n" ); document.write( " \n" ); document.write( "divide by 2(40-b) to get \n" ); document.write( " \n" ); document.write( "which simplifies to \n" ); document.write( " \n" ); document.write( "At this point we know that b <= 20 OR b > 40. \n" ); document.write( "Since we want integers for a and b, here are a few options in (a,b) form: \n" ); document.write( "(8,15) or (15,8) \n" ); document.write( "If we use \n" ); document.write( "(8,15), then c = 17 and all 3 share no common factors. But this doesn't satisfy our restrictions. \n" ); document.write( "Our only new options for (a,b,c) are: \n" ); document.write( "(67, 72, 97) \n" ); document.write( " |