document.write( "Question 554262: System of Equations:
\n" );
document.write( "A pet store currently has a total of 45 cats and dogs. There are 7 more cats than dogs. Find the number of cats and dogs in the store. \n" );
document.write( "
Algebra.Com's Answer #361291 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! total of 45 cats and dogs becomes \n" ); document.write( "c+d=45 \n" ); document.write( "There are 7 more cats than dogs becomes \n" ); document.write( "d+7=c \n" ); document.write( "Now since this equation is already solved for c. I know c equals d+7 so I can sub in d+7 for c into the other equation and get: \n" ); document.write( "d+7+d=45 \n" ); document.write( "Combine like terms \n" ); document.write( "2d+7=45 \n" ); document.write( "Subtract 7 from both sides \n" ); document.write( "2d=38 \n" ); document.write( "Divide by 2 \n" ); document.write( "d=19\r \n" ); document.write( "\n" ); document.write( "Plug in 19 for d \n" ); document.write( "c+19=45 \n" ); document.write( "Subtract 19 from both sides \n" ); document.write( "c=26 \n" ); document.write( " |