document.write( "Question 928958: Company A charges a fixed $200 for painting services, along with a $20/hour labor fee. Company B charges a strict hourly rate of $45/hour. For what length of time would the cost of both company's services be the same?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564006 by ewatrrr(24785) You can put this solution on YOUR website! 200 +20n = 45n \n" ); document.write( "200 = 25n \n" ); document.write( "8hr = n, length of time that the cost of both company's services would be the same \n" ); document.write( " |