document.write( "Question 464047: 1. what is the smallest integers that can be express as the sum of the square of the two positive integers in two ways?
\n" );
document.write( "2. fins two different numbers A and B such that a+b = (a)(b). \n" );
document.write( "
Algebra.Com's Answer #318732 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! 1. Suppose a,b,c,d are positive integers satisfying\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After this was some \"educated trial-and-error.\" I simply thought of numbers that would factor in two different ways (e.g. 48 = 12*4 = 24*2). The only constraints were that the factors (e.g. 12,4 and 24,2) had to be both odd or both even, and distinct, so that a,b,c,d would be nonnegative integers. I obtained 15 = 15*1 = 5*3, which gives the equations\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solving this yields a = 8, c = 7, b = 1, d = 3, and it can be checked that\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is the smallest such number (I hope).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. Given\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This essentially defines a function b in terms of a, and there are infinitely many ordered pairs (a,b) that satisfy. For example, if a = 3, b = 3/2, and 3 + (3/2) = 3(3/2) = 9/2. \n" ); document.write( " |