document.write( "Question 647327: the product of three numbers is 42 one number is 3 and the other is 2 what is the third number? \n" ); document.write( "
| Algebra.Com's Answer #406125 by stanbon(75887)      You can put this solution on YOUR website! the product of three numbers is 42 one number is 3 and the other is 2 what is the third number? \n" ); document.write( "---- \n" ); document.write( "Eqution: \n" ); document.write( "Let the 3rd number be \"x\". \n" ); document.write( "3*2*x = 42 \n" ); document.write( "6x = 42 \n" ); document.write( "x = 7 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |