document.write( "Question 1021945: List all of the 2-digit numbers that can be made with 3 or 4 as the ten digit and 1,6,7,8 or 9 as the one digit.\r
\n" );
document.write( "\n" );
document.write( "Tens Digit. One's Digit Combinations \n" );
document.write( "
Algebra.Com's Answer #803741 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! possible tens digits: 2 (3, 4) \n" ); document.write( "possible ones digits: 5 (1, 6, 7, 8, 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total numbers: 2 * 5 = 10 \n" ); document.write( " |