document.write( "Question 924888: Mary has 9 dogs having 3 different colors: Browns are more than Blacks, Blacks are more than Greys, and there are twice as many Browns as Greys. What is the formula to determine how many are of each color? \n" ); document.write( "
Algebra.Com's Answer #561155 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the number of grays. 2x Brown and y Black
\n" ); document.write( "2x > y and y > x
\n" ); document.write( ".......
\n" ); document.write( "x + 2x + y = 9 Trying x = 2 and considering 2x > y and y > x
\n" ); document.write( "2 + 4 + 3 = 9
\n" ); document.write( "2 Grays, 4 Browns and 3 Black
\n" ); document.write( "
\n" );