document.write( "Question 590665: using ages 12, 40, and 38 write an equation that models how old in years each of you will be, when your ages add up to 150 years old
\n" );
document.write( "(y + a) + (y + a) + (y + a) = 150 yrs.
\n" );
document.write( "(12 + a) + (40 + a) + (38 + a) = 150 yrs.
\n" );
document.write( "90 + a3 = 150 yrs.
\n" );
document.write( "This is what I came up with is it right? \n" );
document.write( "
Algebra.Com's Answer #375232 by Theo(13342)![]() ![]() You can put this solution on YOUR website! current ages are 12, 40, and 38 \n" ); document.write( "you want to know in how many years the sum of these ages will be 150. \n" ); document.write( "let y equal the number of years from now. \n" ); document.write( "your equation becomes: \n" ); document.write( "12 + y + 40 + y + 38 + y = 150 \n" ); document.write( "this becomes: \n" ); document.write( "90 + 3y = 150 \n" ); document.write( "subtract 90 from both sides of this equation to get: \n" ); document.write( "3y = 60 \n" ); document.write( "divide both sides of this equation by 3 to get: \n" ); document.write( "y = 20 \n" ); document.write( "in 20 years, the sum of your ages will be 150. \n" ); document.write( "12 + 20 = 32 \n" ); document.write( "40 + 20 = 60 \n" ); document.write( "38 + 20 = 58 \n" ); document.write( "32 + 60 + 58 = 150 \n" ); document.write( "your equation didn't look quite right but you got the right answer so you must have been thinking correctly even though someone who looked at your equation might not have thought so in the beginning. \n" ); document.write( "your problem in your equation is you were using y to represent 3 different ages at one time. \n" ); document.write( "normally that would be shown as 3 different variables. \n" ); document.write( "assume the following: \n" ); document.write( "let y1 = the age of the first person \n" ); document.write( "let y2 = the age of the second person \n" ); document.write( "let y3 = the age of the third person \n" ); document.write( "let a = the number of years \n" ); document.write( "then your equation would have become: \n" ); document.write( "(y1 + a) + (y2 + a) + (y3 + a) = 150 \n" ); document.write( "this would then have been simplified to: \n" ); document.write( "y1 + y2 + y3 + 3a = 150 \n" ); document.write( "you could then substitute 12 for y1 and 40 for y2 and 38 for y3 to get: \n" ); document.write( "12 + 40 + 38 + 3a = 150 which would have led to: \n" ); document.write( "90 + 3a = 150 \n" ); document.write( "you would then have solved as before using standard equation solving procedures. \n" ); document.write( " \n" ); document.write( " |