document.write( "Question 947062: Mei earn $2 less than three times as much as Olivia. Shane earns twice as much as mei. Together they earn $594 per week. How much does each person earn per week?
\n" );
document.write( "How to solve ? \n" );
document.write( "
Algebra.Com's Answer #577767 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mei earn $2 less than three times as much as Olivia. Shane earns twice as much as mei. Together they earn $594 per week. How much does each person earn per week? \n" ); document.write( "*** \n" ); document.write( "let x=amt Olivia earns \n" ); document.write( "3x-2=amt Mei earns ($2 less than three times as much as Olivia). \n" ); document.write( "2(3x-2)=amt Shane earns (twice as much as mei) \n" ); document.write( ".. \n" ); document.write( "x+3x-2+2(3x-2)=594 \n" ); document.write( "x+3x-2+6x-4=594 \n" ); document.write( "10x=600 \n" ); document.write( "x=60 \n" ); document.write( "3x-2=178 \n" ); document.write( "2(3x-2)=356 \n" ); document.write( "amt Olivia earns=$60 \n" ); document.write( "amt Mei earns=$178 \n" ); document.write( "amt Shane earns=$356 \n" ); document.write( ".. \n" ); document.write( " |