Let’s solve this step by step.
We are given a multiplication table (like the ones you learn in school) that goes from 1 to 50 across the top and down the side. Each cell shows the product of the row number and column number.
The question is:
What is the value at row 37, column 49?
That means we need to calculate:
> 37 × 49
---
Step-by-step calculation:
We can break this down using simple math tricks.
One easy way is to think of 49 as (50 - 1). So:
> 37 × 49 = 37 × (50 - 1)
> = (37 × 50) - (37 × 1)
> = 1850 - 37
> = 1813
✔ Let’s double-check:
37 × 50 = 1850 → correct (because 37 × 5 = 185, so ×10 more = 1850)
Then subtract 37:
1850 - 37 = 1813 → yes, that’s right.
You can also do it the long way if you want:
```
37
× 49
------
333 ← 37 × 9
+1480 ← 37 × 40 (shifted one place left)
------
1813
```
Same result!
---
Final Answer:
1813
Parent Tip: Review the logic above to help your child master the concept of printable times table chart up to 100.