document.write( "Question 980770: Person a is half the age of person b last year and will be double the age of person c in three years time. how old is person b now if person c if 14 next year \n" ); document.write( "
Algebra.Com's Answer #601830 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Person C is now 13 years old (will be 14 next year) \n" ); document.write( "C=13 \n" ); document.write( ". \n" ); document.write( "Person A will be double C in 3 years: \n" ); document.write( "A+3=2(C+3) \n" ); document.write( "A+3=2(13+3) \n" ); document.write( "A+3=32 \n" ); document.write( "A=29 \n" ); document.write( "Person A is now 29 years old. \n" ); document.write( ". \n" ); document.write( "Person A was half the age of person B last year: \n" ); document.write( "A-1=1/2(B-1) \n" ); document.write( "29-1=1/2(B-1) \n" ); document.write( "28=1/2(B-1) \n" ); document.write( "56=B-1 \n" ); document.write( "57=B \n" ); document.write( "Person B is now 57 years old. \n" ); document.write( " |