Workbook Detail
Money K Money Project — Set 7
Count the coins: 4 dimes + 2 quarters. What is the total?
Show answer
Answer: 90¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"dime","count":4,"value":10}
- {"name":"quarter","count":2,"value":25}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 52" width="176" height="52"><circle cx="15" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="15" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="41" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="41" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="67" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="67" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="93" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="93" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="123" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="123" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="157" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="157" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 6 coins</text></svg>AltText: Coins: 4 dimes + 2 quarters = 90¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 dimes + 4 nickels + 4 pennies. What is the total?
Show answer
Answer: 44¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"dime","count":2,"value":10}
- {"name":"nickel","count":4,"value":5}
- {"name":"penny","count":4,"value":1}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 288 52" width="288" height="52"><circle cx="15" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="15" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="41" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="41" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="69" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="69" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="99" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="99" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="129" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="129" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="159" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="159" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="188" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="188" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="216" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="216" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="244" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="244" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="272" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="272" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 10 coins</text></svg>AltText: Coins: 2 dimes + 4 nickels + 4 pennys = 44¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 1 penny + 3 nickels + 3 quarters. What is the total?
Show answer
Answer: 91¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":1,"value":1}
- {"name":"nickel","count":3,"value":5}
- {"name":"quarter","count":3,"value":25}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 224 52" width="224" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="45" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="45" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="75" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="75" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="105" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="105" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="137" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="137" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="171" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="171" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="205" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="205" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 7 coins</text></svg>AltText: Coins: 1 penny + 3 nickels + 3 quarters = 91¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 3 pennies + 2 nickels. What is the total?
Show answer
Answer: 13¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":3,"value":1}
- {"name":"nickel","count":2,"value":5}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 148 52" width="148" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="72" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="72" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="101" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="101" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="131" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="131" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 5 coins</text></svg>AltText: Coins: 3 pennys + 2 nickels = 13¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 1 dime + 2 nickels + 2 pennies. What is the total?
Show answer
Answer: 22¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"dime","count":1,"value":10}
- {"name":"nickel","count":2,"value":5}
- {"name":"penny","count":2,"value":1}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 52" width="146" height="52"><circle cx="15" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="15" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="43" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="43" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="73" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="73" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="102" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="102" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="130" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="130" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 5 coins</text></svg>AltText: Coins: 1 dime + 2 nickels + 2 pennys = 22¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 nickels + 3 quarters. What is the total?
Show answer
Answer: 85¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"nickel","count":2,"value":5}
- {"name":"quarter","count":3,"value":25}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 166 52" width="166" height="52"><circle cx="17" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="17" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="47" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="47" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="79" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="79" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="113" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="113" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="147" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="147" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 5 coins</text></svg>AltText: Coins: 2 nickels + 3 quarters = 85¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 4 pennies + 4 dimes + 4 nickels. What is the total?
Show answer
Answer: 64¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":4,"value":1}
- {"name":"dime","count":4,"value":10}
- {"name":"nickel","count":4,"value":5}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 52" width="280" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="72" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="72" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="100" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="100" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="127" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="127" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="153" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="153" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="179" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="179" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="205" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="205" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="233" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="233" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="263" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="263" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 10 coins</text></svg>AltText: Coins: 4 pennys + 4 dimes + 4 nickels = 64¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 3 nickels. What is the total?
Show answer
Answer: 15¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"nickel","count":3,"value":5}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94 52" width="94" height="52"><circle cx="17" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="17" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="47" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="47" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="77" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="77" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 3 coins</text></svg>AltText: Coins: 3 nickels = 15¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 quarters + 1 penny + 4 dimes. What is the total?
Show answer
Answer: 91¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"quarter","count":2,"value":25}
- {"name":"penny","count":1,"value":1}
- {"name":"dime","count":4,"value":10}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 204 52" width="204" height="52"><circle cx="19" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="19" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="53" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="53" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="84" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="84" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="111" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="111" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="137" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="137" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="163" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="163" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="189" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="189" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 7 coins</text></svg>AltText: Coins: 2 quarters + 1 penny + 4 dimes = 91¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 3 quarters + 1 dime. What is the total?
Show answer
Answer: 85¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"quarter","count":3,"value":25}
- {"name":"dime","count":1,"value":10}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 52" width="132" height="52"><circle cx="19" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="19" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="53" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="53" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="87" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="87" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="117" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="117" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 4 coins</text></svg>AltText: Coins: 3 quarters + 1 dime = 85¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 1 nickel + 4 pennies + 2 dimes. What is the total?
Show answer
Answer: 29¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"nickel","count":1,"value":5}
- {"name":"penny","count":4,"value":1}
- {"name":"dime","count":2,"value":10}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 198 52" width="198" height="52"><circle cx="17" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="17" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="46" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="46" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="74" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="74" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="102" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="102" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="130" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="130" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="157" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="157" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="183" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="183" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 7 coins</text></svg>AltText: Coins: 1 nickel + 4 pennys + 2 dimes = 29¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 4 quarters. What is the total?
Show answer
Answer: $1.00
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"quarter","count":4,"value":25}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 52" width="140" height="52"><circle cx="19" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="19" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="53" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="53" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="87" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="87" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="121" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="121" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 4 coins</text></svg>AltText: Coins: 4 quarters = $1.00Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 pennies. What is the total?
Show answer
Answer: 2¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":2,"value":1}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 52" width="80" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 2 coins</text></svg>AltText: Coins: 2 pennys = 2¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 3 nickels + 1 penny + 4 dimes. What is the total?
Show answer
Answer: 56¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"nickel","count":3,"value":5}
- {"name":"penny","count":1,"value":1}
- {"name":"dime","count":4,"value":10}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 226 52" width="226" height="52"><circle cx="17" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="17" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="47" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="47" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="77" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="77" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="106" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="106" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="133" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="133" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="159" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="159" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="185" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="185" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="211" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="211" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 8 coins</text></svg>AltText: Coins: 3 nickels + 1 penny + 4 dimes = 56¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 nickels + 2 pennies. What is the total?
Show answer
Answer: 12¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"nickel","count":2,"value":5}
- {"name":"penny","count":2,"value":1}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 52" width="120" height="52"><circle cx="17" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="17" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="47" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="47" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="76" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="76" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="104" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="104" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 4 coins</text></svg>AltText: Coins: 2 nickels + 2 pennys = 12¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 pennies + 3 quarters + 3 nickels. What is the total?
Show answer
Answer: 92¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":2,"value":1}
- {"name":"quarter","count":3,"value":25}
- {"name":"nickel","count":3,"value":5}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252 52" width="252" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="75" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="75" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="109" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="109" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="143" cy="22" r="15" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="143" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">25¢</text><circle cx="175" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="175" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="205" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="205" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="235" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="235" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 8 coins</text></svg>AltText: Coins: 2 pennys + 3 quarters + 3 nickels = 92¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 4 nickels + 3 dimes + 4 pennies. What is the total?
Show answer
Answer: 54¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"nickel","count":4,"value":5}
- {"name":"dime","count":3,"value":10}
- {"name":"penny","count":4,"value":1}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 286 52" width="286" height="52"><circle cx="17" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="17" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="47" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="47" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="77" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="77" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="107" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="107" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="135" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="135" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="161" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="161" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="187" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="187" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="214" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="214" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="242" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="242" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="270" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="270" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 10 coins</text></svg>AltText: Coins: 4 nickels + 3 dimes + 4 pennys = 54¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 3 pennies + 4 dimes + 4 nickels. What is the total?
Show answer
Answer: 63¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":3,"value":1}
- {"name":"dime","count":4,"value":10}
- {"name":"nickel","count":4,"value":5}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 282 52" width="282" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="72" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="72" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="99" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="99" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="125" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="125" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="151" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="151" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="177" cy="22" r="11" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="177" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">10¢</text><circle cx="205" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="205" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="235" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="235" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><circle cx="265" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="265" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 10 coins</text></svg>AltText: Coins: 3 pennys + 4 dimes + 4 nickels = 63¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 pennies + 1 nickel. What is the total?
Show answer
Answer: 7¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":2,"value":1}
- {"name":"nickel","count":1,"value":5}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 52" width="90" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="73" cy="22" r="13" fill="#C0C0C0" stroke="#333333" stroke-width="1"/><text x="73" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">5¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 3 coins</text></svg>AltText: Coins: 2 pennys + 1 nickel = 7¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Count the coins: 2 pennies. What is the total?
Show answer
Answer: 2¢
- SubType
- count-coins
- Difficulty
- easy
- Coins
- {"name":"penny","count":2,"value":1}
- Visual
- Type: inline-svgSvg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 52" width="80" height="52"><circle cx="16" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="16" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><circle cx="44" cy="22" r="12" fill="#b87333" stroke="#333333" stroke-width="1"/><text x="44" y="22" font-size="8" font-weight="bold" fill="#000000" text-anchor="middle" dominant-baseline="central" font-family="sans-serif">1¢</text><text x="4" y="48" font-size="9" fill="#666666" font-family="sans-serif">Total: 2 coins</text></svg>AltText: Coins: 2 pennys = 2¢Placement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 48Layout: coin-setPlacement: before-questionItems: []
Teaching Notes
Practice money with free printable worksheets for Kindergarten. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Money Kindergarten Project Worksheets worksheet?
Print the worksheet and complete the problems. Each set number generates a unique arrangement. Use the same set number for all students in a class for consistent assessment.
Is there an answer key?
Yes — every worksheet includes a complete answer key. Print it separately or view it on screen.