document.write( "Question 215466: this two-digit number is less than 100.
\n" );
document.write( "this number is odd.
\n" );
document.write( "the sum of the digits in the ones place and the tens place is 13.
\n" );
document.write( "the number in the ones place is less than the number isn tens places.
\n" );
document.write( "the number in the tens place is 2 less than 10.
\n" );
document.write( "what is the answer? \n" );
document.write( "
Algebra.Com's Answer #162799 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! the number in the tens place is 2 less than 10 --> 8 \n" ); document.write( "the sum of the digits in the ones place and the tens place is 13. 8+x=13 --> x=5 \n" ); document.write( "The number is 85 \n" ); document.write( " |