document.write( "Question 77281This question is from textbook Algebra:Structure and Method
\n" );
document.write( ": Solve, using two equations in two variables: This year, the total number of dogs and cats sold by the Animal Adoption Agency was 1216. Last year, 420 more cats and double the number of dogs were sold for a total of 2024. How many of each were sold this year? \n" );
document.write( "
Algebra.Com's Answer #55418 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! This year, the total number of dogs and cats sold by the Animal Adoption Agency was 1216. Last year, 420 more cats and double the number of dogs were sold for a total of 2024. How many of each were sold this year? \n" ); document.write( "--------- \n" ); document.write( "Let number of dogs be \"d\" ; Let number of cats be \"c\" \n" ); document.write( "EQUATIONS: \n" ); document.write( "d + c = 1216 \n" ); document.write( "2d+c+420 = 2024 \n" ); document.write( "--------- \n" ); document.write( "c=1216-d \n" ); document.write( "Substitute to get: \n" ); document.write( "2d+1216-d+420=2024 \n" ); document.write( "d = 388 dogs \n" ); document.write( "c=1216-d = 828 cats \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |