document.write( "Question 528085: Peter makes 2 dollars an hour more than Steve.
\n" );
document.write( "When Peter works a 7 hour shift and Steve works a 5 hour shift, Steve makes 26 dollars less than Peter.
\n" );
document.write( "How much do they each make an hour? \n" );
document.write( "
Algebra.Com's Answer #349149 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Peter makes 2 dollars an hour more than Steve. \n" ); document.write( "When Peter works a 7 hour shift and Steve works a 5 hour shift, Steve makes 26 dollars less than Peter. \n" ); document.write( "How much do they each make an hour? \n" ); document.write( "================================ \n" ); document.write( "Let S = Steve's hourly wage \n" ); document.write( "Then Peter's wage = S + 2 \n" ); document.write( "During his 7 hr shift, Peter makes (S+2)*7 \n" ); document.write( "During his 5 hr shift, Steve makes S*5 \n" ); document.write( "Since Steve made $26 less than Peter, we can write \n" ); document.write( "5S = 7(S+2) - 26 \n" ); document.write( "Solve for S: \n" ); document.write( "5S = 7S + 14 - 26 \n" ); document.write( "2S = 12 \n" ); document.write( "S = 6 \n" ); document.write( "So, Steve made $6 an hr and Peter made $8 an hr \n" ); document.write( " |