document.write( "Question 1142738: A company has an order for 810 suits, another company has to make 900 suits in the same period of time. The first company has completed its task 3 days ahead of time and the second company 6 days ahead of time. How many suits does each company produce per day, if the second company makes 4 suits per day more than the first? \n" ); document.write( "
Algebra.Com's Answer #763469 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x be the number of suits that the first company produces per day.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the number of suits that the second company produces per day is (x+4), according to the condition.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The first company completed its order in  \"810%2Fx\"  days.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The second company completed its order in  \"900%2F%28x%2B4%29\" days.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The difference is 6-3 = 3 days.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"810%2Fx\" - \"900%2F%28x%2B4%29\" = 3   days.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The setup is completed.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve the equation, multiply both sides by x*(x+4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    810*(x+4) - 900x = 3x*(x+4)\r\n" );
document.write( "\r\n" );
document.write( "    810x + 3240 - 900x = 3x^2 + 12x\r\n" );
document.write( "\r\n" );
document.write( "    3x^2 + 102x - 3240 = 0\r\n" );
document.write( "\r\n" );
document.write( "    x^2  + 34x - 1080 = 0\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B1%2C2%5D\" = \"%28-34+%2B-+sqrt%2834%5E2+%2B+4%2A1080%29%29%2F2\" = \"%28-34+%2B-+74%29%2F2\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Only positive root  x = \"%28-34+%2B+74%29%2F2\" = 20 makes sense.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  20 suits per day for the first company and 20+4 = 24 suits per day for the second company.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.   \"810%2F20\" - \"900%2F24\" = 40.5 - 37.5 = 3 days.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );