medium Set 1 Form Exercise

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

Show answer

Answer:

SubType
count-coins
Difficulty
medium
Coins
  • {"name":"penny","count":2,"value":1}
  • {"name":"nickel","count":1,"value":5}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 132 56" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 pennys, 1 nickel" 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><circle cx="60" cy="28" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="60" cy="28" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="60" 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="85" y1="12" x2="85" y2="44" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="112" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="112" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="112" 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 pennys, 1 nickel

Mia has 2 dimes and 2 nickels and 3 quarters. Can Mia buy an eraser that costs 25¢?

Show answer

Answer: Yes, Mia has $1.05

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"dime","count":2,"value":10}
  • {"name":"nickel","count":2,"value":5}
  • {"name":"quarter","count":3,"value":25}
TotalCents
105
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 324 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 nickels, 2 dimes, 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><circle cx="66" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="66" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="66" 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="93" y1="12" x2="93" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="115" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="115" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="115" 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="151" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="151" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="151" 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="173" y1="12" x2="173" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="202" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="202" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="202" 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="252" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="252" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="252" 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="302" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="302" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="302" 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 dimes, 2 nickels, 3 quarters

Emma has $1.36 and buys a candy bar for 50¢. How much money is left?

Show answer

Answer: 86¢

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"quarter","count":3,"value":25}
  • {"name":"penny","count":1,"value":1}
  • {"name":"nickel","count":2,"value":5}
  • {"name":"dime","count":5,"value":10}
TotalCents
136
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 482 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 penny, 2 nickels, 5 dimes, 3 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="70" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="70" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="70" y="30" 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="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="116" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="116" 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="143" y1="12" x2="143" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="165" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="165" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="165" 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="201" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="201" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="201" 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="237" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="237" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="237" 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="273" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="273" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="273" 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="309" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="309" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="309" 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="331" y1="12" x2="331" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="360" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="360" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="360" 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="410" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="410" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="410" 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="460" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="460" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="460" 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 penny, 2 nickels, 5 dimes

Zoe has 4 dimes and 1 quarter. How much money does Zoe have in total?

Show answer

Answer: 65¢

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"dime","count":4,"value":10}
  • {"name":"quarter","count":1,"value":25}
TotalCents
65
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 196 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 dimes, 1 quarter" style="max-width:100%;height:auto;display:block"><circle cx="15" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="15" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="15" 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="51" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="51" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="51" 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="87" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="87" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="87" 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="123" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="123" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="123" 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="145" y1="12" x2="145" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="174" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="174" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="174" 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, 1 quarter

Max has 3 pennies and 5 quarters and 4 dimes. Can Max buy a toy car that costs $1.50?

Show answer

Answer: Yes, Max has $1.68

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"penny","count":3,"value":1}
  • {"name":"quarter","count":5,"value":25}
  • {"name":"dime","count":4,"value":10}
TotalCents
168
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 530 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 3 pennys, 4 dimes, 5 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><line x1="127" y1="12" x2="127" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="149" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="149" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="149" 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="185" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="185" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="185" 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="221" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="221" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="221" 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="257" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="257" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="257" 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="279" y1="12" x2="279" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="308" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="308" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="308" 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="358" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="358" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="358" 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="408" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="408" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="408" 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="458" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="458" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="458" 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="508" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="508" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="508" 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 pennys, 5 quarters, 4 dimes

Which is worth more: 2 dimes or 2 pennies?

Show answer

Answer: 2 dimes (20¢)

SubType
compare-prices
Difficulty
medium
OptionA
Label: 2 dimes
Total: 20
OptionB
Label: 2 pennies
Total: 2
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#F4900C" d="M35 16c0-8-6-11-12-11-1.738 0-3.472.371-5 1.097C16.472 5.371 14.738 5 13 5 7 5 1 8 1 16c0 3 1.314 5.662 3 8 .434.602.903 1.146 1.4 1.647-.357.603-.616 1.091-.779 1.353C4 28 5 29 6 29c.69 0 1.205-.617 1.745-1.482C10.552 29.273 14.023 30 18 30s7.448-.727 10.255-2.482C28.795 28.383 29.31 29 30 29c1 0 2-1 1.379-2-.163-.262-.422-.75-.779-1.353.497-.501.967-1.046 1.4-1.647 1.686-2.338 3-5 3-8zm-17 1.207C16.578 15.736 17 14 17 14c0-.708.381-1.414 1-2.034.619.62 1 1.326 1 2.034 0 0 .422 1.736-1 3.207zM8.215 19.94C6.59 17.687 6.204 15.388 7 13c1.053-3.158 4.85-3 6-3 .288 0 .576.024.861.059C13.314 11.185 13 12.498 13 14c0 1.476.578 3.273 1.951 4.799-.298.075-.61.144-.951.201-1.907.318-3.471 1.122-4.745 2.107-.375-.355-.73-.736-1.04-1.167zM18 24c-2.296 0-4.476-.394-6.324-1.266.657-.372 1.415-.642 2.324-.734 1.565-.157 2.885-.524 4-1.024 1.115.5 2.435.867 4 1.024.909.092 1.667.362 2.324.734C22.476 23.606 20.296 24 18 24zm9.785-4.06c-.311.431-.665.812-1.04 1.167C25.471 20.122 23.906 19.318 22 19c-.341-.057-.653-.126-.95-.201C22.422 17.273 23 15.476 23 14c0-1.502-.313-2.815-.861-3.941.285-.035.573-.059.861-.059 1.15 0 4.947-.158 6 3 .796 2.388.41 4.687-1.215 6.94z"/><path fill="#AD5810" d="M11.751 22.764c-.794.448-1.78 1.172-2.376 2.236-.688 1.229-1.218 2.033-1.584 2.544.335.207.679.402 1.032.581.353-.692.878-1.653 1.552-2.688.768-1.179 1.902-1.912 2.489-2.238-.381-.131-.756-.269-1.113-.435zm11.692-.434l-.005.002c.314.114.611.247.886.402-.19.09-.399.153-.597.233.564.415 1.348 1.092 1.96 2.032.74 1.136 1.377 2.218 1.797 2.952.26-.14.521-.278.771-.435.188.3.372.567.562.792 0 0-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668zm-2.393-3.531c.05-.055.09-.112.138-.168-.568.444-1.34 1.055-2.023 1.622-.358.297-.763.531-1.161.724.401.18.839.335 1.296.477.524-.293 1.157-.698 1.701-1.204.56-.521.892-.92 1.081-1.23-.029-.005-.054-.015-.082-.02-.341-.057-.653-.126-.95-.201zm-2.467-6.088c.732-.612 2.127-1.524 3.951-1.669-.109-.324-.233-.637-.376-.935-.583.091-1.385.249-2.158.518-.877.305-1.58.914-1.998 1.344.235.236.423.486.581.742z"/><g fill="#FFE8B6"><circle cx="7" cy="22" r="1"/><circle cx="3" cy="14" r="1"/><circle cx="6" cy="11" r="1"/><circle cx="12" cy="7" r="1"/><circle cx="14" cy="27" r="1"/><circle cx="21" cy="26" r="1"/><circle cx="25" cy="27" r="1"/><circle cx="31" cy="17" r="1"/><circle cx="31" cy="9" r="1"/><circle cx="22" cy="8" r="1"/><circle cx="19" cy="9" r="1"/></g></g></svg>
AltText: pretzel
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f968","name":"pretzel","count":1,"role":"badge"}]

You have 50¢. You buy an item for 14¢. How much change do you get?

Show answer

Answer: 36¢

SubType
make-change
Difficulty
medium
Paid
50
Price
14
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#C1694F" d="M26.339 33.496c-1.562 1.561-4.095 1.561-5.657 0L1.59 14.404c-1.562-1.562-1.562-2.681 0-4.243l8.485-8.485c1.562-1.562 2.681-1.562 4.243 0L33.41 20.768c1.562 1.562 1.562 4.095 0 5.657l-7.071 7.071z"/><path fill="#8A4B38" d="M16.582 15.253l-4.885-4.885 5.657-5.657-1.415-1.414-5.656 5.657L6.54 5.211 5.126 6.626l3.743 3.742-5.657 5.657 1.414 1.414 5.657-5.657 4.885 4.885z"/><path fill="#DD2E44" d="M26.339 34.91c-1.562 1.562-4.095 1.562-5.657 0l-9.899-9.899 14.142-14.142 9.899 9.899c1.562 1.562 1.562 4.095 0 5.657l-8.485 8.485z"/><path fill="#BE1931" d="M12.825 27.053l4.673 4.674 7.955-20.33-.528-.529-1.504-.932z"/><path fill="#CCD6DD" d="M22.804 8.747l2.121 2.121c-.707 2.122-8.485 15.557-9.9 18.385 0 0-.707 2.121-2.475.354l-5.304-5.304c-.679-.679-.685-2.142 0-2.828L19.975 8.747c1.414-1.414 2.829 0 2.829 0z"/></g></svg>
AltText: chocolate
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36b","name":"chocolate","count":1,"role":"badge"}]

Lily has 5 quarters. How much money does Lily have in total?

Show answer

Answer: $1.25

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"quarter","count":5,"value":25}
TotalCents
125
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 244 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 5 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><circle cx="222" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="222" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="222" 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: 5 quarters

Emma has 2 nickels and 3 dimes and 1 penny. Can Emma buy an eraser that costs 25¢?

Show answer

Answer: Yes, Emma has 41¢

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"nickel","count":2,"value":5}
  • {"name":"dime","count":3,"value":10}
  • {"name":"penny","count":1,"value":1}
TotalCents
41
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 252 56" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 penny, 2 nickels, 3 dimes" 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><line x1="143" y1="12" x2="143" y2="44" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="165" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="165" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="165" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="201" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="201" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="201" y="28" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="10">10¢</text><circle cx="237" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="237" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="237" y="28" 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 nickels, 3 dimes, 1 penny

Count the coins: 4 dimes + 1 quarter + 1 nickel. What is the total?

Show answer

Answer: 70¢

SubType
count-coins
Difficulty
medium
Coins
  • {"name":"dime","count":4,"value":10}
  • {"name":"quarter","count":1,"value":25}
  • {"name":"nickel","count":1,"value":5}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 250 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 nickel, 4 dimes, 1 quarter" 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><circle cx="105" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="105" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="105" 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="141" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="141" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="141" 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="177" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="177" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="177" 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="199" y1="12" x2="199" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="228" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="228" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="228" 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, 1 quarter, 1 nickel

Which is worth more: 1 dime or 1 quarter?

Show answer

Answer: 1 quarter (25¢)

SubType
compare-prices
Difficulty
medium
OptionA
Label: 1 dime
Total: 10
OptionB
Label: 1 quarter
Total: 25
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#C1694F" d="M26.339 33.496c-1.562 1.561-4.095 1.561-5.657 0L1.59 14.404c-1.562-1.562-1.562-2.681 0-4.243l8.485-8.485c1.562-1.562 2.681-1.562 4.243 0L33.41 20.768c1.562 1.562 1.562 4.095 0 5.657l-7.071 7.071z"/><path fill="#8A4B38" d="M16.582 15.253l-4.885-4.885 5.657-5.657-1.415-1.414-5.656 5.657L6.54 5.211 5.126 6.626l3.743 3.742-5.657 5.657 1.414 1.414 5.657-5.657 4.885 4.885z"/><path fill="#DD2E44" d="M26.339 34.91c-1.562 1.562-4.095 1.562-5.657 0l-9.899-9.899 14.142-14.142 9.899 9.899c1.562 1.562 1.562 4.095 0 5.657l-8.485 8.485z"/><path fill="#BE1931" d="M12.825 27.053l4.673 4.674 7.955-20.33-.528-.529-1.504-.932z"/><path fill="#CCD6DD" d="M22.804 8.747l2.121 2.121c-.707 2.122-8.485 15.557-9.9 18.385 0 0-.707 2.121-2.475.354l-5.304-5.304c-.679-.679-.685-2.142 0-2.828L19.975 8.747c1.414-1.414 2.829 0 2.829 0z"/></g></svg>
AltText: chocolate
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36b","name":"chocolate","count":1,"role":"badge"}]

Count the coins: 1 nickel + 1 quarter + 4 dimes + 4 pennies. What is the total?

Show answer

Answer: 74¢

SubType
count-coins
Difficulty
medium
Coins
  • {"name":"nickel","count":1,"value":5}
  • {"name":"quarter","count":1,"value":25}
  • {"name":"dime","count":4,"value":10}
  • {"name":"penny","count":4,"value":1}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 426 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 pennys, 1 nickel, 4 dimes, 1 quarter" 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="196" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="196" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="196" 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="223" y1="12" x2="223" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="245" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="245" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="245" 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="281" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="281" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="281" 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="317" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="317" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="317" 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="353" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="353" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="353" 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="375" y1="12" x2="375" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="404" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="404" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="404" 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, 1 quarter, 4 dimes, 4 pennys

You have 50¢. You buy an item for 24¢. How much change do you get?

Show answer

Answer: 26¢

SubType
make-change
Difficulty
medium
Paid
50
Price
24
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#FFAC33" d="M35.066 35.066c-.766.766-2.006.766-2.771 0L12.198 14.97c-.766-.766-.766-2.007 0-2.773.766-.765 2.007-.765 2.772 0l20.096 20.098c.766.764.766 2.006 0 2.771z"/><path fill="#DD2E44" d="M27.8 14.08c0 7.576-6.142 13.72-13.72 13.72C6.503 27.8.36 21.656.36 14.08.36 6.502 6.503.36 14.08.36c7.578 0 13.72 6.142 13.72 13.72z"/><path fill="#F4900C" d="M17.411 27.376c-1.459.092-2.938-.066-4.379-.503-3.156-.961-5.748-3.093-7.3-6.003-1.217-2.283-1.473-4.902-.719-7.376.752-2.474 2.424-4.507 4.707-5.724 1.781-.95 3.822-1.149 5.751-.561 1.929.586 3.514 1.89 4.463 3.67.734 1.377.889 2.958.434 4.451-.454 1.494-1.462 2.721-2.84 3.455-1.056.562-2.267.682-3.412.333-1.144-.348-2.085-1.122-2.648-2.178-.879-1.648-.253-3.704 1.395-4.583.592-.317 1.272-.384 1.915-.187.231.07.447.171.644.299-.672-.327-1.486-.34-2.194.037-1.347.719-1.858 2.399-1.14 3.746.404.758 1.079 1.313 1.901 1.564.822.25 1.692.166 2.45-.239 1.836-.98 2.534-3.271 1.555-5.108-.562-1.055-1.502-1.827-2.645-2.174-1.143-.349-2.353-.231-3.408.332-2.601 1.388-3.589 4.633-2.202 7.235.809 1.517 2.162 2.629 3.807 3.13 1.645.5 3.387.33 4.905-.479 1.839-.98 3.187-2.62 3.794-4.614.605-1.994.399-4.105-.58-5.944-1.195-2.241-3.193-3.884-5.623-4.624-2.432-.74-5.004-.489-7.245.708-2.744 1.463-4.754 3.907-5.66 6.883-.905 2.976-.598 6.125.865 8.869.917 1.721 2.151 3.202 3.623 4.392 1.924 1.028 4.12 1.615 6.455 1.615 1.151.002 2.263-.155 3.331-.422zm-1.325-12.548c.161-.086.288-.211.377-.356-.071.566-.407 1.09-.947 1.378-.297.158-.637.19-.957.093-.321-.098-.585-.314-.743-.611-.21-.393-.06-.884.333-1.094.067-.036.14-.053.212-.053.161 0 .318.086.399.238.255.479.848.661 1.326.405z"/><path fill="#FFCC4D" d="M24.515 8.499C22.946 5.027 18.398 1.187 12.744.564c-.212-.023-.423-.033-.633-.047-3.6.52-6.743 2.429-8.871 5.176 3.382-2.809 6.776-3.214 9.264-2.944 4.835.533 8.694 3.751 10.006 6.655 2.009 4.448.023 9.702-4.424 11.71-1.669.755-3.534.812-5.247.165-1.714-.647-3.074-1.924-3.828-3.594-1.196-2.647-.015-5.774 2.631-6.97 2.007-.906 4.38-.01 5.287 1.997.564 1.251.19 2.691-.822 3.524.263-.27.47-.593.607-.956.261-.692.237-1.444-.067-2.118-.35-.775-.981-1.369-1.777-1.669-.797-.301-1.663-.274-2.437.077-.903.407-1.594 1.142-1.944 2.068-.35.927-.318 1.934.089 2.837.479 1.061 1.343 1.873 2.433 2.284 1.09.412 2.275.373 3.335-.105 2.599-1.174 3.76-4.246 2.586-6.847-1.405-3.111-5.083-4.497-8.195-3.095-3.752 1.696-5.425 6.128-3.731 9.88.997 2.206 2.792 3.891 5.056 4.745 1.042.394 2.124.59 3.205.59 1.269 0 2.534-.27 3.725-.808 5.551-2.51 8.029-9.067 5.523-14.62zm-9.859 6.003c-.054.142-.16.255-.297.318-.554.249-.799.9-.55 1.454.119.264.329.458.576.562-.202-.017-.402-.062-.597-.134-.54-.205-.969-.607-1.206-1.133-.166-.367-.179-.777-.036-1.154.142-.376.423-.676.792-.841.129-.059.267-.088.405-.088.118 0 .236.021.349.064.247.094.442.276.551.518.062.138.066.292.013.434z"/></g></svg>
AltText: lollipop
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36d","name":"lollipop","count":1,"role":"badge"}]

Which is worth more: 2 dimes or 1 nickel?

Show answer

Answer: 2 dimes (20¢)

SubType
compare-prices
Difficulty
medium
OptionA
Label: 2 dimes
Total: 20
OptionB
Label: 1 nickel
Total: 5
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#DA9F83" d="M34.966 17.87c.414 4.649-2.082 8.731-4.831 12.206-2.304 2.554-5.602 3.631-8.901 4.285-3.198 1.089-6.766.739-9.716-.895-1.034-.43-2.248-.559-3.167-1.176-2.879-1.846-4.524-4.927-5.779-8.029-1.627-2.916-1.74-6.483-1.414-9.742.219-1.107.967-2.032 1.388-3.051.729-2.127 1.916-3.963 3.569-5.475.786-.787 1.377-1.823 2.303-2.444.919-.617 2.103-.758 3.137-1.188 1.016-.422 1.968-1.08 3.072-1.299 1.072-.213 2.201.106 3.335.106 2.235-.056 4.482.148 6.575.789 1.034.43 1.781 1.38 2.7 1.997.926.622 1.999 1.04 2.784 1.827 1.603 1.566 2.984 3.411 3.94 5.446.65 2.109.957 4.389 1.005 6.643z"/><path fill="#8A4B38" d="M22.638 16.947c1.177-.385 2.444.261 2.827 1.44.384 1.179-.26 2.447-1.441 2.831-1.181.384-3.871.201-4.255-.978-.383-1.181 1.687-2.911 2.869-3.293zm8.57-.672c-.38.452-1.055.512-1.507.131-.452-.381-.511-1.055-.131-1.508.381-.451 1.514-1.057 1.966-.677.453.381.053 1.601-.328 2.054zm-22-7c-.38.452-1.055.512-1.507.131-.452-.381-.511-1.054-.131-1.508.381-.451 1.514-1.057 1.966-.677.453.381.053 1.601-.328 2.054zm12.093-1.894c-.748-.478-.969-1.472-.49-2.22.479-.749 1.473-.968 2.222-.49.749.479 1.872 2.05 1.394 2.798-.48.75-2.377.392-3.126-.088zm-7.926 6.217c-.515-1.066-.064-2.351 1.005-2.864s2.351-.061 2.864 1.008c.513 1.07.682 3.643-.387 4.154-1.071.514-2.971-1.227-3.482-2.298zm1.024 14.099c.602-.874 1.8-1.096 2.672-.492.874.605 1.094 1.801.49 2.675s-2.528 2.147-3.4 1.544c-.875-.604-.366-2.854.238-3.727zm10.013-.406c-.687-.436-.889-1.348-.449-2.034.438-.685 1.349-.886 2.035-.447.686.438 1.715 1.878 1.276 2.562-.438.688-2.176.359-2.862-.081zM5.536 18.42c.762-.853 2.071-.926 2.923-.163.852.764.924 2.071.161 2.922-.763.854-2.992 1.955-3.843 1.191-.854-.763-.005-3.099.759-3.95z"/></g></svg>
AltText: cookie
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36a","name":"cookie","count":1,"role":"badge"}]

Emma has 25¢ and buys a sticker for 10¢. How much money is left?

Show answer

Answer: 15¢

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"quarter","count":1,"value":25}
TotalCents
25
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 44 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 quarter" 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></svg>
AltText: Coins: 1 quarter

Which is worth more: 2 nickels or 1 quarter?

Show answer

Answer: 1 quarter (25¢)

SubType
compare-prices
Difficulty
medium
OptionA
Label: 2 nickels
Total: 10
OptionB
Label: 1 quarter
Total: 25
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#F4900C" d="M35 16c0-8-6-11-12-11-1.738 0-3.472.371-5 1.097C16.472 5.371 14.738 5 13 5 7 5 1 8 1 16c0 3 1.314 5.662 3 8 .434.602.903 1.146 1.4 1.647-.357.603-.616 1.091-.779 1.353C4 28 5 29 6 29c.69 0 1.205-.617 1.745-1.482C10.552 29.273 14.023 30 18 30s7.448-.727 10.255-2.482C28.795 28.383 29.31 29 30 29c1 0 2-1 1.379-2-.163-.262-.422-.75-.779-1.353.497-.501.967-1.046 1.4-1.647 1.686-2.338 3-5 3-8zm-17 1.207C16.578 15.736 17 14 17 14c0-.708.381-1.414 1-2.034.619.62 1 1.326 1 2.034 0 0 .422 1.736-1 3.207zM8.215 19.94C6.59 17.687 6.204 15.388 7 13c1.053-3.158 4.85-3 6-3 .288 0 .576.024.861.059C13.314 11.185 13 12.498 13 14c0 1.476.578 3.273 1.951 4.799-.298.075-.61.144-.951.201-1.907.318-3.471 1.122-4.745 2.107-.375-.355-.73-.736-1.04-1.167zM18 24c-2.296 0-4.476-.394-6.324-1.266.657-.372 1.415-.642 2.324-.734 1.565-.157 2.885-.524 4-1.024 1.115.5 2.435.867 4 1.024.909.092 1.667.362 2.324.734C22.476 23.606 20.296 24 18 24zm9.785-4.06c-.311.431-.665.812-1.04 1.167C25.471 20.122 23.906 19.318 22 19c-.341-.057-.653-.126-.95-.201C22.422 17.273 23 15.476 23 14c0-1.502-.313-2.815-.861-3.941.285-.035.573-.059.861-.059 1.15 0 4.947-.158 6 3 .796 2.388.41 4.687-1.215 6.94z"/><path fill="#AD5810" d="M11.751 22.764c-.794.448-1.78 1.172-2.376 2.236-.688 1.229-1.218 2.033-1.584 2.544.335.207.679.402 1.032.581.353-.692.878-1.653 1.552-2.688.768-1.179 1.902-1.912 2.489-2.238-.381-.131-.756-.269-1.113-.435zm11.692-.434l-.005.002c.314.114.611.247.886.402-.19.09-.399.153-.597.233.564.415 1.348 1.092 1.96 2.032.74 1.136 1.377 2.218 1.797 2.952.26-.14.521-.278.771-.435.188.3.372.567.562.792 0 0-.562-.792-2.004-3.31s-3.37-2.668-3.37-2.668zm-2.393-3.531c.05-.055.09-.112.138-.168-.568.444-1.34 1.055-2.023 1.622-.358.297-.763.531-1.161.724.401.18.839.335 1.296.477.524-.293 1.157-.698 1.701-1.204.56-.521.892-.92 1.081-1.23-.029-.005-.054-.015-.082-.02-.341-.057-.653-.126-.95-.201zm-2.467-6.088c.732-.612 2.127-1.524 3.951-1.669-.109-.324-.233-.637-.376-.935-.583.091-1.385.249-2.158.518-.877.305-1.58.914-1.998 1.344.235.236.423.486.581.742z"/><g fill="#FFE8B6"><circle cx="7" cy="22" r="1"/><circle cx="3" cy="14" r="1"/><circle cx="6" cy="11" r="1"/><circle cx="12" cy="7" r="1"/><circle cx="14" cy="27" r="1"/><circle cx="21" cy="26" r="1"/><circle cx="25" cy="27" r="1"/><circle cx="31" cy="17" r="1"/><circle cx="31" cy="9" r="1"/><circle cx="22" cy="8" r="1"/><circle cx="19" cy="9" r="1"/></g></g></svg>
AltText: pretzel
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f968","name":"pretzel","count":1,"role":"badge"}]

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

Show answer

Answer: 49¢

SubType
make-change
Difficulty
medium
Paid
50
Price
1
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#BBDDF5" d="M5 21.875s1.589 5.727 2 8.482c.464 3.111 3.571 5.571 11 5.571s10.536-2.461 11-5.571c.411-2.755 2-8.482 2-8.482H5z"/><path fill="#662113" d="M5.094 21.969c.25 1.219.694 1.994 1.344 1.594.65-.4 1.65-.193 1.344.625-.281.75.969 1.094 1.5.656.509-.419 1.555-.881 1.656.062.094.875 1.168 1.11 1.656.469.5-.656 1.875-.394 2.125.406s1.594.688 1.969.125c.355-.533.713-.885 1.312-.885V25c.6 0 .957.373 1.312.906.375.562 1.719.675 1.969-.125s1.625-1.062 2.125-.406c.489.641 1.562.406 1.656-.469.101-.943 1.147-.482 1.656-.062.531.438 1.781.094 1.5-.656-.307-.818.694-1.025 1.344-.625.65.4 1.094-.375 1.344-1.594H5.094z"/><path fill="#C1694F" d="M33 18.969c0-4.919-6.731-8.906-15.033-8.906-8.303 0-15.033 3.987-15.033 8.906 0 3.969 9 6.031 15.033 6.031S33 23 33 18.969z"/><path d="M18 35.5c-.276 0-.5-.224-.5-.5v-8.646c0-.276.224-.5.5-.5s.5.224.5.5V35c0 .276-.224.5-.5.5zm-6.699-1.268c-.248 0-.463-.184-.496-.436l-1.031-7.982c-.035-.274.158-.525.432-.561.272-.041.524.158.56.432l1.031 7.982c.035.274-.158.525-.432.561-.021.003-.043.004-.064.004zm3.179.976c-.257 0-.476-.197-.498-.459l-.708-8.521c-.023-.274.182-.517.457-.539.283-.022.517.182.54.457l.708 8.521c.023.274-.182.517-.457.539l-.042.002zm-5.959-3.041c-.175 0-.331-.123-.367-.301l-1.5-7.438c-.041-.203.09-.4.293-.441.198-.048.4.09.442.293l1.5 7.438c.041.203-.09.4-.293.441-.026.006-.051.008-.075.008zm16.1 1.952c-.024 0-.048-.002-.072-.005-.273-.039-.463-.293-.424-.566l1.13-7.869c.039-.274.296-.456.566-.424.273.039.463.293.424.566l-1.13 7.869c-.036.249-.25.429-.494.429zm-3.042 1.089l-.042-.002c-.275-.022-.48-.265-.457-.539l.708-8.521c.022-.276.292-.474.539-.457.275.022.48.265.457.539l-.708 8.521c-.021.262-.24.459-.497.459zm5.983-3c-.023 0-.047-.002-.07-.007-.204-.039-.337-.235-.298-.438l1.438-7.479c.039-.203.241-.337.438-.298.204.039.337.235.298.438l-1.438 7.479c-.034.18-.191.305-.368.305z" fill="#88C9F9"/><path fill="#FFE8B6" d="M16.912-.011s1.087 1.144 2.175 1.167c2.268.049 4.355 1.315 4.355 3.506 0 0 5.261 0 5.443 4.674 0 0 2.655.045 3.263 4.672.454 3.456-3.038 8.227-14.148 8.178-9.795-.043-14.806-3.524-14.148-8.176.634-4.48 4.354-4.673 4.354-4.673s-.636-5.843 6.529-5.842c0 0 .726-2.337 2.177-3.506z"/><path fill="#FFCC4D" d="M17.91 10.504c2.936-1.108 5.623-3.115 5.533-5.841 0-.858-.327-1.568-.852-2.125.643 2.808-3.651 6-8.399 6.506-5.941.633-5.261-2.872-5.261-2.872l-.007.007c-.883 1.536-.717 3.159-.717 3.159.905 2.383 5.576 2.724 9.703 1.166z"/><path fill="#FFCC4D" d="M28.885 9.337c-.006-.143-.03-.268-.045-.402-.116-.677-.453-1.506-.774-2.138-.19-.265-.4-.499-.63-.702 1.109 4.426-5.563 9.749-11.93 10.982-8.299 1.606-11.654-3.065-11.654-3.065-.342 2.415.858 4.509 3.449 5.976 10.227 4.169 21.673-6.095 21.584-10.651z"/><path fill="#DD2E44" d="M8.689 14.201l-1.181 1.614c-.325.444-.954.541-1.398.216-.444-.325-.541-.954-.216-1.398l1.181-1.614c.325-.444.954-.541 1.398-.216.444.325.541.954.216 1.398z"/><path fill="#55ACEE" d="M14.935 8.187l-1.956-.419c-.538-.115-.884-.65-.768-1.187.115-.538.65-.884 1.187-.768l1.956.419c.538.115.884.65.768 1.187-.115.538-.649.884-1.187.768z"/><path fill="#77B255" d="M16.431 14.173l1.313 1.509c.361.415.317 1.05-.098 1.411-.415.361-1.05.317-1.411-.098l-1.313-1.509c-.361-.415-.317-1.05.098-1.411.415-.361 1.05-.317 1.411.098z"/><path fill="#F4900C" d="M24.372 11.499l-1.871.707c-.515.194-1.095-.068-1.289-.582-.194-.515.068-1.095.582-1.289l1.871-.707c.515-.194 1.095.068 1.289.582.195.514-.067 1.094-.582 1.289z"/><path fill="#AA8DD8" d="M30.366 14.051l-1 1.732c-.275.476-.89.641-1.366.366-.476-.275-.641-.89-.366-1.366l1-1.732c.275-.476.89-.641 1.366-.366.476.275.641.889.366 1.366z"/></g></svg>
AltText: cupcake
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f9c1","name":"cupcake","count":1,"role":"badge"}]

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

Show answer

Answer:

