document.write( "Question 618506: Four friends are planning a vacation together. Alice has saved d dollars. Darla has saved $50 more than Alice. Fran has saved four times as much money as Alice. Gina has saved $25 less than Alice. A. How much money has darla saved?
\n" );
document.write( "B. how much money has Fran saved?
\n" );
document.write( "C. How much money has Gina saved? \n" );
document.write( "
Algebra.Com's Answer #388990 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Four friends are planning a vacation together. Alice has saved d dollars. \n" ); document.write( " Darla has saved $50 more than Alice. \n" ); document.write( "(d+50) = Darla's amt \n" ); document.write( ": \n" ); document.write( " Fran has saved four times as much money as Alice. \n" ); document.write( "4d = amt saved by Fran \n" ); document.write( ": \n" ); document.write( "Gina has saved $25 less than Alice. \n" ); document.write( "(d-25) = amt saved by Gina \n" ); document.write( ":\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |