document.write( "Question 709195: Three students of mathematics were out for a stroll when they noticed a car going at great speed broke the traffic regulations. None of the students noticed the four digit number on the license plate; but being mathematicians they noticed some peculiarities about the number.
\n" );
document.write( "One recalled that the first two digits were the same. Second recalled that the last two digits were also alike. And finally the third student said that the four digit number was a perfect square.
\n" );
document.write( "This information was enough to find out the number on the license plate. What is the four digit number on the license plate? \n" );
document.write( "
Algebra.Com's Answer #436439 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! We can represent the 4 digit number as aabb. \n" ); document.write( "The number can be written as 1000a + 100a + 10b + b, and this number is a perfect square: \n" ); document.write( "N = 1100a + 11b = 11(100a + b) \n" ); document.write( "So the number must be a multiple of 11 \n" ); document.write( "The multiples of 11 which result in 4 digit numbers are 33, 44, 55, 66, 77, 88 and 99 \n" ); document.write( "Of these, only one fills the requirement: 88^2 = 7744 \n" ); document.write( " |