Ever tried to make a number pop out of thin air?
You stare at a blank page, think “19, that’s my target,” and wonder how to squeeze it out of a couple of simple math expressions.
It sounds like a kid’s worksheet, but the trick actually sharpens the way you see numbers, patterns, and even a bit of algebra. Below is the low‑down on how to write two expressions where the solution is 19 – and why you might want to keep a few of these tricks in your back pocket.
What Is “Write Two Expressions Where the Solution Is 19”?
In plain English, the challenge asks you to create two separate mathematical statements that, when you crunch the numbers, each equals 19.
Think of it as a mini‑puzzle: you get to choose the numbers, the operations (addition, subtraction, multiplication, division, exponents, factorials, you name it), and even parentheses. The only rule? Both final results must be 19.
You’re not limited to a single‑digit playground. That's why you can pull in fractions, squares, or even the good‑old “concatenation” trick (like turning 1 and 9 into 19). The fun part is that there are infinitely many ways to hit that target, and each path reveals a different slice of number sense.
A Quick Example
- Expression 1: (12 + 7 = 19)
- Expression 2: (5 \times 4 - 1 = 19)
Both land on 19, but they use totally different operations. The real art is to craft something a bit more interesting than “12 + 7” – maybe a puzzle you can share with friends or a brain‑teaser for a classroom.
Why It Matters / Why People Care
You might wonder, “Why bother?”
First, it trains flexibility. Plus, when you hunt for a target number, you learn to rearrange operations, spot hidden factors, and think laterally. That skill translates to real‑world problem solving – whether you’re budgeting, debugging code, or planning a route.
Second, it’s a great ice‑breaker. Think about it: teachers love tossing a “make 19” challenge at a math‑averse class because it feels like a game, not a test. Parents use it to keep kids’ brains humming during car rides Easy to understand, harder to ignore..
Finally, it’s a stepping stone. Once you’re comfortable forcing a number out of a few operations, you can move on to more advanced puzzles: creating expressions that use every digit 1‑9 exactly once, or building equations that satisfy multiple constraints. Those are the kind of brain‑gym sessions that keep you sharp.
How It Works (or How to Do It)
Below is a step‑by‑step toolbox for conjuring up two distinct expressions that both equal 19. Feel free to mix, match, and remix.
1. Start With Simple Arithmetic
The fastest route is to think of two pairs of numbers that add up to 19 Turns out it matters..
- Additive pairs: 10 + 9, 13 + 6, 15 + 4, 18 + 1
- Subtractive pairs: 30 − 11, 25 − 6, 40 − 21
Pick any two pairs that aren’t identical, and you’ve got your two expressions right away.
Example:
- Expression A: (13 + 6 = 19)
- Expression B: (30 - 11 = 19)
That’s the “quick‑draw” method. But let’s dig deeper.
2. Use Multiplication and Division
If you want something that feels a bit more “crafted,” bring in multiplication or division.
- Multiplication tricks: Look for factors that, when combined with addition/subtraction, land on 19.
Example: (4 \times 5 - 1 = 19) (since 4 × 5 = 20, then subtract 1). - Division tricks: Flip a fraction to get close, then adjust.
Example: (38 \div 2 = 19). That’s a single‑step expression, but you can add a twist: ( (38 \div 2) + 0 = 19).
3. Toss in Exponents
Exponents let you jump to bigger numbers quickly, then you can reel them back down.
- Square roots and squares: (5^2 - 6 = 19) because 5² = 25, minus 6.
- Cubed numbers: (3^3 - 8 = 19) (27 − 8).
If you want both expressions to use exponents, try varying the base or the power.
4. Play With Factorials
Factorials grow fast, so they’re perfect for a dramatic “big‑then‑small” effect That's the whole idea..
- Simple factorial: (4! - 5 = 19) because 4! = 24, minus 5.
- Combined: ((3! + 2!) \times 3 - 2 = 19) → (6 + 2) × 3 = 24, minus 5? Wait, that’s 19? Actually (3!+2!)×3‑5 = (6+2)×3‑5 = 24‑5 = 19. Adjust the final subtraction to hit the mark.
5. Use Concatenation (Turning Digits Into Numbers)
Sometimes the puzzle restricts you to the digits 1‑9 each used once. Concatenation helps.
- Example: (1,9 + 0 = 19) (just writing 19 as a single number).
- More clever: ( (1 + 8) \times 2 + 1 = 19) → (9) × 2 + 1 = 19.
6. Mix Operations With Parentheses
Parentheses let you control order of operations, which is essential for making the numbers line up Took long enough..
- Nested example: ((6 + 2) \times 3 - 1 = 19) → 8 × 3 = 24, minus 5? Oops, that’s 23. Fix it: ((6 + 2) \times 2 + 3 = 19) → 8 × 2 + 3 = 19.
Notice how a tiny tweak changes everything? That’s the sweet spot for creativity.
7. Add a Bit of “Real‑World” Flavor
You can embed units or context if you’re writing a blog post or worksheet.
- Money example: “If you have $12 and earn $7 more, you have $19.”
- Time example: “12 hours plus 7 hours equals 19 hours.”
The math stays the same, but the story makes it more memorable.
Putting It All Together – Two Distinct Expressions
Here’s a polished pair that uses a mix of the tools above, looks tidy, and feels a bit clever:
-
Expression 1 (Multiplication + Subtraction):
[ 4 \times 5 - 1 = 19 ] -
Expression 2 (Factorial + Subtraction):
[ 4! - 5 = 19 ]
Both are short, use different operations, and each lands cleanly on 19. If you need something more elaborate for a classroom challenge, try:
- Expression A: ((3^2 + 4) \times 2 - 1 = 19) → (9 + 4) × 2 − 1 = 19.
- Expression B: ((5! \div 12) + 1 = 19) → (120 ÷ 12) + 1 = 10 + 1? Oops, that’s 11. Let’s fix: ((5! \div 6) - 1 = 19) → 120 ÷ 6 = 20, minus 1 = 19.
See how a little adjustment makes it work? That’s the iterative mindset you’ll use over and over.
Common Mistakes / What Most People Get Wrong
Even seasoned puzzlers trip up on a few recurring snafus. Spotting them early saves a lot of head‑scratching Small thing, real impact..
-
Ignoring Order of Operations
Many writers forget that multiplication and division happen before addition and subtraction unless you use parentheses. Writing “4 + 5 × 3 = 19” actually gives 19? No, 5 × 3 = 15, plus 4 = 19 – okay that one works, but “4 × 5 + 3 = 23” not 19. Always double‑check with PEMDAS Not complicated — just consistent.. -
Using the Same Numbers Twice
If the challenge specifies “two different expressions,” re‑using the exact same numbers and operations can feel like cheating. Switch up at least one component. -
Forgetting Whole Numbers
Some people default to fractions or decimals, which is fine unless the puzzle explicitly says “integers only.” Keep the requirement in mind And that's really what it comes down to.. -
Overcomplicating
Adding a factorial when a simple addition does the job isn’t wrong, but it can obscure the elegance of the solution. Aim for the simplest expression that still feels fresh. -
Mis‑applying Factorials
Remember, n! means the product of all positive integers up to n. So 3! = 6, not 3 × 3. A common typo is writing “3! = 3 × 3 = 9,” which throws the whole equation off Not complicated — just consistent..
Practical Tips / What Actually Works
-
Start with 19 in mind, then work backwards.
Ask yourself, “What numbers multiplied give something near 19?” 4 × 5 = 20, so subtract 1. That’s a ready‑made expression. -
Keep a cheat sheet of small factorials and powers.
2! = 2, 3! = 6, 4! = 24, 5! = 120.
2² = 4, 3² = 9, 4² = 16, 5² = 25.
Having these at a glance speeds up the brainstorming The details matter here.. -
Use “difference from a round number.”
20 − 1 = 19, 30 − 11 = 19, 40 − 21 = 19. Pick a round number you can reach easily, then subtract the needed remainder. -
Play with “double and subtract.”
Double a number close to 10, then adjust. Example: (2 \times 10 - 1 = 19). Simple, but you can hide the 10 inside a more complex sub‑expression: (2 \times (6 + 4) - 1 = 19). -
Try “half of a double.”
If you can get 38, halving it gives 19. So (38 \div 2 = 19). Now craft 38 from other numbers: ( (5 \times 8) - 2 = 38). Then (((5 \times 8) - 2) \div 2 = 19). -
Check your work with a calculator or mental math.
Even seasoned math lovers make arithmetic slips. A quick sanity check saves embarrassment.
FAQ
Q: Can I use the same operation in both expressions?
A: Yes, as long as the overall expressions differ. Both could be addition‑based, but the numbers you add must change Turns out it matters..
Q: Do I have to use only whole numbers?
A: Not necessarily. The problem statement usually doesn’t forbid fractions or decimals, but many teachers prefer integers for simplicity Nothing fancy..
Q: What if the rule says “use each digit 1‑9 exactly once across both expressions”?
A: That’s a classic “pandigital” challenge. One solution:
- Expression 1: (1 + 2 + 3 + 4 + 5 = 15) (still not 19, so adjust) → (1 + 2 + 3 + 4 + 9 = 19).
- Expression 2: (5 \times 6 - 7 + 8 = 19).
Now every digit 1‑9 appears exactly once.
Q: Is there a “best” pair of expressions?
A: “Best” depends on your goal. For elegance, keep it short. For teaching, use varied operations. For a brain‑teaser contest, hide a factorial or exponent That's the whole idea..
Q: How can I turn this into a classroom activity?
A: Give students a set of numbers (e.g., 1‑9) and ask them to create two distinct expressions that both equal 19, using each number at most once. Offer extra points for using at least three different operations Small thing, real impact..
Q: What if I get stuck?
A: Flip the problem: think of a number you can make easily (like 20) and then subtract 1. Or start from 19 and ask, “What two numbers multiply to something near 19?” That reverse engineering often sparks the right combination Easy to understand, harder to ignore..
So there you have it: a toolbox, a couple of polished examples, and enough side‑notes to keep the creative juices flowing. Whether you’re gearing up for a quick mental warm‑up, designing a math worksheet, or just love the little thrill of making a number appear out of thin air, writing two expressions that both equal 19 is a tidy, satisfying exercise It's one of those things that adds up..
Go ahead, try a few on your own. You’ll be surprised how many routes lead to the same destination. Happy calculating!
Extending the Toolkit
Below are a few more “building blocks” you can mix‑and‑match when you need fresh ways to land on 19. Think of them as modular Lego pieces that snap together in countless configurations Worth knowing..
| Technique | Core Idea | Sample Construction |
|---|---|---|
| “Add a hidden zero” | Multiplying by 10 (or 100) and then subtracting a multiple of 10 that contains a zero in the tens place lets you keep the arithmetic tidy. On the flip side, | ( (3 \times 10) - 11 = 19). The “10” is hidden inside the product, while the subtraction uses a two‑digit number that still feels simple. |
| “Use a square” | Squares of small integers are easy to remember (1, 4, 9, 16, 25…). Which means pair a square with a complementary term. That's why | (4^2 + 3 = 19). But or, if you need a different flavor, (5^2 - 6 = 19). |
| “Exploit a factorial” | (n!) grows fast, but (3! = 6) and (4! = 24) are still manageable. Subtract or add a small number to reach 19. Worth adding: | (4! That said, - 5 = 19). |
| “Combine a fraction with an integer” | A fraction can act as a “fine‑tuner” after you’ve built a rough approximation. So | (\frac{38}{2} = 19) (the same idea as “half of a double,” but expressed as a fraction). On the flip side, |
| “Use a power of two” | Powers of two (2, 4, 8, 16, 32…) are instantly recognizable. Day to day, add a small complement. | (2^4 + 3 = 19). On top of that, |
| “Nest a simple expression inside a larger one” | Place a tiny sub‑expression inside parentheses, then apply a final operation. | ((7 + 2) \times 2 - 1 = 19). |
| “use a difference of squares” | ((a+b)(a-b) = a^2 - b^2). Now, choose (a) and (b) so the result is 19. | ((5+2)(5-2) = 7 \times 3 = 21); then subtract 2: ((5+2)(5-2) - 2 = 19). |
| “Turn a product into a sum” | Split a product into two addends using the distributive property. | ( (3+4) \times 2 + 1 = 15 + 1 = 16) → adjust: ((3+5) \times 2 + 1 = 17) → finally ((3+5) \times 2 + 3 = 19). |
Easier said than done, but still worth knowing.
Feel free to combine any of these ideas. To give you an idea, you could start with a square, embed a fraction, and finish with a subtraction:
[ \bigl(4^2 - \tfrac{6}{3}\bigr) - 1 = 19. ]
Designing Your Own Challenge
If you want to turn the “two expressions = 19” task into a full‑blown puzzle, consider adding one or more of the following constraints:
- Digit‑usage limits – e.g., each digit 1‑9 can appear at most once across both expressions (the classic pandigital rule).
- Operation quotas – require at least three different operations (addition, multiplication, exponentiation, etc.).
- Depth restriction – limit the number of nested parentheses to keep the expressions “flat.”
- Time pressure – give students 2 minutes to produce any valid pair; the fastest correct pair earns a bonus.
These tweaks force learners to think laterally, explore the toolbox more thoroughly, and often discover clever shortcuts they hadn’t considered before.
Sample “Challenge Set” for a Classroom
| # | Constraint | One Possible Pair of Expressions |
|---|---|---|
| 1 | Use each digit 1‑9 exactly once, at most one exponent | (1^2 + 3 + 4 + 5 = 13) → add (6) → (1^2 + 3 + 4 + 5 + 6 = 19) and (7 \times 8 - 9 = 47) → subtract (28) (which is (4 \times 7)) → (7 \times 8 - 9 - (4 \times 7) = 19). |
| 2 | Must contain a factorial and a square | (4! - 5 = 19) and (3^2 + 10 = 19). |
| 3 | Exactly three operations per expression | ((6 + 2) \times 2 + 3 = 19) and ((9 - 4) \times 3 + 4 = 19). |
| 4 | No multiplication or division allowed | (9 + 8 + 2 = 19) and (7 + 6 + 5 + 1 = 19). |
Not the most exciting part, but easily the most useful.
Feel free to remix these; the point is to give students a menu of constraints and let them pick the one that sparks their curiosity.
Quick “One‑Minute Warm‑Up” Generator
If you need a rapid mental‑exercise before a lesson, grab a six‑sided die and a standard deck of playing cards. Even so, assign each die face a basic operation (1 = +, 2 = −, 3 = ×, 4 = ÷, 5 = ^2, 6 = ! Flip two cards for numbers, roll the die twice for operations, and you’ll instantly have a quirky pair of expressions to test against 19. ). Most of the time the result will be off, but that’s the fun—students get to tweak the numbers or swap an operation until they hit the target.
Wrapping It Up
Creating two distinct expressions that both evaluate to 19 is more than a neat party trick; it’s a compact lesson in flexible thinking, operation fluency, and strategic problem‑solving. By:
- Cataloguing simple building blocks (doubling‑and‑subtracting, halving a double, squares, factorials, etc.),
- Mixing those blocks in novel ways, and
- Layering optional constraints (digit usage, operation count, depth),
you give yourself a virtually unlimited supply of fresh puzzles. Whether you’re a teacher looking for a quick warm‑up, a competition organizer crafting a brain‑teaser, or simply a math enthusiast who enjoys the satisfaction of “making 19 appear out of thin air,” the strategies above will keep the process both systematic and playful Most people skip this — try not to. Simple as that..
So the next time you see the number 19 staring back at you, remember: you already hold the keys to a whole family of elegant expressions. Pick a technique, tinker a little, and watch the solution fall into place. Happy calculating!
Beyond the Classroom: Applying the 19‑Puzzle to Real‑World Thinking
While the “two‑expression‑to‑19” exercise is a delightful playground for number sense, the underlying mindset translates to many other domains. Consider the following parallels:
| Domain | Parallel Skill | Example |
|---|---|---|
| Software debugging | Systematically exploring alternate code paths | Re‑writing a loop to achieve the same output with fewer iterations |
| Financial budgeting | Finding equivalent allocations across categories | Splitting a $19 expense into two distinct payment plans that sum to the same amount |
| Game design | Balancing mechanics to hit a target score | Crafting two different level layouts that both yield 19 points for the player |
| Creative writing | Re‑expressing a theme in two distinct styles | Conveying the same emotional beat through dialogue and description |
In each case, the problem boils down to constructing two distinct routes that converge on the same destination. The “19‑puzzle” is simply a microcosm of that broader cognitive strategy Worth knowing..
A Quick Checklist for Teachers and Facilitators
- Define the target number (here, 19, but any integer works).
- Select a set of operations you want students to practice.
- Provide a starter table of simple identities (double‑minus‑one, square‑plus‑four, etc.).
- Introduce optional constraints to ramp difficulty.
- Encourage iteration: let students tweak, swap, and recombine until both expressions hit the target.
- Reflect: after solving, ask, “Which step was the most surprising?” or “Could we have reached 19 with fewer operations?”
Final Thought
The beauty of the “two‑expression‑to‑19” challenge lies in its dual nature: it is at once a creative sandbox and a rigorous logic problem. It forces you to look at numbers from multiple angles, to see patterns where none seemed obvious, and to celebrate the moment when two separate paths converge on the same destination. Whether you’re a teacher, a coach, a puzzle designer, or just a curious mind, the techniques outlined here give you a toolbox that can be reused, reshaped, and expanded indefinitely Most people skip this — try not to..
So grab a sheet of paper, pick a fresh target, and let the hunt begin. The next time you find yourself staring at a number, remember that two distinct expressions—no matter how simple or elaborate—are always waiting to be discovered. Happy problem‑solving!