document.write( "Question 671: An experienced painter made $600 for working on a certain job. His apprentice, who makes $3 per hour less, also made $600. However, the apprentice worked 10 hours more then the painter. How much does the painter make per hour? \n" ); document.write( "
Algebra.Com's Answer #244 by arden42(16)\"\" \"About 
You can put this solution on YOUR website!
Lets call the painter's hourly rate p, the apprentice's hourly rate a, the painter's hours i and the apprentice's hours h.\r
\n" ); document.write( "\n" ); document.write( "This is what we know so far:
\n" ); document.write( "\"a+=+p-3\"
\n" ); document.write( "\"h=i%2B10\"
\n" ); document.write( "\"ha+=+600\"
\n" ); document.write( "\"ip+=+600\"\r
\n" ); document.write( "\n" ); document.write( "Substituting the first and second equations into the 3rd gives:\r
\n" ); document.write( "\n" ); document.write( "\"%28i%2B10%29%28p-3%29+=+600\"\r
\n" ); document.write( "\n" ); document.write( "Since we know ip also equals 600 (according to the 4th equation above), we can say:\r
\n" ); document.write( "\n" ); document.write( "\"%28i%2B10%29%28p-3%29+=+ip\"\r
\n" ); document.write( "\n" ); document.write( "Expand the brackets:\r
\n" ); document.write( "\n" ); document.write( "\"ip+%2B10p+-3i+-30+=+ip\"\r
\n" ); document.write( "\n" ); document.write( "Since we want to find p, we need to express i in terms of p. To do this, we make i the subject:\r
\n" ); document.write( "\n" ); document.write( "\"3i+=+10p+-30\"\r
\n" ); document.write( "\n" ); document.write( "\"i+=+10p%2F3+-+10\"\r
\n" ); document.write( "\n" ); document.write( "Now, if we substitute this value for i into the 4th of our original equations:\r
\n" ); document.write( "\n" ); document.write( "\"p%2810p%2F3+-+10%29+=+600\"\r
\n" ); document.write( "\n" ); document.write( "Expand the brackets:\r
\n" ); document.write( "\n" ); document.write( "\"%2810p%5E2%29%2F3+-+10p+=+600\"\r
\n" ); document.write( "\n" ); document.write( "Remove fractions and get everything on one side:\r
\n" ); document.write( "\n" ); document.write( "\"10p%5E2+-+30p+-+1800+=+0\"\r
\n" ); document.write( "\n" ); document.write( "Divide everything by 10:\r
\n" ); document.write( "\n" ); document.write( "\"p%5E2+-+3p+-+180+=+0\"\r
\n" ); document.write( "\n" ); document.write( "Now we have a quadratic we can factorise:\r
\n" ); document.write( "\n" ); document.write( "\"%28p-15%29%28p%2B12%29+=+0\"\r
\n" ); document.write( "\n" ); document.write( "So p equals either 15 or -12. Since the painter can't be charging a negative rate, he must earn $15 an hour.
\n" ); document.write( "
\n" );