document.write( "Question 106017: The 3-digit number is a perfect square less than 200. If the digits are reversed, the resulting number is also a perfect square. What is the number such that no digits are the same? \n" ); document.write( "
Algebra.Com's Answer #77145 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! 3 digit number less than 200 \n" ); document.write( " \n" ); document.write( "Let’s look at the possible perfect squares in this range \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Let’s look at those squares with digits reversed \n" ); document.write( "001 – Perfect square \n" ); document.write( "121 – Perfect square \n" ); document.write( "441 – Perfect square \n" ); document.write( "961 - Perfect square \n" ); document.write( "691 – Not a perfect square \n" ); document.write( "There are four matches 100, 121, 144, and 169 that work. \n" ); document.write( "However you also mentioned that no two digits can be the same. \n" ); document.write( "That leaves only 169 as the final answer. \n" ); document.write( " \n" ); document.write( " |