document.write( "Question 913895: Currently, you have $160, and your brother has $290. You decide to save $6 of your allowance each week, while your brother spends $7 of his allowance each week. How long will it be before you have as much money as your brother? \n" ); document.write( "
Algebra.Com's Answer #554781 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Currently, you have $160, and your brother has $290. You decide to save $6 of your allowance each week, while your brother spends $7 of his allowance each week. How long will it be before you have as much money as your brother?
\n" ); document.write( "-------------------------------------------------------------------------------------
\n" ); document.write( "Let x = number of weeks\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have $160 and you are saving $6 a week. So after x weeks, you'll have 160+6x dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Your brother has $290 and he's spending $7 a week. After x weeks, he will have 290-7x dollars\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Set the two expressions equal to each other and solve for x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "	160+6x = 290 - 7x\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "	160+6x+7x = 290\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "	6x+7x = 290-160\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "	13x = 130\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "	x = 130/13\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "	x = 10\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In 10 weeks, ie at week x = 10, you and your brother will have the same amount of money.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Both of you will have 160+6*10 = 160+60 = 220 dollars\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let me know if you need more help or if you need me to explain a step in more detail.
\n" ); document.write( "Feel free to email me at jim_thompson5910@hotmail.com
\n" ); document.write( "or you can visit my website here: http://www.freewebs.com/jimthompson5910/home.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Thanks,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Jim
\n" ); document.write( "
\n" );