document.write( "Question 3062: Find two numbers a and b such that the sum, product, and quotient of the two numbers are all equal. \n" ); document.write( "
Algebra.Com's Answer #1307 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! Let the two numbers be a and b\r \n" ); document.write( "\n" ); document.write( "so a+b = ab = a/b\r \n" ); document.write( "\n" ); document.write( "=> a+b = ab .....(1) \n" ); document.write( "and ab = a/b....(2) \n" ); document.write( "from equation (2) \n" ); document.write( "ab^2 = a \n" ); document.write( "=> b^2 = 1 \n" ); document.write( "=> b = +/-1\r \n" ); document.write( "\n" ); document.write( "Now sbustituting b = 1 in equation (1) \n" ); document.write( "=> a + 1 = a.....this is not possible as on adding 1 to ne number does not make it equal to itself\r \n" ); document.write( "\n" ); document.write( "Now substituting b = -1 in equation(1) \n" ); document.write( "=> a-1 = -a \n" ); document.write( "=> 2a = 1 \n" ); document.write( "=> a = 1/2\r \n" ); document.write( "\n" ); document.write( "so a = 1/2 and b = -1 \n" ); document.write( " |