document.write( "Question 841465: Jane raises only free range turkeys and chickens. She wants to raise no more than 60 animals with no more than 20 turkeys. She spends $1 to raise a chicken and $4 to raise a turkey. She has at most $105 to spend on animals. Find the maximum profit Jane can make if she makes a profit of $3 per chicken and $8 per turkey. How many chickens should she raise? \n" ); document.write( "
Algebra.Com's Answer #507098 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
t+c=60,
\n" ); document.write( "t<=20,
\n" ); document.write( "1c+4t<=105,
\n" ); document.write( "3c+8t=p
\n" ); document.write( "c>=45\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );