Concept:For a square, the diagonal forms a right-angled triangle with two sides.Using Pythagoras theorem, we can find the area directly as l2.Explanation:Let each side of the square be l.Then the area of the square is l2.Using Pythagoras theorem on the right triangle formed by two sides and the diagonal:l2+l2=1222l2=144Divide both sides by 2:l2=72So the area of the square is 72cm2.