The video walks through several step-by-step examples of counting different combinations of U.S. coins to find the total value. Each example builds totals by adding coins one at a time, reinforcing:
-
The individual value of each coin
-
How to incrementally add them together
-
Converting cents to dollar amounts when appropriate (e.g., 100¢ = $1)
Sample Problems and Solutions:
Example 1
-
Coins: 50¢ + 25¢ + 5¢ + 10¢ + 1¢
-
Solution:
50 + 25 = 75
75 + 5 = 80
80 + 10 = 90
90 + 1 = 91¢
Example 2
-
Coins: 25¢ + 5¢ + 5¢ + 10¢ + 10¢ + 10¢ + 1¢
-
Solution:
25 + 5 = 30
30 + 5 = 35
35 + 10 = 45
45 + 10 = 55
55 + 10 = 65
65 + 1 = 66¢
Free Worksheet, How to Count Coins
0 comments:
Post a Comment