document.write( "Question 883972: Translate the following into two equations: Bob sells cats and dogs. He has a total of 10 cats and dogs sold. He sold each cat for $300 and each dog for $400 and made a total of $3200. \n" ); document.write( "
Algebra.Com's Answer #533897 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Assign two variables.\r
\n" ); document.write( "\n" ); document.write( "c = count of cats sold
\n" ); document.write( "d = count of dogs sold\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Account for animals sold: \"c%2Bd=10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Account for revenue: \"300%2Ac%2B400%2Ad=3200\"; and you can divide both members of this equation by 100 to have \"3c%2B4d=32\".
\n" ); document.write( "
\n" );