document.write( "Question 320485:  Find the product of 32 and 46. Now reverse the digits and find the product of 23 and 64. The products are the same. Does this happen with any pair of two-digit numbers? Find two other pairs of two-digit numbers (with different digits) that have this property.  \r
\n" );
document.write( "\n" );
document.write( "Explain your thinking in solving this problem and also include any mathematical work. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #229539 by checkley77(12844)      You can put this solution on YOUR website! 32*46=1,472 \n" ); document.write( "23*64=1,472 \n" ); document.write( "Technique: \n" ); document.write( "Pick a number: \n" ); document.write( "41 - multiply by 2=82 - now reverse the digits=28 \n" ); document.write( "41*28=1,148 \n" ); document.write( "14*82=1,148 \n" ); document.write( " \n" ); document.write( " |