document.write( "Question 323212: Dexter has 36 pets. He has 3 times as many fish as mice and half as many cats as mice. How many of each pet does Dexter have?\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #231351 by QH(50)![]() ![]() You can put this solution on YOUR website! First assign variables. B/c both the cats and fish are compared to mice, \n" ); document.write( "let MICE = x \n" ); document.write( "\"3 times as many fish as mice\" \n" ); document.write( "let FISH = 3x \n" ); document.write( "\"half as many cats as mice\" \n" ); document.write( "let CATS = 1/2x\r \n" ); document.write( "\n" ); document.write( "So add all three and set equal to the total pets \n" ); document.write( " \n" ); document.write( "solve for x \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " x = 8 MICE \n" ); document.write( " 3x = 24 FISH \n" ); document.write( "1/2x = 4 CATS\r \n" ); document.write( "\n" ); document.write( "*check* \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |