document.write( "Question 1004201: A gardener has 27 tulip bulbs 45 tomato plants 108 rose bushes and 126 herb seedlings to plant in the city garden he wants each row of the garden to have the same number of each kind of plants. What is the greatest number of rows that the gardener can make if he uses all the plants \n" ); document.write( "
Algebra.Com's Answer #803880 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 27 = 3^3 \n" ); document.write( "45 = 3^2 * 5 \n" ); document.write( "108 = 3^3 * 4 \n" ); document.write( "126 = 2 * 3^2 * 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "GCD(27, 45, 108, 126) = 3^2 = 9 \n" ); document.write( " |