document.write( "Question 193299: Assume that 'x' is a number chosen at random from the sets of integers between 1 and 15 inclusive, what is the probability that 'x' is a:
\n" );
document.write( "i) Single digit number
\n" );
document.write( "ii) Multiple of 5 or 7
\n" );
document.write( "iii) Complete square. \n" );
document.write( "
Algebra.Com's Answer #145139 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! i) 9 possibles 1-9.... 9/15=3/5 \n" ); document.write( ": \n" ); document.write( "ii)5,10,15 7,14....so 5 possibles 5/15=1/3 \n" ); document.write( ": \n" ); document.write( "iii)if we are talking about a perfect square we would have 3 possibles 1,4,9...so 3/15=1/5 \n" ); document.write( " |