document.write( "Question 754114: There are two types of flowers in a garden. One fourth of the total flowers are of type 1. If there are 6 flowers of type 2, then what is the total number of flowers in the garden? \n" ); document.write( "
Algebra.Com's Answer #458794 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! There are two types of flowers in a garden. One fourth of the total flowers are of type 1. If there are 6 flowers of type 2, then what is the total number of flowers in the garden? \n" ); document.write( "*** \n" ); document.write( "let x=number of type 1 flowers \n" ); document.write( "x/(x+6)=1/4 \n" ); document.write( "4x=x+6 \n" ); document.write( "3x=6 \n" ); document.write( "x=2 \n" ); document.write( "total number of flowers in the garden=8 \n" ); document.write( " |