document.write( "Question 1031340: brian works two jobs for a total of 28 hours. job A pays 6.50 and job B pays 7.10. how many hours at each job is worked to make a total of 191.60 \n" ); document.write( "
| Algebra.Com's Answer #648340 by jorel555(1290)      You can put this solution on YOUR website! Let x be the number of hours Brian works at job B; then: \n" ); document.write( "7.1(x)+6.5(28-x)=191.6 \n" ); document.write( "7.1x-6.5x+182=191.6 \n" ); document.write( ".6x=9.6 \n" ); document.write( "x=16;16 hours at job B \n" ); document.write( "28-x=12 hours at job A!!!!!!!!! \n" ); document.write( " |