document.write( "Question 499598: What algebraic expression models the situation?
\n" );
document.write( "you borrowed $70.00 from your brother and are repaying him $6.00 each week.
\n" );
document.write( "How much do you still owe? \n" );
document.write( "
Algebra.Com's Answer #337802 by Alan3354(69443) You can put this solution on YOUR website! w = # of weeks \n" ); document.write( "You owe 70 - 6w \n" ); document.write( " \n" ); document.write( " |