document.write( "Question 1008993: A salesperson's weekly paycheck is 50% more than a second salesperson's paycheck. The two paychecks total $1575. Find the amount of each paycheck \n" ); document.write( "
Algebra.Com's Answer #624513 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller paycheck, x. \n" ); document.write( "Then the larger one is 1.5x. \n" ); document.write( "Add them to get \n" ); document.write( "x + 1.5x = 1575 \n" ); document.write( "2.5x = 1575 \n" ); document.write( "x = $630 is smaller one \n" ); document.write( "1.5x = $945 is larger one \n" ); document.write( " |