document.write( "Question 1051628: I'm am really not sure where to begin to solve this problem. I know that I should set one side of the equation to 6 1/2. The question is:\r
\n" );
document.write( "\n" );
document.write( "In her Job at the post office, Janie works a 6 1/2 hour day. She sorts mail, sells stamps, and does supervisory work. On one day, she sold stamps twice as long as she sorted mail, and sold stamps 1 hour longer that the time she spent doing supervisory work. How many hours did she spend at each task? \n" );
document.write( "
Algebra.Com's Answer #667091 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! sell stamps=x hours \n" ); document.write( "sorted mail is 1/2*x, half as long \n" ); document.write( "supervisory work is x-1 \n" ); document.write( "They add to 6.5 \n" ); document.write( "x+0.5x+x-1=6.5 \n" ); document.write( "2.5x-1=6.5 \n" ); document.write( "2.5x=7.5 \n" ); document.write( "x=3 hours (sell stamps) \n" ); document.write( "sorted mail is 1.5 hours, or half of 3. \n" ); document.write( "supervisory work was 2 hours, or x-1 \n" ); document.write( "They add to 6.5 hours \n" ); document.write( " |