easy Set 6 Form Exercise

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

Show answer

Answer: 50¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"dime","count":2,"value":10}
  • {"name":"quarter","count":1,"value":25}
  • {"name":"nickel","count":1,"value":5}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 178 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 nickel, 2 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><line x1="127" y1="12" x2="127" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="156" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="156" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="156" 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, 1 quarter, 1 nickel

Sam has 1 dime and 4 pennies and 1 quarter. How much money does Sam have in total?

Show answer

Answer: 39¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"dime","count":1,"value":10}
  • {"name":"penny","count":4,"value":1}
  • {"name":"quarter","count":1,"value":25}
TotalCents
39
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 264 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 pennys, 1 dime, 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="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><line x1="213" y1="12" x2="213" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="242" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="242" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="242" 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 dime, 4 pennys, 1 quarter

Lily has 3 pennies and 2 nickels. How much money does Lily have in total?

Show answer

Answer: 13¢

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

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

Show answer

Answer:

SubType
make-change
Difficulty
easy
Paid
50
Price
48
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="#DD2E44" d="M13.298 3.538c-.531-4.075-5.627-4.3-6.248-2.125l-.933 4.041-4.041.933c-2.175.621-1.949 5.717 2.125 6.248l3.054.399c4.074.531 6.973-2.367 6.441-6.441l-.398-3.055zm18.993 18.991c4.074.531 4.299 5.629 2.125 6.249l-4.041.933-.934 4.042c-.62 2.174-5.717 1.948-6.248-2.126l-.398-3.055c-.531-4.074 2.367-6.973 6.441-6.441l3.055.398z"/><path fill="#BE1931" d="M30.49 22.294l-1.254-.164c-4.074-.531-6.973 2.367-6.441 6.441l.087.667c1.622-.268 3.45-1.236 5.014-2.8 1.29-1.288 2.172-2.758 2.594-4.144zM6.906 12.988l.349.046c4.074.531 6.973-2.367 6.441-6.441l-.119-.91c-1.317.447-2.697 1.304-3.915 2.523-1.49 1.489-2.437 3.219-2.756 4.782z"/><circle fill="#DD2E44" cx="18.779" cy="17.323" r="10.651"/><g fill="#F5F8FA"><path d="M18.75 17c.39 2.943-.632 6.74-2.593 9.092.84.25 1.72.381 2.621.381.731 0 1.447-.095 2.14-.261.563-2.586.256-5.927-2.168-9.212zm0 0c3.407.635 6.232 3.286 6.779 6.484 1.326-1.45 2.143-3.251 2.347-5.19-1.861-1.889-4.902-3.208-9.126-1.294zm0 0c1.049-2.269 4.509-4.338 7.836-4.438-.375-.613-.816-1.19-1.337-1.711-.767-.767-1.641-1.358-2.571-1.795-2.373 1.241-4.452 3.647-3.928 7.944z"/><path d="M18.792 17.042c-2.81-1.481-4.577-5.04-3.817-8.031-.966.44-1.874 1.047-2.667 1.84-.563.563-1.027 1.187-1.412 1.844 1.287 1.959 3.754 3.829 7.896 4.347zm-.084 0c-2.57 1.557-6.231 2.391-8.958 1.683.235 1.541.862 3.03 1.886 4.309 2.374-.71 5.065-2.503 7.072-5.992z"/></g></g></svg>
AltText: candy
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36c","name":"candy","count":1,"role":"badge"}]

Ben has 56¢ and buys a bookmark for 35¢. How much money is left?

Show answer

Answer: 21¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"penny","count":1,"value":1}
  • {"name":"dime","count":4,"value":10}
  • {"name":"nickel","count":3,"value":5}
TotalCents
56
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 334 56" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 1 penny, 3 nickels, 4 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><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><line x1="189" y1="12" x2="189" y2="44" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="211" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="211" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="211" 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="247" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="247" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="247" 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="283" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="283" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="283" 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="319" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="319" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="319" 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: 1 penny, 4 dimes, 3 nickels

Which is worth more: 3 pennies or 1 dime?

Show answer

Answer: 1 dime (10¢)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 3 pennies
Total: 3
OptionB
Label: 1 dime
Total: 10
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: 1 quarter or 4 nickels?

Show answer

Answer: 1 quarter (25¢)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 1 quarter
Total: 25
OptionB
Label: 4 nickels
Total: 20
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="M31 22c-3 11-5.019 14-13 14-8 0-10-3-13-14C2.965 14.54 7 8 18 8s15.034 6.54 13 14z"/><path fill="#BE1931" d="M29 11c2 4-3 8-11 8S5 15 7 11c1.482-2.964 4.373-6 11-6s9.519 3.036 11 6z"/><ellipse fill="#FFAC33" cx="18" cy="11" rx="12" ry="6"/><path fill="#FFE8B6" d="M27 10c1 1 2 2 2 3s-1 3-2 2c0 0 2.948 1.154 2 4-1 3-4 2-4 0s-1.553-3.342-2-2c-1 3-3 3-4 2s-1-2-1-2-3 0-2-2 0-2 0-2 0-1 1-1 7-1 8-2 2 0 2 0z"/><path fill="#662113" d="M28 9.278C28 11.886 23.523 14 18 14S8 11.886 8 9.278C8 6.67 12.477 5 18 5s10 1.67 10 4.278z"/><path fill="#F4900C" d="M18 14c4.548 0 8.379-1.435 9.593-3.396-.193-.202-.392-.403-.593-.604 0 0-2-2-3-1s-6 1-7 1-2 1-2 1 1.587 2.011 1.397 2.934c.523.04 1.056.066 1.603.066z"/><path fill="#FFCC4D" d="M26 8.5c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5S13.582 3 18 3s8 3.567 8 5.5z"/><ellipse fill="#F4900C" cx="18" cy="2.5" rx="2" ry="1.5"/><path fill="#FFCC4D" d="M5.685 24.41c.725 2.457 1.425 4.435 2.204 6.013C11 33 16 33 18 33s7 0 10.106-2.576c.78-1.576 1.483-3.556 2.208-6.014C27.609 25.973 23.112 27 18 27s-9.61-1.027-12.315-2.59z"/></g></svg>
AltText: honey
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36f","name":"honey","count":1,"role":"badge"}]

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

Show answer

Answer: 76¢

SubType
make-change
Difficulty
easy
Paid
100
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="#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"}]

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

Show answer

Answer: 91¢

SubType
make-change
Difficulty
easy
Paid
100
Price
9
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="#E1E8ED" d="M31.301 11H4.668c-1.657 0-3 1.343-3 3s1.343 3 3 3c.182 0 .357-.023.53-.053L5.182 17l.637 14.004C5.918 33.202 7.8 35 10 35h16c2.2 0 4.082-1.798 4.182-3.996L30.818 17l-.015-.05c.163.027.327.05.498.05 1.657 0 3-1.343 3-3s-1.344-3-3-3z"/><path d="M28.668 17v16.989c.863-.734 1.444-1.796 1.492-2.986L30.84 17h-2.172zm-6 0h3v18h-3zm-6 18V17h3v18zm-6-18h3v18h-3zM5.16 17l.68 14.003c.054 1.342.776 2.528 1.828 3.254V17H5.16z" fill="#DA2F47"/><path opacity=".6" fill="#99AAB5" d="M5.16 17l.097 2h25.485l.098-2z"/><path fill="#FFD983" d="M30.929 11.07c.043-.184.071-.373.071-.57 0-.674-.27-1.284-.704-1.733.422-.266.704-.732.704-1.267 0-.829-.672-1.5-1.5-1.5-.197 0-.385.04-.558.11-.139-.513-.539-.913-1.052-1.052.07-.173.11-.36.11-.558 0-.829-.672-1.5-1.5-1.5-.191 0-.372.039-.54.104C25.769 1.913 24.745 1 23.5 1 22.119 1 21 2.119 21 3.5c0 .187.024.368.063.544-.64.113-1.19.469-1.563.969C19.044 4.402 18.322 4 17.5 4 16.119 4 15 5.119 15 6.5l.001.012c-.304-.23-.657-.395-1.047-.466C13.74 4.882 12.725 4 11.5 4c-1.228 0-2.245.887-2.455 2.055C8.866 6.027 8.687 6 8.5 6 6.567 6 5 7.567 5 9.5c0 .545.135 1.054.357 1.514C4.597 11.087 4 11.72 4 12.5c0 .829.672 1.5 1.5 1.5h25c.828 0 1.5-.671 1.5-1.5 0-.678-.453-1.245-1.071-1.43z"/><g fill="#FFAC33"><circle cx="28" cy="8" r="1"/><circle cx="24.5" cy="5.5" r="1.5"/><circle cx="12" cy="7" r="1"/><path d="M31 12.5c0-.828-.672-1.5-1.5-1.5-.658 0-1.212.427-1.414 1.017-.029-.002-.055-.017-.086-.017-.552 0-1 .448-1 1h3.908c.056-.157.092-.324.092-.5zM9.5 12c.198 0 .385.04.558.11.172-.638.75-1.11 1.442-1.11.828 0 1.5.671 1.5 1.5 0 .176-.036.343-.092.5h4.184c-.056-.157-.092-.324-.092-.5 0-.829.672-1.5 1.5-1.5.237 0 .459.06.658.158-.098-.199-.158-.421-.158-.658 0-.829.672-1.5 1.5-1.5s1.5.671 1.5 1.5c0 .198-.04.385-.11.558.638.172 1.11.749 1.11 1.442 0 .176-.036.343-.092.5h2.968l-.566-.5c.42-.367.69-.899.69-1.5 0-1.104-.896-2-2-2-.378 0-.728.111-1.03.294.015-.097.03-.193.03-.294 0-1.104-.896-2-2-2-.808 0-1.501.482-1.816 1.172C18.978 8.066 18.748 8 18.5 8c-.828 0-1.5.672-1.5 1.5 0 .198.04.385.11.558-.638.173-1.11.75-1.11 1.442 0 .198.04.385.11.558-.23.062-.438.177-.61.332-.266-.24-.614-.39-1-.39-.237 0-.459.06-.659.159.099-.2.159-.422.159-.659 0-.828-.672-1.5-1.5-1.5-.198 0-.385.04-.558.11C11.77 9.472 11.192 9 10.5 9 9.672 9 9 9.672 9 10.5c0 .198.04.385.11.558-.23.062-.438.177-.61.332-.266-.24-.614-.39-1-.39-.828 0-1.5.672-1.5 1.5 0 .176.036.343.092.5h2c.207-.581.756-1 1.408-1z"/></g><path fill="#FFF" d="M4 13v1c0 .552.448 1 1 1h26c.553 0 1-.448 1-1v-1H4z"/></g></svg>
AltText: popcorn
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f37f","name":"popcorn","count":1,"role":"badge"}]

