document.write( "Question 215528: the number is greater than 10 but less than 100.
\n" );
document.write( "the number is not prime, it is composite.
\n" );
document.write( "the number is not a palindrome.
\n" );
document.write( "the digit in the ones place is greater than the digit in the tens place.
\n" );
document.write( "the sum of the two digits is 13.
\n" );
document.write( "the product of the two digits is 40.
\n" );
document.write( "what is the number? \n" );
document.write( "
Algebra.Com's Answer #162862 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! the sum of the two digits is 13. --> \n" ); document.write( "the product of the two digits is 40. --> \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So x is either 8 or 5 \n" ); document.write( "That makes y either 5 or 8 (since their sum must be 13)\r \n" ); document.write( "\n" ); document.write( "the digit in the ones place is greater than the digit in the tens place. \n" ); document.write( "So the number is 58 \n" ); document.write( "Check your answer by making sure that 58 satisfies the other conditions.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |