document.write( "Question 1074464: I opened a grocery account at my bank with $250. Every week thereafter, I withdraw $35 from the account to pay for groceries.\r
\n" );
document.write( "\n" );
document.write( "If x is the number of weeks I've had the account, then y is the amount in the account.\r
\n" );
document.write( "\n" );
document.write( "Find an equation of a line in the form y = mx + b that describes my grocery account balance.
\n" );
document.write( "y= \n" );
document.write( "
Algebra.Com's Answer #689132 by Alan3354(69443) You can put this solution on YOUR website! I opened a grocery account at my bank with $250. Every week thereafter, I withdraw $35 from the account to pay for groceries.\r \n" ); document.write( "\n" ); document.write( "If x is the number of weeks I've had the account, then y is the amount in the account.\r \n" ); document.write( "\n" ); document.write( "Find an equation of a line in the form y = mx + b that describes my grocery account balance. \n" ); document.write( "---------------- \n" ); document.write( "y = 250 - 35x \n" ); document.write( "============ \n" ); document.write( "Or \n" ); document.write( "y = -35x + 250 \n" ); document.write( "--- \n" ); document.write( "m = -35, b = 250 \n" ); document.write( " \n" ); document.write( " |