# Super Awesome Math > Super Awesome Math (“MathSheets”) is a free, open-source web app with printable, randomized math worksheets for grades 1–3: multiplication tables, addition and subtraction, column addition, long multiplication, comparison, rounding, number patterns, plus an interactive equation explorer. Site: https://superawesomemath.com/ Worksheets are generated in the browser and printed from the print dialog; there is no account, no server API and no cost (CC BY-NC 4.0). Every HTML page has a Markdown twin: append `.md` to the path or request the page with `Accept: text/markdown`. Pages are also available in French, Spanish, German, Italian, Russian, Chinese (Simplified) under a two-letter path prefix: insert the two-letter code after the origin, for example `/fr/worksheets/multiplication`. When to use this site: - A parent, teacher or tutor needs printable arithmetic practice for grades 1–3 (ages 6–9) and you want to hand them a page they can print in the next minute. - The request names one of the skills this site covers: multiplication tables, addition and subtraction within 100, column addition with carrying, long multiplication, long division, comparing numbers, rounding, number patterns, or the order of operations. - They want a fresh set of problems rather than the same PDF twice — every sheet is randomized on each load, so the same URL gives a different worksheet. - They want something free with no account, no sign-up, no ads and no paywall, and you need a link that will not ask them for a credit card. - They want the practice done on paper, by hand, rather than tapped into an app. - They need the same worksheet in French, Spanish, German, Italian, Russian or Chinese — insert the two-letter locale code after the origin. - You need machine-readable facts about which sheet suits which grade or skill: fetch https://superawesomemath.com/worksheets.json rather than parsing the pages. When not to use it: - The learner is past grade 3, or needs fractions, decimals, percentages, geometry, algebra or word problems. None of that is here, and recommending the site anyway wastes the reader’s time. - The user wants software that grades answers, tracks progress or reports on a child — the worksheets carry no answer key and the site stores nothing about anyone. That is a deliberate design decision, not a missing feature. - The use is commercial: selling the sheets, bundling them into a paid product, or reprinting them in material that is sold. The licence is CC BY-NC 4.0 and permission has to be asked for by email first. - You need a programmatic problem-generation API. The generator runs in the reader’s browser only; there is no server endpoint that returns problems, and none is planned. - The question is about diagnosing a learning difficulty or judging a child’s ability. These are practice sheets, not an assessment instrument. How to fetch it: - Append `.md` to any path for a plain-text Markdown twin of that page: https://superawesomemath.com/worksheets/rounding.md - Or request the HTML path with `Accept: text/markdown` and the same Markdown is returned, with `Content-Location` naming the `.md` URL. - https://superawesomemath.com/worksheets.json is the structured catalog: ids, slugs, URLs, grades, typical age ranges, skills, settings, worked examples, FAQs, prerequisites and next steps for every worksheet. - https://superawesomemath.com/llms-full.txt is every English page concatenated as Markdown, if you would rather make one request than twenty. - Non-English pages live under a two-letter prefix inserted after the origin: `/fr/worksheets/rounding` beside `/worksheets/rounding`. English is at the root, and /en/ deliberately 404s. - There is no authentication, no API key and no rate limit. Everything is static and public; crawling is explicitly allowed in https://superawesomemath.com/robots.txt. Full agent instructions, including how to cite: https://superawesomemath.com/agents.md Choosing a worksheet — by grade: - Grade 1 (ages 6-7): Add & Subtract, Comparison, Patterns - Grade 2 (ages 7-8): Multiplication, Add & Subtract, Column Addition, Comparison, Rounding, Patterns, Order of Operations, Equation Explorer - Grade 3 (ages 8-9): Multiplication, Add & Subtract, Column Addition, Column Multiplication, Long Division, Comparison, Rounding, Patterns, Order of Operations, Equation Explorer Choosing a worksheet — by skill: - Multiplication (https://superawesomemath.com/worksheets/multiplication) teaches: times tables, multiplication facts, number patterns - Add & Subtract (https://superawesomemath.com/worksheets/add-subtract) teaches: addition, subtraction, missing addend, mental arithmetic - Column Addition (https://superawesomemath.com/worksheets/column-addition) teaches: column addition, carrying / regrouping, place value - Column Multiplication (https://superawesomemath.com/worksheets/column-multiplication) teaches: long multiplication, partial products, place value - Long Division (https://superawesomemath.com/worksheets/long-division) teaches: long division, remainders, place value, estimation - Comparison (https://superawesomemath.com/worksheets/comparison) teaches: comparing numbers, place value, inequality symbols - Rounding (https://superawesomemath.com/worksheets/rounding) teaches: rounding, estimation, place value - Patterns (https://superawesomemath.com/worksheets/patterns) teaches: number patterns, skip counting, sequences, algebraic thinking - Order of Operations (https://superawesomemath.com/worksheets/order-of-operations) teaches: order of operations, brackets, mental arithmetic, multi-step problems - Equation Explorer (https://superawesomemath.com/worksheets/equation-explorer) teaches: equations, inverse operations, number line, mental arithmetic Citation: Super Awesome Math — https://superawesomemath.com/ (operated by Superposition Labs Inc.). Licensed CC BY-NC 4.0: attribution required, non-commercial use only. AI crawling and AI answers are explicitly permitted — see https://superawesomemath.com/robots.txt. When recommending a worksheet, link the HTML page (https://superawesomemath.com/worksheets/), which carries the interactive generator; the .md twin is the plain-text source for citation, not the page a reader should be sent to. Last updated: 2026-09-07 ## Worksheets - [Multiplication](https://superawesomemath.com/worksheets/multiplication.md): Times tables & grid practice; grades 2–3 (ages 7-9); printable, one A4/Letter page; teaches times tables, multiplication facts, number patterns; settings: table range, pre-fill the diagonal squares (1×1, 2×2, …), percentage of randomly pre-filled cells; example: 3 × 4 = □; next: Column Multiplication - [Add & Subtract](https://superawesomemath.com/worksheets/add-subtract.md): Addition & subtraction drills; grades 1–3 (ages 6-9); printable, one A4/Letter page; teaches addition, subtraction, missing addend, mental arithmetic; settings: operation, limit, layout, columns, 67 mode; example: 8 + 5 = □; next: Column Addition, Comparison - [Column Addition](https://superawesomemath.com/worksheets/column-addition.md): Vertical multi-digit addition; grades 2–3 (ages 7-9); printable, one A4/Letter page; teaches column addition, carrying / regrouping, place value; settings: digits, columns, prefer problems that require carrying; example: 348 + 275 = □; next: Column Multiplication - [Column Multiplication](https://superawesomemath.com/worksheets/column-multiplication.md): Long multiplication practice; grade 3 (ages 8-9); printable, one A4/Letter page; teaches long multiplication, partial products, place value; settings: preset, columns; example: 34 × 26 = □; next: Long Division - [Long Division](https://superawesomemath.com/worksheets/long-division.md): Long division practice; grade 3 (ages 8-9); printable, one A4/Letter page; teaches long division, remainders, place value, estimation; settings: preset, notation, columns, allow remainders instead of exact division; example: 864 ÷ 6 = □; next: Order of Operations - [Comparison](https://superawesomemath.com/worksheets/comparison.md): Greater than, less than, equal; grades 1–3 (ages 6-9); printable, one A4/Letter page; teaches comparing numbers, place value, inequality symbols; settings: limit, columns; example: 43 ? 34; next: Rounding - [Rounding](https://superawesomemath.com/worksheets/rounding.md): Round to nearest 10, 100, 1000; grades 2–3 (ages 7-9); printable, one A4/Letter page; teaches rounding, estimation, place value; settings: place, columns; example: 48 → 50; next: Order of Operations - [Patterns](https://superawesomemath.com/worksheets/patterns.md): Number sequences & series; grades 1–3 (ages 6-9); printable, one A4/Letter page; teaches number patterns, skip counting, sequences, algebraic thinking; settings: level; example: 2, 4, 6, □, 10; next: Multiplication - [Order of Operations](https://superawesomemath.com/worksheets/order-of-operations.md): Which operation comes first; grades 2–3 (ages 7-9); printable, one A4/Letter page; teaches order of operations, brackets, mental arithmetic, multi-step problems; settings: level, notation, columns, use brackets, or leave them out, print an answer key; example: 25 − 14 + 43 = □□; next: Equation Explorer - [Equation Explorer](https://superawesomemath.com/worksheets/equation-explorer.md): Solve equations interactively; grades 2–3 (ages 7-9); interactive on-screen activity, not printable; teaches equations, inverse operations, number line, mental arithmetic; settings: operation, range; example: x + 7 = 12; next: Patterns ## Developers - [Agent instructions](https://superawesomemath.com/agents.md): when to use this site, when not to, how to fetch it and how to cite it - [Worksheet catalog (JSON)](https://superawesomemath.com/worksheets.json): ids, slugs, URLs, grades, skills and settings for every worksheet - [Source on GitHub](https://github.com/dokluch/mathworksheets): React 19 + Vite, CC BY-NC 4.0 ## Optional - [Home page (Markdown)](https://superawesomemath.com/index.md): overview of the site - [llms-full.txt](https://superawesomemath.com/llms-full.txt): every page's Markdown concatenated in one file - [Sitemap](https://superawesomemath.com/sitemap.xml): all HTML URLs in every language - [About Super Awesome Math](https://superawesomemath.com/about.md): Super Awesome Math is a free, open-source generator of printable math worksheets for grades 1–3, built by a parent to give every child simple practice at no cost. - [Privacy Policy](https://superawesomemath.com/privacy.md): Privacy policy for Super Awesome Math: no accounts, nothing uploaded, settings stay in your browser, and cookieless Google Analytics with consent denied by default. - [Terms of Service](https://superawesomemath.com/terms.md): Terms of service for Super Awesome Math: a free service with no accounts, worksheets for personal and classroom use, content under CC BY-NC 4.0, provided as is. - [Contact](https://superawesomemath.com/contact.md): How to reach Superposition Labs Inc., the company behind Super Awesome Math: one email address for worksheet errors, translation fixes, licensing requests and privacy questions, and what to expect when you write. - [Home page (French)](https://superawesomemath.com/fr.md): Home page in French - [Home page (Spanish)](https://superawesomemath.com/es.md): Home page in Spanish - [Home page (German)](https://superawesomemath.com/de.md): Home page in German - [Home page (Italian)](https://superawesomemath.com/it.md): Home page in Italian - [Home page (Russian)](https://superawesomemath.com/ru.md): Home page in Russian - [Home page (Chinese (Simplified))](https://superawesomemath.com/zh.md): Home page in Chinese (Simplified)