Which is worth more: 4 quarters or 2 nickels?

Show answer

Answer: 4 quarters ($1.00)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 4 quarters
Total: 100
OptionB
Label: 2 nickels
Total: 10
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"}]

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

Show answer

Answer: 93¢

SubType
make-change
Difficulty
easy
Paid
100
Price
7
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"}]

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

Show answer

Answer: 90¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"quarter","count":4,"value":25}
TotalCents
100
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

Sam found 3 quarters and 3 nickels in a piggy bank. What is the total value?

Show answer

Answer: 90¢

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

Count the coins: 2 nickels. What is the total?

Show answer

Answer: 10¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"nickel","count":2,"value":5}
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

Jake found 4 quarters in a piggy bank. What is the total value?

Show answer

Answer: $1.00

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"quarter","count":4,"value":25}
TotalCents
100
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

Which is worth more: 3 dimes or 3 pennies?

Show answer

Answer: 3 dimes (30¢)

SubType
compare-prices
Difficulty
easy
OptionA
Label: 3 dimes
Total: 30
OptionB
Label: 3 pennies
Total: 3
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"}]

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

Show answer

Answer: 29¢

SubType
make-change
Difficulty
easy
Paid
50
Price
21
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="M31 22c-3 11-5.019 14-13 14-8 0-10-3-13-14C2.965 14.54 7 8 18 8s15.034 6.54 13 14z"/><path fill="#BE1931" d="M29 11c2 4-3 8-11 8S5 15 7 11c1.482-2.964 4.373-6 11-6s9.519 3.036 11 6z"/><ellipse fill="#FFAC33" cx="18" cy="11" rx="12" ry="6"/><path fill="#FFE8B6" d="M27 10c1 1 2 2 2 3s-1 3-2 2c0 0 2.948 1.154 2 4-1 3-4 2-4 0s-1.553-3.342-2-2c-1 3-3 3-4 2s-1-2-1-2-3 0-2-2 0-2 0-2 0-1 1-1 7-1 8-2 2 0 2 0z"/><path fill="#662113" d="M28 9.278C28 11.886 23.523 14 18 14S8 11.886 8 9.278C8 6.67 12.477 5 18 5s10 1.67 10 4.278z"/><path fill="#F4900C" d="M18 14c4.548 0 8.379-1.435 9.593-3.396-.193-.202-.392-.403-.593-.604 0 0-2-2-3-1s-6 1-7 1-2 1-2 1 1.587 2.011 1.397 2.934c.523.04 1.056.066 1.603.066z"/><path fill="#FFCC4D" d="M26 8.5c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5S13.582 3 18 3s8 3.567 8 5.5z"/><ellipse fill="#F4900C" cx="18" cy="2.5" rx="2" ry="1.5"/><path fill="#FFCC4D" d="M5.685 24.41c.725 2.457 1.425 4.435 2.204 6.013C11 33 16 33 18 33s7 0 10.106-2.576c.78-1.576 1.483-3.556 2.208-6.014C27.609 25.973 23.112 27 18 27s-9.61-1.027-12.315-2.59z"/></g></svg>
AltText: honey
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f36f","name":"honey","count":1,"role":"badge"}]

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

Show answer

Answer: 36¢

SubType
make-change
Difficulty
easy
Paid
100
Price
64
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)"><ellipse fill="#8899A6" cx="18" cy="26" rx="18" ry="10"/><ellipse fill="#CCD6DD" cx="18" cy="24.25" rx="18" ry="10"/><path fill="#DD2E44" d="M32.675 23.685c0 4.26-6.57 7.712-14.675 7.712S3.325 27.945 3.325 23.685c0-4.258 6.57-7.711 14.675-7.711 8.104 0 14.675 3.453 14.675 7.711z"/><path fill="#F4ABBA" d="M32.233 22.543c0 9.854-28.466 9.854-28.466 0v-8.759h28.466v8.759z"/><path fill="#DD2E44" d="M17.984 18.166c-8.984 0-14.218-4.132-14.218-4.132s-.016.924-.016 1.685c0 0 .032 4.898 2.572 4.898 2.459 0 2.28 2.348 3.834 2.591 1.541.241 1.712-.938 3.625-.938s2.25 2.106 4.203 2.106c2.289 0 2.477-2.106 4.389-2.106s2.132 1.224 3.386.885c1.507-.408.814-2.537 3.887-2.537 2.54 0 2.603-4.648 2.603-4.648 0-.76-.017-1.935-.017-1.935s-5.263 4.131-14.248 4.131z"/><path fill="#EA596E" d="M32.675 12.737c0 4.259-6.57 7.712-14.675 7.712S3.325 16.996 3.325 12.737 9.895 5.025 18 5.025c8.104 0 14.675 3.453 14.675 7.712z"/><path fill="#FFF8E8" d="M25.664 13.784c-.605 0-1.095-.49-1.095-1.095V5.025c0-.605.49-1.095 1.095-1.095s1.095.49 1.095 1.095v7.664c0 .605-.49 1.095-1.095 1.095z"/><path fill="#FAAA35" d="M25.664 6.667c-1.162 0-2.076-.532-2.445-1.423-.32-.773-.479-2.45 2.058-4.986.214-.214.56-.214.774 0 2.537 2.537 2.378 4.213 2.058 4.986-.369.891-1.283 1.423-2.445 1.423z"/><path fill="#FFF8E8" d="M18 17.068c-.605 0-1.095-.49-1.095-1.095V8.31c0-.605.49-1.095 1.095-1.095s1.095.49 1.095 1.095v7.664c0 .604-.49 1.094-1.095 1.094z"/><path fill="#FAAA35" d="M18 9.952c-1.162 0-2.076-.532-2.445-1.423-.321-.773-.479-2.45 2.058-4.986.214-.214.56-.214.774 0 2.537 2.537 2.378 4.213 2.058 4.986-.369.891-1.283 1.423-2.445 1.423z"/><path fill="#FFF8E8" d="M10.336 13.784c-.605 0-1.095-.49-1.095-1.095V5.025c0-.605.49-1.095 1.095-1.095s1.095.49 1.095 1.095v7.664c0 .605-.49 1.095-1.095 1.095z"/><path fill="#FAAA35" d="M10.336 6.667c-1.162 0-2.076-.532-2.445-1.423-.321-.773-.479-2.45 2.058-4.986.214-.214.56-.214.774 0 2.537 2.537 2.378 4.213 2.058 4.986-.369.891-1.283 1.423-2.445 1.423z"/></g></svg>
AltText: birthday cake
Placement: before-question
VisualToken
Type: asset-ref
EffectiveProvider: twemoji
RequestedProvider: twemoji
IconSize: 36
Layout: icon-badge
Placement: before-question
Items: [{"ref":"twemoji:1f382","name":"birthday-cake","count":1,"role":"badge"}]

Count the coins: 4 nickels + 1 dime. What is the total?

Show answer

Answer: 30¢

SubType
count-coins
Difficulty
easy
Coins
  • {"name":"nickel","count":4,"value":5}
  • {"name":"dime","count":1,"value":10}
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 222 56" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 nickels, 1 dime" 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><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><circle cx="158" cy="28" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="158" cy="28" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="158" 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="185" y1="12" x2="185" y2="44" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="207" cy="28" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="207" cy="28" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="207" 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: 4 nickels, 1 dime

Zoe has 2 quarters and 4 pennies and 3 nickels. How much money does Zoe have in total?

Show answer

Answer: 69¢

SubType
word-problem
Difficulty
easy
Coins
  • {"name":"quarter","count":2,"value":25}
  • {"name":"penny","count":4,"value":1}
  • {"name":"nickel","count":3,"value":5}
TotalCents
69
Visual
Type: inline-svg
Svg: <svg viewBox="0 0 416 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 pennys, 3 nickels, 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="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><circle cx="242" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="242" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="242" 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="288" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="288" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="288" 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="315" y1="12" x2="315" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="344" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="344" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="344" 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="394" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="394" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="394" 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, 4 pennys, 3 nickels