SubType
make-change
Difficulty
medium
Paid
25
Price
22
Visual
Type: inline-svg
Svg: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" width="44" height="44"><g transform="translate(4,4) scale(1)"><path fill="#55ACEE" d="M20 28.625S30.661 25.9 33.356 15.72c.396-1.495-1.518-2.72-3.868-2.72H5.999c-1.175 0-3.74.493-3.072 2.894C5.711 25.9 16 28.625 16 28.625v1.173s-4.634 2.443-5.588 3.01c-1.027.588-.268 1.526.144 1.689.684.269 2.39 1.15 7.116 1.15 4.847 0 7.497-.954 8.083-1.15.226-.075 1.197-.973-.198-1.799-2.484-1.47-5.557-2.9-5.557-2.9v-1.173z"/><path fill="#3B88C3" d="M33.291 15.248c0 1.692-6.835 3.064-15.269 3.064-8.432 0-15.268-1.371-15.268-3.064s6.836-3.064 15.268-3.064c8.434 0 15.269 1.371 15.269 3.064z"/><path fill="#F4ABBA" d="M25.982 6.908c0 1.613-3.133 4.745-7.832 4.745-4.325 0-7.831-2.088-7.831-4.745 0-4.325 3.505-6.787 7.831-6.787 4.327.001 7.832 2.462 7.832 6.787z"/><path fill="#FFE8B6" d="M33.291 14.217c0 1.613-3.132 4.223-7.83 4.223-4.326 0-7.832 1.393-7.832-4.223 0-4.325 3.506-7.831 7.832-7.831 4.325 0 7.83 3.506 7.83 7.831z"/><path fill="#8A4B38" d="M18.672 14.217c0 5.182-3.132 4.311-7.831 4.311-4.325 0-7.831-1.653-7.831-4.311 0-4.325 3.506-7.831 7.831-7.831 4.326 0 7.831 3.506 7.831 7.831z"/><path fill="#3B88C3" d="M30.837 21.098c.824-1.161 1.541-2.487 2.082-3.995-13.485 4.732-26.07 1.375-29.477.336.49 1.279 1.103 2.425 1.797 3.446 11.35 3.251 21.551 1.204 25.598.213z"/><path fill="#55ACEE" d="M2.837 15.177c1.396.6 15.488 5.046 30.498.087 0 .652-.411 2.477-.653 3.175-.391 1.132-15.401 4.83-28.888.261-.392-.173-1.566-3.784-.957-3.523z"/></g></svg>
AltText: ice cream
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f368","name":"ice-cream","count":1,"role":"badge"}]

Max has 3 nickels and 5 quarters and 2 dimes. How much money does Max have in total?

Show answer

Answer: $1.60

SubType
word-problem
Difficulty
medium
Coins
  • {"name":"nickel","count":3,"value":5}
  • {"name":"quarter","count":5,"value":25}
  • {"name":"dime","count":2,"value":10}
TotalCents
160
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 470 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 3 nickels, 2 dimes, 5 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><circle cx="66" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="66" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="66" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><circle cx="112" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="112" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="112" 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="139" y1="12" x2="139" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="161" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="161" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="161" 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="197" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="197" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="197" 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="219" y1="12" x2="219" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="248" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="248" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="248" 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="298" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="298" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="298" 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="348" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="348" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="348" 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="398" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="398" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="398" 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="448" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="448" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="448" 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 nickels, 5 quarters, 2 dimes

Count the coins: 5 pennies + 2 quarters + 5 dimes + 3 nickels. What is the total?

Show answer

Answer: $1.20

SubType
count-coins
Difficulty
medium
Coins
  • {"name":"penny","count":5,"value":1}
  • {"name":"quarter","count":2,"value":25}
  • {"name":"dime","count":5,"value":10}
  • {"name":"nickel","count":3,"value":5}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 646 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 5 pennys, 3 nickels, 5 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><circle cx="186" cy="30" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="186" cy="30" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="186" 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="211" y1="12" x2="211" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="238" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="238" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="238" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><circle cx="284" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="284" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="284" y="30" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#333" font-size="13">5¢</text><circle cx="330" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="330" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="330" 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="357" y1="12" x2="357" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="379" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="379" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="379" 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="415" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="415" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="415" 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="451" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="451" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="451" 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="487" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="487" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="487" 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="523" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="523" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="523" 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="545" y1="12" x2="545" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="574" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="574" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="574" 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="624" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="624" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="624" 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: 5 pennys, 2 quarters, 5 dimes, 3 nickels