document.write( "Question 1048281: Solve algebraically. William is going to hire a snow plowing service. Elizabeth charges an annual fee of $80 plus $5 each time she plows. Jon charges an annual fee of $50 plus $10 each time he plows. How many times would the snow need to be plowed for the cost of both plans to be the same? \n" ); document.write( "
Algebra.Com's Answer #663891 by addingup(3677) You can put this solution on YOUR website! Let each time s/he plows x \n" ); document.write( "50+10x = 80+5x subtract 50 and subtract 5x on both sides \n" ); document.write( "5x = 30 \n" ); document.write( "x = 6 times \n" ); document.write( "---------------------- \n" ); document.write( "Proof: \n" ); document.write( "50+(10*6) = 80+(5*6) \n" ); document.write( "50+60 = 80+30 \n" ); document.write( "110 = 110 Correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |