document.write( "Question 324883: A consultant charges $45 for each hour she works on a
\n" );
document.write( "consultation, plus a flat $30 consulting fee. How many
\n" );
document.write( "hours of work are included in a $210 bill for a
\n" );
document.write( "consultation? \n" );
document.write( "
Algebra.Com's Answer #232613 by mananth(16946)![]() ![]() You can put this solution on YOUR website! $45 for each hour \n" ); document.write( "a flat $30 consulting fee. \n" ); document.write( "$210 bill \n" ); document.write( ".. \n" ); document.write( "let the number of hours she worked be x \n" ); document.write( "$45 /hour \n" ); document.write( "charges for hours= 45x \n" ); document.write( ".. \n" ); document.write( "45x + 30 = 210 \n" ); document.write( "add -30 to both sides \n" ); document.write( "45x +30-30=210-30 \n" ); document.write( "45x=180 \n" ); document.write( "x=180/45 \n" ); document.write( "x= 4 the number of hours she works. \n" ); document.write( " |