document.write( "Question 661404: Simi had 195 bell peppers growing in the garden plot. Some were still green some were red and some were yellow. The number of red peppers was 2/5 the number of green peppers. The number of yellow peppers was 1/10 the number of green peppers. How many peppers of each color were in Simis garden? \n" ); document.write( "
Algebra.Com's Answer #411594 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = green \n" ); document.write( "y = red \n" ); document.write( "z = yellow \n" ); document.write( "x+y+z=195 \n" ); document.write( "y = 2/5x \n" ); document.write( "z = 1/10x \n" ); document.write( "Substitute y and z into the equation \n" ); document.write( "x + 2/5x + 1/10x = 195 \n" ); document.write( "Convert to fractions with common denominators \n" ); document.write( "x + 4/10x + 1/10x = 195 \n" ); document.write( "x + 5/10x = 195 \n" ); document.write( "1 5/10x = 195 \n" ); document.write( "15/10x = 195 \n" ); document.write( "(15/10x)(10/15)=195(10/15) \n" ); document.write( "x = 130 green \n" ); document.write( "y = 2/5(130) = 52 red \n" ); document.write( "z = 1/10(130) = 13 yellow \n" ); document.write( " |