document.write( "Question 344570: A salesperson's weekly paycheck is 25% less than a second salesperson's paycheck. The two paychecks total $1275. Find the amount of each pay check. \n" ); document.write( "
Algebra.Com's Answer #246552 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! a=.25b \n" ); document.write( "a+b=1275 \n" ); document.write( ".25b+b=1275 \n" ); document.write( "1.25b=1275 \n" ); document.write( "b=1020 \n" ); document.write( "a=255 \n" ); document.write( "a=1st sales person \n" ); document.write( "b=2nd sales person \n" ); document.write( " |