Lesson TRANSLATE age word problems into Algebreze
Algebra
->
Customizable Word Problem Solvers
->
Age
-> Lesson TRANSLATE age word problems into Algebreze
Log On
Ad:
Over 600 Algebra Word Problems at edhelper.com
Word Problems: Age
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'TRANSLATE age word problems into Algebreze'
This Lesson (TRANSLATE age word problems into Algebreze)
was created by by
ichudov(507)
:
View Source
,
Show
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
nobreak <P>Age word problems are a little silly in the sense that you are not going to encounter many problems like that in real life. What they are useful for is teaching students how to translate English phrases into the Algebraic language that <I>longjonsilver</I> is calling <B>algebreze</B>.</P> <P>Algebra deals with variables like x or y, expresisons like x-2y, and equations such as x=2y+3. </P> <P>Age word problems are exercises in writing such equations based on the problem. In this lesson, I will mention how to start solving age problems and several typical phrases and how to translate them into Algebreze.</P> <H4>Starting out with <B>VARIABLES</B></H4> <P>Almost all word problems require you to introduce variables. Usually, a great choice of variables is first letters of names of the persons involved. For example, if the problem talks about ages of Alice and Bob, you can use variable A for Alice's age and B for Bob's age.</P> Now, some common phrases using names of Alice and Bob: <UL> <LI><B>Bob is 3 <U>years older than</U> Alice</B> -- <I>B=A+3</I></LI> <LI><B>Bob is 3 <U>years younger than</U> Alice</B> -- <I>B=A-3</I></LI> <LI><B><U>In five years</U>, Bob will be...</B> -- <I>B+5</I></LI> <LI><B><U>Five years from now</U>, Bob will be...</B> -- <I>B+5</I></LI> <LI><B><U>Five years ago</U>, Bob ...</B> -- <I>B-5</I></LI> <LI><B>Alice is <U>4 times older</U> than Bob</B> -- <I>A=4B</I></LI> <LI><B>The difference of Alice and Bob's age is </B> -- <I>A-B</I></LI> <LI><B>How old will Bob be in 7 years?</B> -- <I>Find out B and then B+7</I></LI> </UL> <H3>Putting everything together</H3> <BLOCKQUOTE>Craig is 24 years younger than his father. In 10 yrs, Craig's father will be three times as old as Craig will be. Find their ages now. </BLOCKQUOTE> <P>Step 1: Pick variables, say C (for Craig) and F (for Father). </P> <P> Craig is 24 years younger than his father. Translation into Algebreze: C=F-24. </P> <P> In 10 years, Craig's father... Translation: F+10 </P> <P> ... F+10 will be three times as old as Craig will be. Translation: F+10=3(C+10). </P> <P> So, our word problem boils down to : {{{system( C=F-24, F+10=3(C+10) ) }}} </P> <P> Then solving it is just straight math. Substitute C in the second equation with F-24: F+10 = 3(F-24+10). </P> *[invoke explain_simplification "F+10=3(F-24+10)"] So, F is age of father and it is 26. Then C=F-24, or C=2. Answer: Craig is 2 years old and his father is 26 years old.