document.write( "Question 1093603: The children's game has a spinner that is equally likely to land on any of 4 colors red blue yellow or green what is the probabilty of spinning a red followed by a yellow or yellow followed by a red in 2 spins \n" ); document.write( "
Algebra.Com's Answer #708218 by Boreal(15235) You can put this solution on YOUR website! P(red)=1/4 \n" ); document.write( "P(yellow)=1/4 \n" ); document.write( "spin 1 is joint probability of 1/16, their product \n" ); document.write( "spin 2 is joint probability of yellow and then red, also 1/16 \n" ); document.write( "overall it is 1/8, the sum. \n" ); document.write( " \n" ); document.write( " |