document.write( "Question 355285: In 2006, the median weekly earnings for male postal service mail carriers in the United
\n" );
document.write( "States was $126 more than the median weekly earnings for female mail postal service
\n" );
document.write( "carriers. The median weekly earnings for female postal service mail carriers was 0.86
\n" );
document.write( "times that of their male counterparts. Also in 2006, the median weekly earnings for
\n" );
document.write( "female lawyers in the United States was $540 less than the median weekly earnings for
\n" );
document.write( "male lawyers. The median weekly earnings of male lawyers was 1.4 times that of their
\n" );
document.write( "female counterparts\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) Find the median weekly earnings for female postal service mail carriers in the United
\n" );
document.write( "States in 2006\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) Find the median weekly earnings for female lawyers in the United States in 2006.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c) Of the four groups of workers described in the problem, which group makes the
\n" );
document.write( "greatest weekly earnings? Which group make the least weekly earnings? \n" );
document.write( "
Algebra.Com's Answer #253799 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! let m=median male postal salary \n" ); document.write( "let f=median female postal salary \n" ); document.write( "let M=median male lawyer salary \n" ); document.write( "let F=median female lawyer salary \n" ); document.write( "== \n" ); document.write( "given \n" ); document.write( "Postal \n" ); document.write( "m=f+126 \n" ); document.write( "f=0.86m \n" ); document.write( "-- \n" ); document.write( "a) Find the median weekly earnings for female postal service mail carriers in the United \n" ); document.write( "States in 2006 \n" ); document.write( "f=0.86(f+126) \n" ); document.write( "f=0.86f+108.36 \n" ); document.write( "f-0.86f=108.36 \n" ); document.write( "0.14f=108.36 \n" ); document.write( " \n" ); document.write( "=== \n" ); document.write( "lawyer \n" ); document.write( "F=M-540 \n" ); document.write( "M=1.4F \n" ); document.write( "-- \n" ); document.write( "b) Find the median weekly earnings for female lawyers in the United States in 2006. \r \n" ); document.write( "\n" ); document.write( "M=1.4(M-540)=1.4M-756 \n" ); document.write( "756=0.4M \n" ); document.write( "1890=M, answer= \n" ); document.write( "== \n" ); document.write( " \n" ); document.write( " |