document.write( "Question 946975: Alice, Brent and Celeste are cousins. The sum of their ages is 76. The sum of the ages of alice and Celeste is 1 year more than Brent's age. Celeste is 7 1/2 years older than Alice. What are the ages of Alice, Brent and Celeste? \n" ); document.write( "
Algebra.Com's Answer #577723 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Alice, Brent and Celeste are cousins. \n" ); document.write( "call them a, b, & c; write an equation for each statement \n" ); document.write( ": \n" ); document.write( " The sum of their ages is 76. \n" ); document.write( "a + b + c = 76 \n" ); document.write( ": \n" ); document.write( " The sum of the ages of Alice and Celeste is 1 year more than Brent's age. \n" ); document.write( "a + c = b + 1 \n" ); document.write( "or \n" ); document.write( "a - b + c = 1 \n" ); document.write( ": \n" ); document.write( " Celeste is 7 1/2 years older than Alice. \n" ); document.write( "c = a + 7.5 \n" ); document.write( ": \n" ); document.write( "take the 1st and 2nd equation, \n" ); document.write( "a + b + c = 76 \n" ); document.write( "a - b + c = 1 \n" ); document.write( "---------------- adding eliminates b \n" ); document.write( "2a + 2c = 77 \n" ); document.write( "substitute (a+7.5) for c, from the 3rd statement \n" ); document.write( "2a + 2(a+7.5) = 77 \n" ); document.write( "2a + 2a + 15 = 77 \n" ); document.write( "4a = 77 - 15 \n" ); document.write( "4a = 62 \n" ); document.write( "a = 62/4 \n" ); document.write( "a = 15.5 yrs is Alice \n" ); document.write( "then \n" ); document.write( "c = 15.5 + 7.5 \n" ); document.write( "c = 23 yrs is Celeste \n" ); document.write( "Find b using the first equation, replace a & c \n" ); document.write( "15.5 + b + 23 = 76 \n" ); document.write( "b + 38.5 = 76 \n" ); document.write( "b = 76 -38.5 \n" ); document.write( "b = 37.5 yr is Brent \n" ); document.write( ": \n" ); document.write( "\" What are the ages of Alice, Brent and Celeste? 15.5, 37.5, 23 \n" ); document.write( ": \n" ); document.write( "See that they add up to 76 \n" ); document.write( " |