document.write( "Question 1180265: There are some green, red and blue buttons in a box. 1/2 of the buttons are green and 1/3 of the buttons are blue. The difference between the number of green and red buttons is 20.
\n" );
document.write( "a) What fraction of the buttons are red?
\n" );
document.write( "b) How many buttons are there altogether? \n" );
document.write( "
Algebra.Com's Answer #809874 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let T = the total number of buttons \n" ); document.write( "Then the number of green = T/2 and the number of blue = T/3 \n" ); document.write( "Thus R + T/2 + T/3 = T -> R = T/6 \n" ); document.write( "Since G - R = 20 -> T/2 = T/6 + 20 -> T = 60 \n" ); document.write( "Therefore, the fraction that are red = 60/6 = 10 \n" ); document.write( " |