Simplify Your Workflow: Search MiniWebtool.
Add Extension
See also
Coin Word Problem SolverX and Y Intercept CalculatorCat Years to Human Years CalculatorPig Latin Translator
Home Page > Math > Algebra Calculators > Age Word Problem Solver

Age Word Problem Solver

Solve classic age word problems step by step โ€” "X is N years older than Y", "in Y years X will be K times Y", three-person age ratios, and father-son past-vs-present puzzles. Sets up the algebra, solves the linear system, verifies the answer, and animates an age timeline for past, present, and future ages.

Age Word Problem Solver
Quick examples โ†’
๐Ÿ“–
โ€ฆ
1 Pick the puzzle type
Five canonical patterns cover the vast majority of textbook age problems.
2 Name the people
3 Relation and numbers
Use "older than" if A is the older one.
How many years apart they are now.
A + B = ?
Use 2 for "twice", 3 for "three times", 0.5 for "half".
Y in "in Y years".
For "twice as old in 5 years", K = 2.
Y in "Y years ago".
For "5 years ago, three times as old", K = 3.
3 Ratio shares and total sum
A + B + C = ?

Embed Age Word Problem Solver Widget

About Age Word Problem Solver

Age word problems are the bread-and-butter of school algebra: a couple of sentences in plain English, two unknown ages, and one or two relationships that connect them. The Age Word Problem Solver translates those sentences into a small system of linear equations, solves the system step by step, and animates a timeline of past, present, and future ages so you can see why the answer makes sense. The five built-in patterns โ€” sum-and-difference, multiple-and-difference, now-vs-future, now-vs-past, and three-person ratio โ€” cover the vast majority of textbook puzzles.

How to use this solver

  1. Pick the pattern that best matches your puzzle from the dropdown โ€” for example, "X is N years older than Y; sum is S".
  2. Type the names of the two (or three) people. The names appear inside the equations and in the timeline so the answer reads naturally.
  3. Toggle the relation between "older than" and "younger than" โ€” both work; the solver flips the sign of the difference automatically.
  4. Fill in the numbers: age difference, sum, multiple, or years from now or ago, depending on the scenario.
  5. Watch the live story preview at the top โ€” if the sentence does not match your puzzle, adjust the inputs.
  6. Click Solve. You will see both ages, the equations the solver set up, the algebraic steps, a verification, and an animated timeline showing the ages at every relevant moment.

The five canonical patterns at a glance

1. Sum and difference

"A is N years older than B; A + B = S."

\( A = \dfrac{S + N}{2}, \quad B = \dfrac{S - N}{2} \)

2. Multiple and difference

"A is N years older than B; A is K times B."

\( B = \dfrac{N}{K - 1}, \quad A = K \cdot B \)

3. Now vs future

"In Y years, A will be K times B."

\( B = \dfrac{N}{K - 1} - Y, \quad A = B + N \)

4. Now vs past

"Y years ago, A was K times B."

\( B = \dfrac{N}{K - 1} + Y, \quad A = B + N \)

5. Three-person ratio

"A : B : C = p : q : r; sum is S."

\( A = \dfrac{p \, S}{p + q + r}, \quad B = \dfrac{q \, S}{p + q + r}, \quad C = \dfrac{r \, S}{p + q + r} \)

The trick that makes age problems easy

Everyone ages at the same rate. So if A is N years older than B today, A is still N years older than B in ten years, in twenty years, or ten years ago. That single invariant is what turns sentences like "in 5 years she will be twice as old as he is" into linear equations rather than a tangle of unknowns:

\[ \text{age difference} \;=\; \text{constant in time} \]

Once you write each person's age as "now" plus or minus the time shift, the equation becomes a single linear relation between two unknowns. With one more piece of information โ€” a sum, a multiple, or a ratio โ€” the system has a unique solution.

Worked example: now vs future

Anna is 8 years older than Ben. In 5 years, Anna will be twice as old as Ben. How old is each now?

  1. Let Ben's current age be \( b \). Then Anna's current age is \( b + 8 \).
  2. In 5 years, the ages are \( b + 5 \) and \( b + 13 \).
  3. The condition "Anna will be twice as old as Ben" gives \( b + 13 = 2(b + 5) \).
  4. Expand: \( b + 13 = 2b + 10 \), so \( b = 3 \).
  5. Therefore Ben is 3 and Anna is 11.
  6. Verify: in 5 years Ben is 8, Anna is 16, and \( 16 = 2 \cdot 8 \). โœ“

Worked example: three-person ratio

The ages of Ava, Bea, and Cy are in the ratio 3 : 4 : 5, and the three together are 60 years old.

  1. Let one ratio unit be \( x \). Then Ava is \( 3x \), Bea is \( 4x \), Cy is \( 5x \).
  2. Their sum: \( 3x + 4x + 5x = 12x = 60 \).
  3. Solve: \( x = 5 \). So Ava is 15, Bea is 20, Cy is 25.
  4. Verify: \( 15 + 20 + 25 = 60 \). โœ“

Common pitfalls and how to avoid them

  • Forgetting that the difference is constant โ€” students often write \( A + Y \) but forget that B has also aged Y years. Always shift both ages by the same amount.
  • Confusing "K times" with "K times older than" โ€” "twice as old" usually means \( A = 2B \). Some textbooks use "twice older" to mean \( A = 3B \). Pick the convention that matches your textbook and stick to it. The solver uses "K times" = \( A = K \cdot B \).
  • K = 1 has no solution โ€” that would mean A = B but you also said A is N years older than B, which contradicts a non-zero difference. The solver flags this case.
  • Negative past ages โ€” if a problem says "5 years ago A was 4 times as old as B" and the math gives B = 2 today, then 5 years ago B would be \( -3 \) โ€” impossible. The solver checks this and warns you.
  • Mixing "older" and "younger" โ€” the relation toggle handles either direction. If A is younger, just swap names or toggle to "younger than"; the algebra is the same.

Quick translation table

English phraseAlgebraExample
A is N years older than B\( A = B + N \)Anna is 8 older โ†’ \( A = B + 8 \)
A is N years younger than B\( A = B - N \)Anna is 5 younger โ†’ \( A = B - 5 \)
A is K times as old as B\( A = K \cdot B \)Twice as old โ†’ \( A = 2B \)
In Y years, A will be โ€ฆ\( A + Y \)In 5 years, Anna โ†’ \( A + 5 \)
Y years ago, A was โ€ฆ\( A - Y \)3 years ago, Anna โ†’ \( A - 3 \)
Sum of their ages is S\( A + B = S \)Together 50 โ†’ \( A + B = 50 \)
Their ages are in ratio p : q\( A : B = p : q \)3 : 4 โ†’ \( A/B = 3/4 \)

Frequently asked questions

What is an age word problem?

An age word problem describes the ages of two or more people using a mix of differences ("X is N years older than Y"), multiples ("X is K times Y"), and time shifts ("in Y yearsโ€ฆ", "Y years agoโ€ฆ"). They translate into a small system of linear equations that you solve for each person's current age. The Age Word Problem Solver does the translation and the algebra for you and shows every step.

Why do age problems always come out as linear equations?

Because everyone ages at the same rate, age relationships are always linear in time. If A is N years older than B today, A is N years older than B at every other point in time. The unknowns multiply only by constants, never by other unknowns, so the resulting system is always linear and has a unique solution as soon as you have as many equations as unknowns.

How do I solve "In 5 years, Anna will be 3 times as old as Ben"?

Pick the "Now vs future" scenario. Let Ben's age now be \( b \). Anna's age now is \( b + N \), where \( N \) is the current age difference. In 5 years the ages are \( b + 5 \) and \( b + N + 5 \). Set Anna's future age equal to 3 times Ben's future age and solve. The solver writes all of these steps and verifies the answer.

What does "X is K times as old as Y" mean exactly?

It means age of X equals K times age of Y, i.e. \( X = K \cdot Y \). For example, "Anna is 3 times as old as Ben" means Anna = 3 ร— Ben. If Ben is 8, Anna is 24. K can be a fraction โ€” 0.5 means half as old, 1.5 means one-and-a-half times as old.

How do you solve a three-person age ratio problem?

If the ratio is \( A : B : C = p : q : r \) and the sum is S, let one ratio unit be \( x \). Then \( A = px \), \( B = qx \), \( C = rx \). The sum equation gives \( (p + q + r)\,x = S \), so \( x = \dfrac{S}{p + q + r} \). Multiply each ratio share by \( x \) to get each age.

What if my puzzle has no realistic solution?

The solver flags the problem if the math gives a negative age, an age below zero in a past-tense scenario, or if the multiplier K equals 1 (which would mean two identical ages, contradicting a non-zero age difference). Adjust the inputs to fit. The error message tells you which constraint failed and how to fix it.

Reference this content, page, or tool as:

"Age Word Problem Solver" at https://MiniWebtool.com/age-word-problem-solver/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-10

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Algebra Calculators:

Top & Updated:

Instagram User ID LookupRandom Name Picker WheelRandom PickerImage ResizerFacebook User ID LookupLine CounterSort NumbersRSD Calculator - Relative Standard DeviationFPS ConverterRemove SpacesSun Position CalculatorMAC Address GeneratorWord to Phone Number Converterโฌ› Aspect Ratio Calculator๐Ÿ“ท OCR / Image to TextERA CalculatorRandom Quote GeneratorSun, Moon & Rising Sign Calculator ๐ŸŒž๐ŸŒ™โœจMAC Address Lookup๐Ÿ–ฑ๏ธ Click CounterPercent Off CalculatorMerge VideosSlope and Grade CalculatorJob FinderSquare Root (โˆš) CalculatorRandom Truth or Dare GeneratorCm to Feet and Inches ConverterWeight Loss CalculatorBatting Average CalculatorSHA256 Hash GeneratorSum CalculatorMP3 LooperVertical Jump CalculatorRandom Superpower GeneratorAdd Text to ImageRandom Credit Card GeneratorFeet and Inches to Cm ConverterNumber of Digits CalculatorBitwise CalculatorPhone Number ExtractorSalary Conversion CalculatorRandom IMEI GeneratorRandom Fake Address GeneratorRoman Numerals ConverterInvisible Text GeneratorAudio SplitterNumber to Word ConverterRandom Poker Hand GeneratorText FormatterImage SplitterRandom Writing Prompt GeneratorLog Base 10 CalculatorBinary to Gray Code ConverterIP Subnet CalculatorRandom Birthday GeneratorLunar Calendar ConverterBolt Torque CalculatorName RandomizerJulian Date ConverterCaffeine Overdose CalculatorRandom Activity GeneratorOctal CalculatorCompound Growth CalculatorHalfway Date CalculatorRandom Movie PickerFile Size ConverterDecimal to BCD ConverterLeap Years ListEmail ExtractorSHA512 Hash GeneratorStair CalculatorYouTube Channel StatisticsImage CompressorFirst n Digits of PiRandom Meal GeneratoreBay Fee CalculatorQuotient and Remainder CalculatorHebrew Calendar ConverterWAR CalculatorLong Division CalculatorWord Ladder GeneratorMaster Number CalculatorRandom Loadout GeneratorBCD to Decimal ConverterVideo CompressorCompare Two StringsFlip VideoPercent Growth Rate CalculatorMD5 Hash GeneratorBcrypt Hash Generator / CheckerList of Prime NumbersSlugging Percentage Calculator๐Ÿ“… Date CalculatorBreak Line by CharactersSocial Media Username CheckerAI Language DetectorOutlier CalculatorDMS to Decimal Degrees ConverterOn Base Percentage CalculatorAPI TesterRandom Number PickerRandomize NumbersOPS CalculatorVideo to Image Extractor๐Ÿ” Plagiarism Checker๐ŸŽฐ Gacha Pity CalculatorAdd Prefix and Suffix to TextBingo Card GeneratorPercent to PPM ConverterDay of the Year Calculator - What Day of the Year Is It Today?Modulo CalculatorWhat is my Zodiac Sign?IP Address to Hex ConverterArc Length CalculatorRandom Chord GeneratorIP Address to Binary ConverterMultiplication CalculatorYouTube Tag ExtractorAstrological Element Balance Calculator๐Ÿ”Š Tone GeneratorRandom Tournament Bracket GeneratorGray Code to Binary ConverterTime Duration CalculatorVideo SplitterRandom Emoji GeneratorBroken Link CheckerNumber ExtractorDecibel (dB) CalculatorSmall Text Generator โฝแถœแต’แต–สธ โฟ แต–แตƒหขแต—แต‰โพWord Scramble GeneratorSocial Media Post Time OptimizerAcreage CalculatorName Number CalculatorIs it a Prime Number?Estimation CalculatorMercury Retrograde CalendarLED Resistor CalculatorBattery Life CalculatorHeight Percentile CalculatorGreat Circle Distance CalculatorCone Flat Pattern (Template) GeneratorConnect the Dots GeneratorRatio CalculatorLottery Number GeneratorRandom Math Problem GeneratorRandom Object GeneratorList RandomizerMultiple Fraction CalculatorSaturn Return CalculatorWHIP CalculatorDay of Year CalendarRemove AccentURL ExtractorProportion CalculatorGolden Ratio CalculatorSquare Numbers ListBinary to BCD ConverterPartition Function CalculatorText Case ConverterRandom Line PickerHTML CompressorAm I Overweight?Image CropperRatio to Percentage CalculatorPipe Flow CalculatorColor InverterLove Compatibility CalculatorMAC Address AnalyzerPercentage Increase CalculatorChinese Gender PredictorTaco Bar CalculatorWhitespace VisualizerYouTube Thumbnail DownloaderMagic 8-BallRandom Excuse GeneratorImage EnhancerNumber Pattern FinderFirst n Digits of eRemove Line BreaksAdjust Video SpeedAngel Number Calculator๐Ÿ“Š Bar Graph MakerFraction CalculatorRandom User-Agent GeneratorAmortization CalculatorScientific Notation to Decimal ConverterSum of Positive Integers CalculatorHow Long Ago CalculatorRandom Video Thumbnail GeneratorSigma Notation Calculator (Summation)Random Chess Opening GeneratorWhat is my Lucky Number?Mcg to Mg ConverterWater Usage CalculatorEffect Size CalculatorNumber RandomizerReverse VideoLbs to Kg ConverterAI ParaphraserAI Punctuation AdderSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterBCD to Hex ConverterMedian CalculatorStandard Error CalculatorAverage CalculatorPVIFA CalculatorHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorRandom String GeneratorRemove Leading Trailing SpacesMarkup CalculatorPVIF CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hรดpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorBernoulli Equation CalculatorAP Score CalculatorAttendance Percentage CalculatorPercentage to CGPA ConverterCitation Generator (APA/MLA/Chicago)AI Quiz GeneratorAI Lesson Plan GeneratorInteractive Periodic TableElectron Configuration CalculatorLimiting Reactant CalculatorTheoretical Yield CalculatorHenderson-Hasselbalch CalculatorpKa to Ka ConverterMolality CalculatorNormality CalculatorPercent Composition CalculatorFreezing Point Depression CalculatorBoiling Point Elevation CalculatorOsmotic Pressure CalculatorNernst Equation CalculatorBeer-Lambert Law CalculatorGravitational Force CalculatorEscape Velocity CalculatorKepler's Third Law CalculatorTime Dilation CalculatorE=mcยฒ CalculatorPhoton Energy Calculatorde Broglie Wavelength CalculatorTerminal Velocity CalculatorBuoyancy CalculatorWave Speed CalculatorSpeed of Sound CalculatorMechanical Advantage CalculatorInclined Plane CalculatorFriction CalculatorResistors in Series CalculatorWatts to Amps CalculatorAmps to Watts CalculatorkVA Calculator3-Phase Power CalculatormAh to Wh ConverterGenerator Size CalculatorLumens to Watts ConverterLux to Lumens CalculatorRoom Lighting CalculatorInductive Reactance CalculatorSeries/Parallel Capacitor CalculatorConduit Fill CalculatorAntenna Length CalculatorCubic Yard CalculatorAsphalt CalculatorSod CalculatorGrass Seed CalculatorDeck Stain CalculatorSiding CalculatorBaseboard & Trim CalculatorBaluster Spacing CalculatorEpoxy Resin CalculatorWater Heater Size CalculatorPool Volume CalculatorPool Salt CalculatorPond Volume & Liner CalculatorTV Size CalculatorTV Mounting Height CalculatorPicture Hanging Height CalculatorRug Size CalculatorCurtain Size CalculatorCeiling Fan Size CalculatorDehumidifier Size CalculatorAir Purifier CADR CalculatorFirewood Cord CalculatorCouch Fit CalculatorEngine Displacement Calculator2-Stroke Oil Mix CalculatorOctane Mix CalculatorLease Buyout CalculatorCost Per Mile CalculatorTire Load Index & Speed Rating LookupWheel Offset CalculatorWilks & DOTS CalculatorACFT Score CalculatorRowing Pace CalculatorHiking Time CalculatorBeep Test CalculatorFTP & Power Zones CalculatorRunning Age-Grading CalculatorHeart Rate Recovery CalculatorElo Rating CalculatorK/D Ratio CalculatorNet Run Rate CalculatorBatting Strike Rate CalculatorBowling Economy CalculatorDart Checkout CalculatorStableford CalculatorSpeedrun Split TimerBike Size CalculatorSnowboard Size CalculatorHat Size ConverterGlove Size CalculatorHelmet Size CalculatorSki Size CalculatorSurfboard Volume CalculatorTennis Grip Size CalculatorBackpack Size CalculatorCelsius to Fahrenheit ConverterFahrenheit to Celsius ConverterKm to Miles ConverterMiles to Km ConverterMM to Inches ConverterInches to MM ConverterStone to Kg ConverterKg to Stone ConverterLiters to Gallons ConverterGallons to Liters ConverterML to Oz ConverterOz to ML ConverterSquare Meters to Square Feet ConverterSquare Feet to Square Meters ConverterCubic Feet to Cubic Yards ConverterCubic Meters to Cubic FeetKnots to MPH ConverterMPH to KMH / KMH to MPHMg to Ml ConverterAI Text SummarizerAI TranslatorAI Story GeneratorAI Poem GeneratorAI Song Lyrics GeneratorIndian Land Unit ConverterTola to Gram ConverterPX to REM ConverterPT to PX ConverterMerge PDFSplit PDFCompress PDFPDF to JPGJPG to PDFRotate PDFDelete PDF PagesAdd Page Numbers to PDFProtect PDFReorder PDF PagesPDF Word CounterPDF Page ExtractorPDF to Text ExtractorUnlock PDF (Owner-Password Removal)PDF Flatten ToolAI Rap Lyrics GeneratorAI Cover Letter GeneratorAI Resume Bullet GeneratorAI LinkedIn Headline & Bio GeneratorAI Instagram Caption GeneratorAI YouTube Title & Description GeneratorAI Video Script GeneratorAI Product Description GeneratorAI Press Release GeneratorAI Wedding Speech GeneratorAI Thank-You Note GeneratorAI Dream InterpreterRandom Question GeneratorWould You Rather GeneratorNever Have I Ever GeneratorIcebreaker Question GeneratorCharades GeneratorPictionary Word GeneratorHangman Word GeneratorTrivia Question GeneratorRandom Fact GeneratorRandom Joke GeneratorDad Joke GeneratorPickup Line GeneratorCompliment Generator