document.write( "Question 750136: Internet Company A charges a $25 fee plus an additional $0.35 per hour. Internet Company B charges a $10 fee plus an additional $0.50 per hour. For what number of hours are the charges for both companies the same? \n" ); document.write( "
Algebra.Com's Answer #456386 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! let extra hours are y hrs \n" ); document.write( "for a company 25+.35y \n" ); document.write( "for B company 10+.50y \n" ); document.write( "as per conditions both value are equal \n" ); document.write( "therefor \n" ); document.write( "25+.35y=10+.50y \n" ); document.write( "15=.15y \n" ); document.write( "y=15/.15=100 \n" ); document.write( "100hours \n" ); document.write( "answer 100 hours \n" ); document.write( " |