document.write( "Question 804906: Currently, you have $80 and your sister has $145. You decide to save $6 of your allowance each week, while your sister decides to spend her whole allowance plus $7 each week. How long will it be before you have as much money as your sister. This is what I have so far: 80 + 6x =
\n" );
document.write( "but I don't understand how to express the other side in an equation. Please help me. \n" );
document.write( "
Algebra.Com's Answer #485084 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Currently, you have $80 and your sister has $145. \n" ); document.write( " You decide to save $6 of your allowance each week, while your sister decides to spend her whole allowance plus $7 each week. \n" ); document.write( " How long will it be before you have as much money as your sister. \n" ); document.write( " This is what I have so far: \n" ); document.write( "The sister is subtracting 7$ each week, from her savings of $145 \n" ); document.write( "80 + 6x = 145 - 7x \n" ); document.write( "6x + 7x = 145 - 80 \n" ); document.write( "13x = 65 \n" ); document.write( "x = 65/13 \n" ); document.write( "x = 5 weeks \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "confirm this by finding how much each will have \n" ); document.write( "80 + 6(5) = 110 \n" ); document.write( "145 - 7(5) = 110 \n" ); document.write( " |