document.write( "Question 795068: My word problem that I am stuck on is...
\n" );
document.write( "A hairdresser is deciding where to open her own studio. If the hairdresser chooses Location A, she will pay $1200 per month in rent and will charge $45 per haircut. If she chooses Location B, she will pay $1800 per month in rent and will charge $60 per haircut. How many haircuts would she have to give in one month to make the same profit at either location?\r
\n" );
document.write( "\n" );
document.write( "I've tried solving this by using but I ended up with -40 which makes no sense to me since the hairdresser cannot give a negative amount of haircuts. So please help me solve this word problem.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #480804 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! If the hairdresser chooses Location A, she will pay $1200 per month in rent and will charge $45 per haircut. \n" ); document.write( " If she chooses Location B, she will pay $1800 per month in rent and will charge $60 per haircut. \n" ); document.write( " How many haircuts would she have to give in one month to make the same profit at either location? \n" ); document.write( ": \n" ); document.write( "Profit is the revenue (from haircuts) - the expense (the rent) \n" ); document.write( "The two equations \n" ); document.write( "p1 = 45h - 1200 \n" ); document.write( "p2 = 60h - 1800 \n" ); document.write( "hence \n" ); document.write( "60h - 1800 = 45h - 1200 \n" ); document.write( "60h - 45h = -1200 + 1800 \n" ); document.write( "etc \n" ); document.write( " |