document.write( "Question 393269: If one painter charges a base price of $250 plus $16/hr and another painter charges a base price of $210 plus $18/hr how many hours does it take for them to be the same? I know the answer is 20 hours but how would you set it up to come up with 20 hours? \n" ); document.write( "
Algebra.Com's Answer #279127 by stanbon(75887) ![]() You can put this solution on YOUR website! If one painter charges a base price of $250 plus $16/hr \n" ); document.write( "A(x) = 250+16x \n" ); document.write( "--------------------------- \n" ); document.write( "and another painter charges a base price of $210 plus $18/hr \n" ); document.write( "B(x) = 210+18x \n" ); document.write( "--------------------------- \n" ); document.write( " how many hours does it take for them to be the same? \n" ); document.write( "--- \n" ); document.write( "Solve: \n" ); document.write( "A(x)=B(x) \n" ); document.write( "250+16x = 210+18x \n" ); document.write( "2x = 40 \n" ); document.write( "x = 20 hrs \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |