document.write( "Question 1130640: A bag contains blue,red and orange balls. There are 3 times as many blue balls as there are red balls. There are 5 times as many orange balls as there are blue balls. Dylan picks a ball at random from the bag. What is the probability it is red? \n" ); document.write( "
Algebra.Com's Answer #747265 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! red=x \n" ); document.write( "blue=3x \n" ); document.write( "orange=15x \n" ); document.write( "number of balls is 19x \n" ); document.write( "probability one is red is x/19x or 1/19. \n" ); document.write( " |