document.write( "Question 163453: Can you help me solve this problem: A repairman purchased some washing machine motors for a total of $224. When the unit cost decreased by $4, he was able to buy one extra motor for the same total price. How many motors did he buy originally? \n" ); document.write( "
Algebra.Com's Answer #120415 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let n=number of motors & u=unit cost
\n" ); document.write( "A) n*u=224
\n" ); document.write( "B) (n+1)*(u-4)=224
\n" ); document.write( ".
\n" ); document.write( "A) u=224/n
\n" ); document.write( "B)
\n" ); document.write( "(n+1)*(224/n -4)=224
\n" ); document.write( "(n+1)((224-4n)/n)=224 LCD of 224/n -4
\n" ); document.write( "(n+1)(224-4n)=224n multiply each side by n to eliminate the fraction.
\n" ); document.write( "-4n^2+220n+224=224n
\n" ); document.write( "n^2-55n-56=-56n divide each side by -4
\n" ); document.write( "n^2+n-56=0
\n" ); document.write( "(n+8)(n-7)=0
\n" ); document.write( "n=7 motors at $32
\n" ); document.write( "8 motors at $28
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" ); document.write( "
\n" );