 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Observe the following pattern and supply the missing numbers. `11^2 = 121 101^2 = 10201 10101^2 = 102030201 1010101^2 = .........2 = 10203040504030201` | 
| Answer» `11^2 = 121` `101^2 = 10201` `10101^2 = 10203020101` `1010101^2 = 102030403020101` `101010101^2 = 1020304050403020101` | |