document.write( "Question 1043726: In a weight loss program, a person loses 30 pounds every 12 weeks. A new member weighs 175 pounds. write a formula to predict the persons weight, w, after x weeks on this program \n" ); document.write( "
| Algebra.Com's Answer #658891 by stanbon(75887)      You can put this solution on YOUR website! In a weight loss program, a person loses 30 pounds every 12 weeks. A new member weighs 175 pounds. write a formula to predict the persons weight, w, after x weeks on this program \n" ); document.write( "------------------ \n" ); document.write( "w(x) = 175 - 30(x/12) \n" ); document.write( "--- \n" ); document.write( "Or \n" ); document.write( "w(x) = 175 - (5/2)x \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |