document.write( "Question 414848: Fred weighs 187 pounds but is on a diet that makes him lose 1.7 pounds per week. Barney weighs only 93 pounds but is on a diet that makes him gain 0.9 pounds per week. What is the number of weeks it takes for Fred and Barney to weigh exactly the same amount? How many weeks does it take for their total weight to equal 252 pounds? \n" ); document.write( "
Algebra.Com's Answer #290937 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Fred weighs 187 pounds but is on a diet that makes him lose 1.7 pounds per week. \n" ); document.write( "F(x) = 187-1.7x \n" ); document.write( "-------\r \n" ); document.write( "\n" ); document.write( "Barney weighs only 93 pounds but is on a diet that makes him gain 0.9 pounds per week. \n" ); document.write( "B(x) = 93+0.9x \n" ); document.write( "-------\r \n" ); document.write( "\n" ); document.write( " What is the number of weeks it takes for Fred and Barney to weigh exactly the same amount? \n" ); document.write( "Solve F(x) = B(x) for \"x\": \n" ); document.write( "187-1.7x = 93+0.9x \n" ); document.write( "2.6x = 194 \n" ); document.write( "x = 74.62 \n" ); document.write( "Equal weight during the 74th week, \n" ); document.write( "================ \n" ); document.write( " How many weeks does it take for their total weight to equal 252 pounds? \n" ); document.write( "Solve F(x) + B(x) = 252 \n" ); document.write( "187-1.7x + 83+0.9x = 252 \n" ); document.write( "-0.8x + 270 = 252 \n" ); document.write( "-0.8x = -18 \n" ); document.write( "x = 22.5 weeks \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |