document.write( "Question 217255: I have to write a system of equations that can be used to solve this problem then solve the system and determine the answer. The problem is:\r
\n" ); document.write( "\n" ); document.write( "A lady can join a small business as a full partner and receive a salary of 12,000 a year plus 15% of the year's profit, or she can join as a sales manager with a salary of 27,000 per year plus 5% of the year's profit. What must the years profit be for her total earnings to be the same whether she joins as a full partner or as a sales manager?\r
\n" ); document.write( "\n" ); document.write( "I'm not sure if it's right or not but I came up with:\r
\n" ); document.write( "\n" ); document.write( "s=0.15p+12,000
\n" ); document.write( "s=0.05p+27,000 and what system should I use to solve it?
\n" ); document.write( "

Algebra.Com's Answer #163823 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
since your looking for the equal amount the following works
\n" ); document.write( ".15p+12000=.05p+27000
\n" ); document.write( ".1p=15000
\n" ); document.write( "p=$150,000
\n" ); document.write( "salary = $34,500 for both
\n" ); document.write( "
\n" );