document.write( "Question 473423: The sum of two decimal numbers is 3.9. Their difference is 0.9, and their product is 3.6 What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #324657 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! Let a and b be the 2 numbers: \n" ); document.write( "a + b = 3.9 \n" ); document.write( "a - b = 0.9 \n" ); document.write( "a*b = 3.6 \n" ); document.write( "Lets solve for a in 2nd equation: \n" ); document.write( " \n" ); document.write( "Add b on both sides \n" ); document.write( " \n" ); document.write( "Now substitute this in for a in 1st equation: \n" ); document.write( " \n" ); document.write( "Add like terms \n" ); document.write( " \n" ); document.write( "Subtract 0.9 on both sides \n" ); document.write( " \n" ); document.write( "Divide by 2 on both sides \n" ); document.write( " \n" ); document.write( "Substitute this value in for b to solve for a: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Therefore the 2 numbers are 1.5 and 2.4 \n" ); document.write( "You can check that 1.5*2.4 = 3.6 \n" ); document.write( " |