document.write( "Question 290168: Ann, Ben, and Carol have some money. If Ann gives Ben 30 cents, then Ben will have twice as much as Ann. If Ben givens Carol 30 cents, then Carol will have as much as Ben. If Carol gives Ann 15 cents, they will both have the same amount of money. How much money to they each have? \n" ); document.write( "
Algebra.Com's Answer #210014 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 2*(a-30)=(b+30) \n" ); document.write( "b-30=(c+30) \n" ); document.write( "c-15=a+15 \n" ); document.write( "a = 180, b = 270, c = 210 \n" ); document.write( " |