Money Compare Prices Medium — Set 1
Sam found 2 pennies and 4 quarters and 2 nickels in a piggy bank. What is the total value?
Show answer
Answer: $1.12
- SubType
- word-problem
- Difficulty
- medium
- Coins
- {"name":"penny","count":2,"value":1}
- {"name":"quarter","count":4,"value":25}
- {"name":"nickel","count":2,"value":5}
- TotalCents
- 112
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 386 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 pennys, 2 nickels, 4 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><line x1="85" y1="12" x2="85" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><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><circle cx="158" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="158" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="158" 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="185" y1="12" x2="185" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="214" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="214" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="214" 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="264" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="264" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="264" 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="314" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="314" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="314" 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="364" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="364" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="364" 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 pennys, 4 quarters, 2 nickels
Count the coins: 5 nickels + 2 dimes + 3 quarters. What is the total?
Show answer
Answer: $1.20
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"nickel","count":5,"value":5}
- {"name":"dime","count":2,"value":10}
- {"name":"quarter","count":3,"value":25}
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 462 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 5 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><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><circle cx="158" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="158" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="158" 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="204" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="204" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="204" 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="231" y1="12" x2="231" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="253" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="253" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="253" 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="289" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="289" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="289" 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="311" y1="12" x2="311" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="340" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="340" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="340" 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="390" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="390" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="390" 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="440" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="440" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="440" 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 nickels, 2 dimes, 3 quarters
Which is worth more: 4 pennies or 2 nickels?
Show answer
Answer: 2 nickels (10¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 4 penniesTotal: 4
- OptionB
- Label: 2 nickelsTotal: 10
- Visual
- Type: inline-svgSvg: <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="#939598" cx="18" cy="25" rx="18" ry="10"/><ellipse fill="#F1F2F2" cx="18" cy="23" rx="18" ry="10"/><ellipse fill="#FFF" cx="18" cy="22.611" rx="14.8" ry="7.611"/><path fill="#E1E8ED" d="M8 28c0-3.044.417-7.208.042-13.875.601-1.377 6.146-2.472 6.625-3.792C15.954 6.787 13.458 4.417 16 2c2.05-1.949 5-2 6 1 2-2 6-1 6 2 4-1 6 3 3 6 0 1-1 9-1 11s-.208 1.792-5.208 2.792S8 28 8 28z"/><path fill="#FFAC33" d="M8 27V15s21-7 21-2.458V23L8 27z"/><path fill="#FFD983" d="M8 26V16s12.375-4.208 20-4v10L8 26z"/><path fill="#FFAC33" d="M8 21v-1l21-4v1z"/><path fill="#E1E8ED" d="M8 14l9-9c2 0 8 1 11 5L8 14z"/><path fill="#FFF" d="M30 10c1-1 1-5-3-4 0-1-2-4-5-2 0-1-5-2-6 0 10 3 14 6 14 6z"/><path fill="#DD2E44" d="M17.958 10.458c-1.833-.208-4.417-1.083-3.917-3.5s2.474-4.881 3.75-5.542C18.917.833 20.117 1.26 21 4.667c.583 2.25 2.75 5.125-1.667 5.75-.458 0-1.375.041-1.375.041z"/><path fill="#F4ABBA" d="M18.375 5.042c-.152 0-.302-.069-.4-.2l-.5-.667c-.166-.221-.121-.534.1-.7.221-.167.534-.122.7.1l.5.667c.166.221.121.534-.1.7-.09.067-.195.1-.3.1zm-2.416 3.5c-.042 0-.084-.005-.127-.016-.267-.07-.427-.343-.357-.61l.25-.958c.069-.267.344-.426.61-.357.267.07.427.343.357.61l-.25.958c-.058.224-.261.373-.483.373zm4.374.083c-.089 0-.18-.023-.261-.073l-.75-.458c-.235-.144-.31-.452-.166-.688.146-.236.453-.31.688-.166l.75.458c.235.144.309.452.166.688-.095.154-.259.239-.427.239z"/></g></svg>AltText: cakePlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f370","name":"cake","count":1,"role":"badge"}]
Which is worth more: 1 nickel or 2 dimes?
Show answer
Answer: 2 dimes (20¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 1 nickelTotal: 5
- OptionB
- Label: 2 dimesTotal: 20
- Visual
- Type: inline-svgSvg: <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 cakePlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f382","name":"birthday-cake","count":1,"role":"badge"}]
Sam has 4 dimes and 5 quarters and 3 nickels. Can Sam buy a pencil that costs 15¢?
Show answer
Answer: Yes, Sam has $1.80
- SubType
- word-problem
- Difficulty
- medium
- Coins
- {"name":"dime","count":4,"value":10}
- {"name":"quarter","count":5,"value":25}
- {"name":"nickel","count":3,"value":5}
- TotalCents
- 180
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 542 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 3 nickels, 4 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><circle cx="233" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="233" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="233" 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="269" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="269" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="269" 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="291" y1="12" x2="291" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="320" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="320" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="320" 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="370" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="370" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="370" 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="420" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="420" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="420" 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="470" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="470" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="470" 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="520" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="520" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="520" 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, 5 quarters, 3 nickels
Which is worth more: 1 penny or 1 dime?
Show answer
Answer: 1 dime (10¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 1 pennyTotal: 1
- OptionB
- Label: 1 dimeTotal: 10
- Visual
- Type: inline-svgSvg: <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="M7.728 3.132s.418-1.003 1.661-.838c1.243.165 9.667 1.593 13.676 3.454 4.01 1.86 8.529 4.059 11.358 7.384.75.883.445 1.529.445 1.529l-1.036 7.438s-.3 1.489-1.737 1.886L2.507 32.139S1 32.483 1 30.932v-7.766s.152-.933.521-2.025c.368-1.095 6.207-18.009 6.207-18.009z"/><path fill="#A0041E" d="M30.609 20.547c-4.448-4.258-15.009-9.219-22.834-9.965-.221-.018-.435.114-.507.329 0 0-6.278 18.61-6.278 18.918 0 .15.07.293.187.386.086.066.193.102.3.102.039 0 .079-.005.119-.014l29.419-8.115c.186-.048.279-.154.312-.344.061-.332-.076-.684-.718-1.297z"/><path fill="#A0041E" d="M31.323 21.879L1 30.029v-7.112S6.331 10.942 7.397 3.662C24.143 6.08 32.149 14.778 32.149 14.778l-.826 7.101z"/><path fill="#BE1931" d="M8.188 25.532c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm5-4c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm6 1c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm5-4c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm6 1c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573z"/><path fill="#F4900C" d="M32.096 13.498C27.647 9.24 15.601 4.328 7.775 3.582c-.221-.019-.435.114-.507.329 0 0-4.982 13.827-6.193 17.621C.9 22.08.99 22.79.99 22.829c0 .15.07.293.187.386.086.066.193.102.3.102.039 0 .079-.005.119-.014l30.797-7.747c.186-.047.326-.199.359-.389.06-.331-.015-1.055-.656-1.669z"/><path fill="#F4900C" d="M32.096 13.498C27.647 9.24 15.601 4.328 7.775 3.582c-.221-.019-.435.114-.507.329 0 0-6.278 17.61-6.278 17.918 0 .15.07.293.187.386.086.066.193.102.3.102.039 0 .079-.005.119-.014l30.194-7.739c.185-.047.326-.199.359-.389.06-.331.588-.063-.053-.677z"/><path fill="#FFCC4D" d="M9.65 20.239l-1.833-2.456 4.458-.527 1.436 1.942 5.584-1.431-.922-1.232 4.218-.499.571.772 5.571-1.456-.029-.039.325-.038 3.613-.944c-.099-.271-.262-.561-.546-.832-.612-.586-1.38-1.184-2.249-1.783l-3.569.355-1.941-2.595 1.416-.167c-3.435-1.761-7.531-3.361-11.415-4.435l1.437 1.944-4.348.432-1.67-2.234 3.527-.417c-1.951-.496-3.83-.857-5.509-1.017-.221-.019-.435.114-.507.329 0 0-1.376 3.586-2.768 7.741l3.453-.24 1.709 2.311-4.539.451-1.022-1.339c-.721 2.154-1.568 4.362-2.15 6.124l2.124 2.709 5.575-1.429zm8.62-10.047l1.842 2.491-4.301.428-1.806-2.415 4.265-.504z"/><path fill="#F4900C" d="M10.862 17.487c.807-.218 2.42-1.237 4.013-1.456 1.594-.219 3.531.617 4.108.549l2.313-.273c.516-.061 2.829-1.338 4.173-1.526 1.344-.188 3.145.762 3.791.584 0 0 .718.203 0 .294-.718.091-2.601-.645-3.646-.472-1.502.25-2.573 1.112-4.318 1.393-1.052.169-1.792.307-2.421.357-1.164.094-2.6-.779-4.069-.529-1.469.25-2.275 1.243-3.945 1.404-.989.096-.616-.158.001-.325zm-4.32 2.961c1.194-.278 2.57-.742 3.108-.21L6.959 21.27l-2.884.397c-.001.001.092-.666 2.467-1.219zm9.854-2.552c1.489-.356 2.464-.425 2.898-.129l-2.72 1.025-2.864.406c.001 0 .248-.719 2.686-1.302z"/><path fill="#F4900C" d="M25.708 15.583c1.082-.297 2.479-.438 2.833-.354 0 0 2.857-.741 3.991-.871 0 0-2.604.891-3.412 1.1-.808.208-5.901 1.616-5.959 1.35-.057-.266.881-.766 2.547-1.225z"/><path fill="#FFCC4D" d="M1.95 18.959s-.075-1.197.758-3.359 1.2-3.017 1.392-2.765c.192.252-.559 2.999-.851 3.665s-.757 2.04-.979 2.312c-.221.273-.32.147-.32.147zm2.55-7.308s.062-1.526.437-2.589S5.985 7.38 6.075 7.131c.09-.249.07-1.507.32-2.09s.758-1.711 1.379-1.46-1.395 4.315-1.636 5.127c-.242.813-1.638 2.943-1.638 2.943z"/><path fill="#F4900C" d="M6.862 11.487c.807-.218 2.419-1.237 4.013-1.456 1.594-.219 3.531.617 4.108.549l2.313-.273c.516-.061 2.829-1.338 4.173-1.526 1.344-.188 3.145.762 3.791.584 0 0 .718.203 0 .294-.718.091-2.601-.645-3.646-.472-1.502.25-2.573 1.113-4.318 1.393-1.052.169-1.792.307-2.421.357-1.164.094-2.6-.779-4.069-.529-1.469.25-2.275 1.243-3.945 1.404-.989.096-.616-.158.001-.325zm1.986 6.173c-.759.09-1.809-.775-3.703-.437-1.895.339-3.195 1.736-3.195 1.736l.122.573s-.48-.337.187-.544c.667-.207 1.366-1.232 2.991-1.407 1.625-.175 2.156.388 3.25.419 1.094.031.348-.34.348-.34zM28 15.235l1.579.092L30 15l-.281.89-1.313.405zM7.125 4.719c1.469-.406 2.426.322 3.489.196 1.063-.126 1.078.167.261.335s-2.86-.545-3.706-.269c-.846.276-.985 1.15-.985 1.15l.14-.874c-.001 0-.163-.272.801-.538zm1.971 9.059c2.06-.33 2.204-.847 3.748-1.154 1.406-.28 2.281.383 3.071.383 1.284 0 .892-.784.46-.6-.906.386-2.734-.712-4.531 0-.917.363-1.339.865-2.748 1.042-1.408.176-.738.448 0 .329zm10.372-1.031c.86-.085 2.188-.882 3.5-1.095 1.312-.214 2.487.5 3.309.419.822-.082.99-.524.348-.459s-2.281-.642-3.875-.33c-1.594.312-2.219.969-3.282 1.125-1.062.155-.644.404 0 .34zM3.262 14.192c.715-.188 1.459.236 2.239-.056.78-.292.832-.636.114-.448s-1.551-.135-2.192.12l-.161.384zm5.269-7.223c1.355-.061 2.104.358 3.067.262.962-.096.559-.341-.144-.302-.704.04-1.722-.429-3.182-.148s-1.387.572-2.517.817l-.255.36s.51-.105 1.083-.36c.573-.254 1.2-.596 1.948-.629zm7.031-.132c.887-.053 1.633-.706 2.582-.771l-.551-.19s-1.126.588-2.032.653c-.905.065-.937.364.001.308z"/></g></svg>AltText: piePlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f967","name":"pie","count":1,"role":"badge"}]
Count the coins: 1 quarter + 1 dime + 5 nickels + 5 pennies. What is the total?
Show answer
Answer: 65¢
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"quarter","count":1,"value":25}
- {"name":"dime","count":1,"value":10}
- {"name":"nickel","count":5,"value":5}
- {"name":"penny","count":5,"value":1}
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 544 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 5 pennys, 5 nickels, 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><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><circle cx="376" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="376" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="376" 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="422" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="422" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="422" 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="449" y1="12" x2="449" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="471" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="471" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="471" 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="493" y1="12" x2="493" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="522" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="522" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="522" 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, 1 dime, 5 nickels, 5 pennys
Which is worth more: 3 dimes or 1 quarter?
Show answer
Answer: 3 dimes (30¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 3 dimesTotal: 30
- OptionB
- Label: 1 quarterTotal: 25
- Visual
- Type: inline-svgSvg: <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.337 23.549C34.291 29.819 27.615 34 18.092 34S1.894 29.819.849 23.549c-.247-1.479.156-8.12 1.054-9.406 2.559-3.664 3.474 10.365 16.189 10.365 13.847 0 13.64-14.028 16.199-10.365.898 1.286 1.292 7.927 1.046 9.406z"/><path fill="#8A4B38" d="M18.092 5.995c-9.331 0-16.895 4.584-16.895 10.239 0 5.655 7.564 10.24 16.895 10.24 9.33 0 16.895-4.585 16.895-10.24S27.422 5.995 18.092 5.995zm0 13.374c-3.174 0-5.748-.702-5.748-1.568 0-.866 2.574-1.567 5.748-1.567 3.173 0 5.747.701 5.747 1.567.001.866-2.573 1.568-5.747 1.568z"/><path fill="#8A4B38" d="M1.72 14.623c-.653 1.045-.92 5.494.479 7.577 2.134 3.18 3.179 1.567 4.747 2.047 2.335.715 2.508 2.56 4.354 3.483 2.09 1.045 3.306.741 6.27 0 4.181-1.045 6.837 1.088 9.405 0 2.107-.893 3.312-4.137 4.486-4.528 3.728-1.242 4.515-7.124 1.741-9.537-.87 1.829-5.138 8.404-7.881 8.71-2.744.305-10.974 1-14.457-.784-3.484-1.785-7.01-4.006-7.446-4.616-.436-.611-1.698-2.352-1.698-2.352z"/><path fill="#F4900C" d="M18.092 13.882c-3.752 0-6.793 1.228-6.793 2.743 0 .589.463 1.133 1.245 1.58-.126-.129-.2-.264-.2-.404 0-.866 2.574-1.567 5.748-1.567 3.173 0 5.747.701 5.747 1.567 0 .14-.073.274-.2.404.782-.447 1.246-.991 1.246-1.58.001-1.515-3.041-2.743-6.793-2.743z"/><path fill="#F4ABBA" d="M4.42 18.15c-.375 0-.737-.203-.925-.557-.27-.51-.075-1.143.436-1.412l2.308-1.22c.509-.272 1.142-.075 1.412.436.27.51.075 1.143-.436 1.412l-2.308 1.22c-.156.082-.323.121-.487.121zm11.887 7.794c-.41 0-.799-.242-.966-.646l-.74-1.786c-.221-.533.032-1.144.565-1.365.534-.22 1.144.032 1.365.566l.74 1.786c.221.533-.032 1.145-.566 1.365-.129.055-.265.08-.398.08z"/><path fill="#55ACEE" d="M28.151 21.764c-.181 0-.364-.047-.53-.146-.497-.293-.662-.935-.368-1.431l1.132-1.916c.293-.496.938-.661 1.431-.368.497.294.662.935.368 1.432l-1.132 1.915c-.195.33-.543.514-.901.514z"/><path fill="#F4ABBA" d="M29.893 14c-.56 0-1.023-.481-1.043-1.046-.021-.576.431-1.079 1.007-1.1l1.218-.052c.587-.007 1.062.426 1.081 1.003.021.577-.431 1.096-1.007 1.116L29.931 14h-.038zM19.792 9.876c-.444 0-.855-.285-.997-.73-.174-.55.131-1.137.681-1.312l.826-.261c.556-.174 1.138.131 1.312.682.175.55-.131 1.137-.681 1.312l-.826.261c-.105.033-.211.048-.315.048z"/><path fill="#88C9F9" d="M13.998 11.574c-.157 0-.316-.036-.466-.11l-.784-.392c-.516-.258-.726-.886-.468-1.402.258-.516.886-.726 1.402-.468l.784.392c.516.258.726.886.468 1.402-.184.366-.553.578-.936.578zm9.102 13.28c-.156 0-.315-.035-.465-.109l-.784-.391c-.517-.258-.727-.885-.47-1.401.257-.517.884-.727 1.401-.47l.784.391c.517.258.727.885.47 1.401-.182.367-.553.579-.936.579z"/><path fill="#55ACEE" d="M9.426 22.548c-.138 0-.277-.026-.412-.085-.53-.228-.776-.842-.548-1.372l.392-.914c.228-.529.843-.779 1.373-.548.53.227.776.842.548 1.372l-.392.914c-.17.395-.555.633-.961.633zm15.592-9.885c-.403 0-.787-.234-.958-.627-.232-.529.01-1.145.538-1.376l.696-.305c.53-.232 1.146.01 1.376.538.231.529-.01 1.145-.538 1.377l-.696.305c-.137.06-.279.088-.418.088zM8.035 12.62c-.078 0-.157-.009-.235-.027l-.566-.13c-.562-.13-.914-.691-.784-1.253.129-.563.691-.913 1.253-.784l.566.13c.562.13.914.691.784 1.253-.112.483-.543.811-1.018.811z"/></g></svg>AltText: donutPlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f369","name":"donut","count":1,"role":"badge"}]
Count the coins: 3 dimes + 4 quarters. What is the total?
Show answer
Answer: $1.30
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"dime","count":3,"value":10}
- {"name":"quarter","count":4,"value":25}
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 310 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 3 dimes, 4 quarters" 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><line x1="109" y1="12" x2="109" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="138" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="138" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="138" 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="188" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="188" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="188" 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="238" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="238" cy="30" r="18" fill="none" stroke="#A0A0A0" 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="14">25¢</text><circle cx="288" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="288" cy="30" r="18" fill="none" stroke="#A0A0A0" 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="14">25¢</text></svg>AltText: Coins: 3 dimes, 4 quarters
Count the coins: 2 pennies + 5 quarters + 5 dimes. What is the total?
Show answer
Answer: $1.77
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"penny","count":2,"value":1}
- {"name":"quarter","count":5,"value":25}
- {"name":"dime","count":5,"value":10}
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 524 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 pennys, 5 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><line x1="85" y1="12" x2="85" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="107" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="107" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="107" 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="143" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="143" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="143" 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="179" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="179" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="179" 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="215" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="215" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="215" 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="251" cy="30" r="15" fill="#C0C0C0" stroke="#909090" stroke-width="1.5"/><circle cx="251" cy="30" r="11" fill="none" stroke="#909090" stroke-width="0.75" opacity="0.5"/><text x="251" 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="273" y1="12" x2="273" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><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><circle cx="352" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="352" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="352" 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="402" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="402" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="402" 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="452" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="452" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="452" 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="502" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="502" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="502" 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 pennys, 5 quarters, 5 dimes
You have $1.00. You buy an item for 14¢. How much change do you get?
Show answer
Answer: 86¢
- SubType
- make-change
- Difficulty
- medium
- Paid
- 100
- Price
- 14
- Visual
- Type: inline-svgSvg: <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="M7.728 3.132s.418-1.003 1.661-.838c1.243.165 9.667 1.593 13.676 3.454 4.01 1.86 8.529 4.059 11.358 7.384.75.883.445 1.529.445 1.529l-1.036 7.438s-.3 1.489-1.737 1.886L2.507 32.139S1 32.483 1 30.932v-7.766s.152-.933.521-2.025c.368-1.095 6.207-18.009 6.207-18.009z"/><path fill="#A0041E" d="M30.609 20.547c-4.448-4.258-15.009-9.219-22.834-9.965-.221-.018-.435.114-.507.329 0 0-6.278 18.61-6.278 18.918 0 .15.07.293.187.386.086.066.193.102.3.102.039 0 .079-.005.119-.014l29.419-8.115c.186-.048.279-.154.312-.344.061-.332-.076-.684-.718-1.297z"/><path fill="#A0041E" d="M31.323 21.879L1 30.029v-7.112S6.331 10.942 7.397 3.662C24.143 6.08 32.149 14.778 32.149 14.778l-.826 7.101z"/><path fill="#BE1931" d="M8.188 25.532c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm5-4c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm6 1c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm5-4c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573zm6 1c0 1.421-1.151 2.572-2.573 2.572s-2.573-1.151-2.573-2.572c0-1.422 1.151-2.573 2.573-2.573 1.421 0 2.573 1.151 2.573 2.573z"/><path fill="#F4900C" d="M32.096 13.498C27.647 9.24 15.601 4.328 7.775 3.582c-.221-.019-.435.114-.507.329 0 0-4.982 13.827-6.193 17.621C.9 22.08.99 22.79.99 22.829c0 .15.07.293.187.386.086.066.193.102.3.102.039 0 .079-.005.119-.014l30.797-7.747c.186-.047.326-.199.359-.389.06-.331-.015-1.055-.656-1.669z"/><path fill="#F4900C" d="M32.096 13.498C27.647 9.24 15.601 4.328 7.775 3.582c-.221-.019-.435.114-.507.329 0 0-6.278 17.61-6.278 17.918 0 .15.07.293.187.386.086.066.193.102.3.102.039 0 .079-.005.119-.014l30.194-7.739c.185-.047.326-.199.359-.389.06-.331.588-.063-.053-.677z"/><path fill="#FFCC4D" d="M9.65 20.239l-1.833-2.456 4.458-.527 1.436 1.942 5.584-1.431-.922-1.232 4.218-.499.571.772 5.571-1.456-.029-.039.325-.038 3.613-.944c-.099-.271-.262-.561-.546-.832-.612-.586-1.38-1.184-2.249-1.783l-3.569.355-1.941-2.595 1.416-.167c-3.435-1.761-7.531-3.361-11.415-4.435l1.437 1.944-4.348.432-1.67-2.234 3.527-.417c-1.951-.496-3.83-.857-5.509-1.017-.221-.019-.435.114-.507.329 0 0-1.376 3.586-2.768 7.741l3.453-.24 1.709 2.311-4.539.451-1.022-1.339c-.721 2.154-1.568 4.362-2.15 6.124l2.124 2.709 5.575-1.429zm8.62-10.047l1.842 2.491-4.301.428-1.806-2.415 4.265-.504z"/><path fill="#F4900C" d="M10.862 17.487c.807-.218 2.42-1.237 4.013-1.456 1.594-.219 3.531.617 4.108.549l2.313-.273c.516-.061 2.829-1.338 4.173-1.526 1.344-.188 3.145.762 3.791.584 0 0 .718.203 0 .294-.718.091-2.601-.645-3.646-.472-1.502.25-2.573 1.112-4.318 1.393-1.052.169-1.792.307-2.421.357-1.164.094-2.6-.779-4.069-.529-1.469.25-2.275 1.243-3.945 1.404-.989.096-.616-.158.001-.325zm-4.32 2.961c1.194-.278 2.57-.742 3.108-.21L6.959 21.27l-2.884.397c-.001.001.092-.666 2.467-1.219zm9.854-2.552c1.489-.356 2.464-.425 2.898-.129l-2.72 1.025-2.864.406c.001 0 .248-.719 2.686-1.302z"/><path fill="#F4900C" d="M25.708 15.583c1.082-.297 2.479-.438 2.833-.354 0 0 2.857-.741 3.991-.871 0 0-2.604.891-3.412 1.1-.808.208-5.901 1.616-5.959 1.35-.057-.266.881-.766 2.547-1.225z"/><path fill="#FFCC4D" d="M1.95 18.959s-.075-1.197.758-3.359 1.2-3.017 1.392-2.765c.192.252-.559 2.999-.851 3.665s-.757 2.04-.979 2.312c-.221.273-.32.147-.32.147zm2.55-7.308s.062-1.526.437-2.589S5.985 7.38 6.075 7.131c.09-.249.07-1.507.32-2.09s.758-1.711 1.379-1.46-1.395 4.315-1.636 5.127c-.242.813-1.638 2.943-1.638 2.943z"/><path fill="#F4900C" d="M6.862 11.487c.807-.218 2.419-1.237 4.013-1.456 1.594-.219 3.531.617 4.108.549l2.313-.273c.516-.061 2.829-1.338 4.173-1.526 1.344-.188 3.145.762 3.791.584 0 0 .718.203 0 .294-.718.091-2.601-.645-3.646-.472-1.502.25-2.573 1.113-4.318 1.393-1.052.169-1.792.307-2.421.357-1.164.094-2.6-.779-4.069-.529-1.469.25-2.275 1.243-3.945 1.404-.989.096-.616-.158.001-.325zm1.986 6.173c-.759.09-1.809-.775-3.703-.437-1.895.339-3.195 1.736-3.195 1.736l.122.573s-.48-.337.187-.544c.667-.207 1.366-1.232 2.991-1.407 1.625-.175 2.156.388 3.25.419 1.094.031.348-.34.348-.34zM28 15.235l1.579.092L30 15l-.281.89-1.313.405zM7.125 4.719c1.469-.406 2.426.322 3.489.196 1.063-.126 1.078.167.261.335s-2.86-.545-3.706-.269c-.846.276-.985 1.15-.985 1.15l.14-.874c-.001 0-.163-.272.801-.538zm1.971 9.059c2.06-.33 2.204-.847 3.748-1.154 1.406-.28 2.281.383 3.071.383 1.284 0 .892-.784.46-.6-.906.386-2.734-.712-4.531 0-.917.363-1.339.865-2.748 1.042-1.408.176-.738.448 0 .329zm10.372-1.031c.86-.085 2.188-.882 3.5-1.095 1.312-.214 2.487.5 3.309.419.822-.082.99-.524.348-.459s-2.281-.642-3.875-.33c-1.594.312-2.219.969-3.282 1.125-1.062.155-.644.404 0 .34zM3.262 14.192c.715-.188 1.459.236 2.239-.056.78-.292.832-.636.114-.448s-1.551-.135-2.192.12l-.161.384zm5.269-7.223c1.355-.061 2.104.358 3.067.262.962-.096.559-.341-.144-.302-.704.04-1.722-.429-3.182-.148s-1.387.572-2.517.817l-.255.36s.51-.105 1.083-.36c.573-.254 1.2-.596 1.948-.629zm7.031-.132c.887-.053 1.633-.706 2.582-.771l-.551-.19s-1.126.588-2.032.653c-.905.065-.937.364.001.308z"/></g></svg>AltText: piePlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f967","name":"pie","count":1,"role":"badge"}]
Count the coins: 2 dimes + 4 quarters. What is the total?
Show answer
Answer: $1.20
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"dime","count":2,"value":10}
- {"name":"quarter","count":4,"value":25}
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 274 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 2 dimes, 4 quarters" 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><line x1="73" y1="12" x2="73" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="102" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="102" cy="30" r="18" fill="none" stroke="#A0A0A0" 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="#333" font-size="14">25¢</text><circle cx="152" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="152" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="152" 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="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></svg>AltText: Coins: 2 dimes, 4 quarters
Which is worth more: 4 pennies or 5 nickels?
Show answer
Answer: 5 nickels (25¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 4 penniesTotal: 4
- OptionB
- Label: 5 nickelsTotal: 25
- Visual
- Type: inline-svgSvg: <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="#FFCC4D" d="M17.182 23H9.818s1.353 6.5 2.351 9.752C13.167 36.006 16.773 36 17.591 36c1.635 0 4.424.006 5.422-3.248C24.01 29.5 26.183 23 26.183 23h-9.001z"/><path fill="#FFAC33" d="M18 28c3.46 0 5.831-.751 7.097-1.725.349-1.06.653-1.977.85-2.569-.15-.25-.373-.487-.67-.706H10.723c-.341.252-.585.526-.732.817.109.508.262 1.214.447 2.037C11.527 27.024 14.055 28 18 28z"/><path fill="#FFCC4D" d="M9 20v3c0 1.657 4.03 3 9 3s9-1.343 9-3v-3H9z"/><path fill="#F4900C" d="M26.183 20.5c0 1.381-3.664 2.5-8.183 2.5s-8.182-1.119-8.182-2.5S13.481 18 18 18s8.183 1.119 8.183 2.5z"/><path fill="#FFE8B6" d="M26.902 13.908c.218-.939.159-1.941-.258-2.942-.404-.969-1.106-1.726-1.956-2.239.19-.709.154-1.469-.179-2.228-.501-1.145-1.589-1.903-2.814-2.113.152-.341.214-.76.039-1.288-.595-1.782-2.97-.584-4.751-2.959-1.476.885-1.777 2.208-1.707 3.315-1.352.241-2.132.532-2.132.532v.001c-.808.327-1.379 1.119-1.379 2.044 0 .49.165.939.436 1.305l-.48.179.001.002c-1.384.517-2.36 1.767-2.36 3.229 0 .622.191 1.197.5 1.702C8.176 13.198 7 14.838 7 16.754c0 2.495 1.989 4.518 4.508 4.712 2.663.826 7.99.6 12.076-.091 2.371-.4 4.791-1.82 4.791-4.225 0-1.295-.576-2.445-1.473-3.242z"/><path d="M14.75 18.212c-2.24.634-5.602.796-7.39.314.725 1.744 2.478 2.977 4.535 2.977 6.145 0 12.417-4.183 12.417-4.183 1.969-1.226 2.972-3.16 2.649-5.188-2.042 2.888-9.869 5.417-12.211 6.08zm-1.615-3.981c4.739 0 9.575-3.069 9.575-3.069 1.583-.937 2.372-2.438 2.02-3.994-6.026 3.918-11.564 5.07-14.918 5.198.633 1.104 1.876 1.865 3.323 1.865zm-1.302-7.676c.236.964 1.1 1.681 2.136 1.681.655 0 1.312-.111 1.936-.277.384-.116.764-.24 1.143-.375 1.456-.565 2.517-1.291 2.517-1.291 1.056-.677 2.143-1.873 2.143-1.873s.369-.831-.25-1.319c-1.745 1.748-7.313 3.478-9.625 3.454z" fill="#FFD983"/></g></svg>AltText: soft icePlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f366","name":"soft-ice","count":1,"role":"badge"}]
Which is worth more: 2 nickels or 2 dimes?
Show answer
Answer: 2 dimes (20¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 2 nickelsTotal: 10
- OptionB
- Label: 2 dimesTotal: 20
- Visual
- Type: inline-svgSvg: <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.337 23.549C34.291 29.819 27.615 34 18.092 34S1.894 29.819.849 23.549c-.247-1.479.156-8.12 1.054-9.406 2.559-3.664 3.474 10.365 16.189 10.365 13.847 0 13.64-14.028 16.199-10.365.898 1.286 1.292 7.927 1.046 9.406z"/><path fill="#8A4B38" d="M18.092 5.995c-9.331 0-16.895 4.584-16.895 10.239 0 5.655 7.564 10.24 16.895 10.24 9.33 0 16.895-4.585 16.895-10.24S27.422 5.995 18.092 5.995zm0 13.374c-3.174 0-5.748-.702-5.748-1.568 0-.866 2.574-1.567 5.748-1.567 3.173 0 5.747.701 5.747 1.567.001.866-2.573 1.568-5.747 1.568z"/><path fill="#8A4B38" d="M1.72 14.623c-.653 1.045-.92 5.494.479 7.577 2.134 3.18 3.179 1.567 4.747 2.047 2.335.715 2.508 2.56 4.354 3.483 2.09 1.045 3.306.741 6.27 0 4.181-1.045 6.837 1.088 9.405 0 2.107-.893 3.312-4.137 4.486-4.528 3.728-1.242 4.515-7.124 1.741-9.537-.87 1.829-5.138 8.404-7.881 8.71-2.744.305-10.974 1-14.457-.784-3.484-1.785-7.01-4.006-7.446-4.616-.436-.611-1.698-2.352-1.698-2.352z"/><path fill="#F4900C" d="M18.092 13.882c-3.752 0-6.793 1.228-6.793 2.743 0 .589.463 1.133 1.245 1.58-.126-.129-.2-.264-.2-.404 0-.866 2.574-1.567 5.748-1.567 3.173 0 5.747.701 5.747 1.567 0 .14-.073.274-.2.404.782-.447 1.246-.991 1.246-1.58.001-1.515-3.041-2.743-6.793-2.743z"/><path fill="#F4ABBA" d="M4.42 18.15c-.375 0-.737-.203-.925-.557-.27-.51-.075-1.143.436-1.412l2.308-1.22c.509-.272 1.142-.075 1.412.436.27.51.075 1.143-.436 1.412l-2.308 1.22c-.156.082-.323.121-.487.121zm11.887 7.794c-.41 0-.799-.242-.966-.646l-.74-1.786c-.221-.533.032-1.144.565-1.365.534-.22 1.144.032 1.365.566l.74 1.786c.221.533-.032 1.145-.566 1.365-.129.055-.265.08-.398.08z"/><path fill="#55ACEE" d="M28.151 21.764c-.181 0-.364-.047-.53-.146-.497-.293-.662-.935-.368-1.431l1.132-1.916c.293-.496.938-.661 1.431-.368.497.294.662.935.368 1.432l-1.132 1.915c-.195.33-.543.514-.901.514z"/><path fill="#F4ABBA" d="M29.893 14c-.56 0-1.023-.481-1.043-1.046-.021-.576.431-1.079 1.007-1.1l1.218-.052c.587-.007 1.062.426 1.081 1.003.021.577-.431 1.096-1.007 1.116L29.931 14h-.038zM19.792 9.876c-.444 0-.855-.285-.997-.73-.174-.55.131-1.137.681-1.312l.826-.261c.556-.174 1.138.131 1.312.682.175.55-.131 1.137-.681 1.312l-.826.261c-.105.033-.211.048-.315.048z"/><path fill="#88C9F9" d="M13.998 11.574c-.157 0-.316-.036-.466-.11l-.784-.392c-.516-.258-.726-.886-.468-1.402.258-.516.886-.726 1.402-.468l.784.392c.516.258.726.886.468 1.402-.184.366-.553.578-.936.578zm9.102 13.28c-.156 0-.315-.035-.465-.109l-.784-.391c-.517-.258-.727-.885-.47-1.401.257-.517.884-.727 1.401-.47l.784.391c.517.258.727.885.47 1.401-.182.367-.553.579-.936.579z"/><path fill="#55ACEE" d="M9.426 22.548c-.138 0-.277-.026-.412-.085-.53-.228-.776-.842-.548-1.372l.392-.914c.228-.529.843-.779 1.373-.548.53.227.776.842.548 1.372l-.392.914c-.17.395-.555.633-.961.633zm15.592-9.885c-.403 0-.787-.234-.958-.627-.232-.529.01-1.145.538-1.376l.696-.305c.53-.232 1.146.01 1.376.538.231.529-.01 1.145-.538 1.377l-.696.305c-.137.06-.279.088-.418.088zM8.035 12.62c-.078 0-.157-.009-.235-.027l-.566-.13c-.562-.13-.914-.691-.784-1.253.129-.563.691-.913 1.253-.784l.566.13c.562.13.914.691.784 1.253-.112.483-.543.811-1.018.811z"/></g></svg>AltText: donutPlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f369","name":"donut","count":1,"role":"badge"}]
Zoe has 5 pennies. How much money does Zoe have in total?
Show answer
Answer: 5¢
- SubType
- word-problem
- Difficulty
- medium
- Coins
- {"name":"penny","count":5,"value":1}
- TotalCents
- 5
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 204 52" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 5 pennys" style="max-width:100%;height:auto;display:block"><circle cx="18" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="18" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="18" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="60" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="60" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="60" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="102" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="102" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="102" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="144" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="144" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="144" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text><circle cx="186" cy="26" r="18" fill="#B87333" stroke="#8B5A2B" stroke-width="1.5"/><circle cx="186" cy="26" r="14" fill="none" stroke="#8B5A2B" stroke-width="0.75" opacity="0.5"/><text x="186" y="26" text-anchor="middle" dominant-baseline="central" font-family="system-ui, sans-serif" font-weight="bold" fill="#3B2000" font-size="12">1¢</text></svg>AltText: Coins: 5 pennys
Count the coins: 4 nickels + 2 quarters. What is the total?
Show answer
Answer: 70¢
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"nickel","count":4,"value":5}
- {"name":"quarter","count":2,"value":25}
- Visual
- Type: inline-svgSvg: <svg viewBox="0 0 286 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Coins: 4 nickels, 2 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><circle cx="158" cy="30" r="20" fill="#A8A8A8" stroke="#787878" stroke-width="1.5"/><circle cx="158" cy="30" r="16" fill="none" stroke="#787878" stroke-width="0.75" opacity="0.5"/><text x="158" 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="185" y1="12" x2="185" y2="48" stroke="#CCC" stroke-width="1" stroke-dasharray="3,3"/><circle cx="214" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="214" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="214" 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="264" cy="30" r="22" fill="#D4D4D4" stroke="#A0A0A0" stroke-width="1.5"/><circle cx="264" cy="30" r="18" fill="none" stroke="#A0A0A0" stroke-width="0.75" opacity="0.5"/><text x="264" 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 nickels, 2 quarters
Which is worth more: 1 dime or 3 nickels?
Show answer
Answer: 3 nickels (15¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 1 dimeTotal: 10
- OptionB
- Label: 3 nickelsTotal: 15
- Visual
- Type: inline-svgSvg: <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: honeyPlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f36f","name":"honey","count":1,"role":"badge"}]
Which is worth more: 4 nickels or 5 dimes?
Show answer
Answer: 5 dimes (50¢)
- SubType
- compare-prices
- Difficulty
- medium
- OptionA
- Label: 4 nickelsTotal: 20
- OptionB
- Label: 5 dimesTotal: 50
- Visual
- Type: inline-svgSvg: <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: chocolatePlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f36b","name":"chocolate","count":1,"role":"badge"}]
You have $1.00. You buy an item for 66¢. How much change do you get?
Show answer
Answer: 34¢
- SubType
- make-change
- Difficulty
- medium
- Paid
- 100
- Price
- 66
- Visual
- Type: inline-svgSvg: <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: candyPlacement: before-question
- VisualToken
- Type: asset-refEffectiveProvider: twemojiRequestedProvider: twemojiIconSize: 36Layout: icon-badgePlacement: before-questionItems: [{"ref":"twemoji:1f36c","name":"candy","count":1,"role":"badge"}]
Count the coins: 5 quarters. What is the total?
Show answer
Answer: $1.25
- SubType
- count-coins
- Difficulty
- medium
- Coins
- {"name":"quarter","count":5,"value":25}
- Visual
- Type: inline-svgSvg: <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
Teaching Notes
Practice money compare prices with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Money Compare Prices Medium Worksheets worksheet?
Print the worksheet and complete the problems. Each set number generates a unique arrangement. Use the same set number for all students in a class for consistent assessment.
Is there an answer key?
Yes — every worksheet includes a complete answer key. Print it separately or view it on screen.