document.write( "Question 787461: Hello. My question is The sum of the digits of a 3 digit number is 12 and the product of the digits is 48. The digits are in order from greatest to least. what is the number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #478273 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of the digits of a 3 digit number is 12 \n" ); document.write( "a + b + c = 12 \n" ); document.write( ": \n" ); document.write( " and the product of the digits is 48. \n" ); document.write( "a * b * c = 48 \n" ); document.write( ": \n" ); document.write( "The digits are in order from greatest to least. what is the number. \n" ); document.write( "How about 6 4 2 ? \n" ); document.write( " \n" ); document.write( " |