document.write( "Question 213106: alice is twice as old as brian. cristal is three years younger then brian .the sum of their ages is 45. how old is cristal? \n" ); document.write( "
Algebra.Com's Answer #161004 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let a=alice's age, b=brian's and c=crystal's \n" ); document.write( "a=2b \n" ); document.write( "c=b-3 \n" ); document.write( ". \n" ); document.write( "b+2b+b-3=45 \n" ); document.write( "4b-3=45 \n" ); document.write( "4b=48 \n" ); document.write( "b=12 \n" ); document.write( "a=24 \n" ); document.write( "c=9 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |