Probing Question. Is there any other way to get the answer without calculating the number of stars in each row?
Ans: Yes. As we can see the number of stars is 1 less than the row number, (Row 1 has 0 stars, Row 2 has 1 star, Row 3 has 2 stars, and so on) so the number of stars in Row 10 = 10 – 1 = 9.