document.write( "Question 831303: A bag contains n cards, each having one of the number (1,2,3,...,n) written on it. If all numbers are used, the probability of drawing a card with a number less than or equal to 4 is 1/4. How many cards are in the bag? \n" ); document.write( "
Algebra.Com's Answer #501318 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
P(\"n%3C4\")=\"1%2F4\"
\n" ); document.write( "Numbers less than or equal to 4 are {1,2,3,4}
\n" ); document.write( "P(n<4)=(Cards numbered less than or equal to 4}/{Total number of cards}
\n" ); document.write( "\"1%2F4=4%2FT\"
\n" ); document.write( "\"T=16\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );