easy Set 4 Form Exercise

You have $1.00. You buy an item for 41¢. How much change do you get?

Show answer

Answer: 59¢

SubType
make-change
Difficulty
easy
Paid
100
Price
41

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-svg
Svg: <svg viewBox="0 0 194 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 quarters" style="max-width:100%;height:auto;display:block"><circle cx="22" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="22" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="22" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="72" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="72" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="72" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="122" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="122" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="122" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="172" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="172" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="172" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text></svg>
AltText: Coins: 4 quarters

Count the coins: 3 quarters + 1 nickel + 1 dime. What is the total?

Show answer

Answer: 90¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"quarter","count":3,"value":25}
  • {"name":"nickel","count":1,"value":5}
  • {"name":"dime","count":1,"value":10}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 242 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 nickel, 1 dime, 3 quarters" style="max-width:100%;height:auto;display:block"><circle cx="20" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="20" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="20" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><line x1="47" y1="12" x2="47" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="69" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="69" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="69" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><line x1="91" y1="12" x2="91" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="120" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="120" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="120" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="170" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="170" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="170" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="220" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="220" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="220" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text></svg>
AltText: Coins: 3 quarters, 1 nickel, 1 dime

Count the coins: 3 dimes. What is the total?

Show answer

Answer: 30¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"dime","count":3,"value":10}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 102 46" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 3 dimes" style="max-width:100%;height:auto;display:block"><circle cx="15" cy="23" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="15" cy="23" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="15" y="23" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="51" cy="23" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="51" cy="23" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="51" y="23" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="87" cy="23" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="87" cy="23" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="87" y="23" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text></svg>
AltText: Coins: 3 dimes

Count the coins: 2 dimes + 2 pennies. What is the total?

Show answer

Answer: 22¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"dime","count":2,"value":10}
  • {"name":"penny","count":2,"value":1}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 158 52" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 pennys, 2 dimes" style="max-width:100%;height:auto;display:block"><circle cx="18" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="18" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="18" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="60" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="60" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="60" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><line x1="85" y1="12" x2="85" y2="40" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="107" cy="26" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="107" cy="26" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="107" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="143" cy="26" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="143" cy="26" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="143" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text></svg>
AltText: Coins: 2 dimes, 2 pennys

Which is worth more: 4 quarters or 1 penny?

Show answer

Answer: 4 quarters ($1.00)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 4 quarters
Total: 100
OptionB
Label: 1 penny
Total: 1

Which is worth more: 4 dimes or 3 quarters?

Show answer

Answer: 3 quarters (75¢)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 4 dimes
Total: 40
OptionB
Label: 3 quarters
Total: 75

You have 25¢. You buy an item for 1¢. How much change do you get?

Show answer

Answer: 24¢

SubType
make-change
Difficulty
easy
Paid
25
Price
1

Count the coins: 4 dimes + 2 quarters + 4 pennies. What is the total?

Show answer

Answer: 94¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"dime","count":4,"value":10}
  • {"name":"quarter","count":2,"value":25}
  • {"name":"penny","count":4,"value":1}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 422 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 pennys, 4 dimes, 2 quarters" style="max-width:100%;height:auto;display:block"><circle cx="18" cy="30" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="18" cy="30" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="18" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="60" cy="30" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="60" cy="30" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="60" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="102" cy="30" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="102" cy="30" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="102" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="144" cy="30" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="144" cy="30" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="144" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><line x1="169" y1="12" x2="169" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="191" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="191" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="191" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="227" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="227" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="227" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="263" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="263" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="263" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="299" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="299" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="299" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><line x1="321" y1="12" x2="321" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="350" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="350" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="350" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="400" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="400" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="400" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text></svg>
AltText: Coins: 4 dimes, 2 quarters, 4 pennys

Which is worth more: 4 dimes or 1 nickel?

Show answer

Answer: 4 dimes (40¢)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 4 dimes
Total: 40
OptionB
Label: 1 nickel
Total: 5

Sam has 3 nickels and 1 penny. Can Sam buy a notebook that costs 99¢?

Show answer

Answer: No, Sam only has 16¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"nickel","count":3,"value":5}
  • {"name":"penny","count":1,"value":1}
TotalCents
16
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 182 56" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 penny, 3 nickels" style="max-width:100%;height:auto;display:block"><circle cx="18" cy="28" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="18" cy="28" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="18" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><line x1="43" y1="12" x2="43" y2="44" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="70" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="70" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="70" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><circle cx="116" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="116" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="116" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><circle cx="162" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="162" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="162" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text></svg>
AltText: Coins: 3 nickels, 1 penny

Which is worth more: 3 pennies or 3 nickels?

Show answer

Answer: 3 nickels (15¢)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 3 pennies
Total: 3
OptionB
Label: 3 nickels
Total: 15

Count the coins: 1 nickel + 3 quarters. What is the total?

Show answer

Answer: 80¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"nickel","count":1,"value":5}
  • {"name":"quarter","count":3,"value":25}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 198 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 nickel, 3 quarters" style="max-width:100%;height:auto;display:block"><circle cx="20" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="20" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="20" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><line x1="47" y1="12" x2="47" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="76" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="76" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="76" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="126" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="126" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="126" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="176" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="176" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="176" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text></svg>
AltText: Coins: 1 nickel, 3 quarters

You have 25¢. You buy an item for 7¢. How much change do you get?

Show answer

Answer: 18¢

SubType
make-change
Difficulty
easy
Paid
25
Price
7

You have 25¢. You buy an item for 8¢. How much change do you get?

Show answer

Answer: 17¢

SubType
make-change
Difficulty
easy
Paid
25
Price
8

Mia has 10¢ and wants a notebook for 99¢. How much more money does Mia need?

Show answer

Answer: 89¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"nickel","count":2,"value":5}
TotalCents
10
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 86 56" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 nickels" style="max-width:100%;height:auto;display:block"><circle cx="20" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="20" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="20" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><circle cx="66" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="66" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="66" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text></svg>
AltText: Coins: 2 nickels

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-svg
Svg: <svg viewBox="0 0 296 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 penny, 4 dimes, 2 quarters" style="max-width:100%;height:auto;display:block"><circle cx="18" cy="30" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="18" cy="30" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="18" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><line x1="43" y1="12" x2="43" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="65" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="65" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="65" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="101" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="101" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="101" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="137" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="137" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="137" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="173" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="173" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="173" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><line x1="195" y1="12" x2="195" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="224" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="224" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="224" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="274" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="274" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="274" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text></svg>
AltText: Coins: 2 quarters, 1 penny, 4 dimes

You have 25¢. You buy an item for 12¢. How much change do you get?

Show answer

Answer: 13¢

SubType
make-change
Difficulty
easy
Paid
25
Price
12

Lily found 3 quarters in a piggy bank. What is the total value?

Show answer

Answer: 75¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"quarter","count":3,"value":25}
TotalCents
75
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 144 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 3 quarters" style="max-width:100%;height:auto;display:block"><circle cx="22" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="22" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="22" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="72" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="72" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="72" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text><circle cx="122" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="122" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="122" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="14">25¢</text></svg>
AltText: Coins: 3 quarters

Max has 10¢ and wants an eraser for 25¢. How much more money does Max need?

Show answer

Answer: 15¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"dime","count":1,"value":10}
TotalCents
10
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 30 46" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 dime" style="max-width:100%;height:auto;display:block"><circle cx="15" cy="23" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="15" cy="23" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="15" y="23" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text></svg>
AltText: Coins: 1 dime