document.write( "Question 108674: the sum of two decimal numbers is 5.3 Their difference is 1.7 and their product is 6.3 What are the two numbers \n" ); document.write( "
Algebra.Com's Answer #804417 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = larger number \n" ); document.write( "y = smaller number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 5.3 \n" ); document.write( "x - y = 1.7 \n" ); document.write( "xy = 6.3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add the first two equations to get 2x = 7, or x = 3.5. So, y = 1.8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 3.5 and 1.8. \n" ); document.write( " |