document.write( "Question 167874: Select one card from a standard deck. What is the probability of selecting a four, seven, or a heart? \n" ); document.write( "
Algebra.Com's Answer #123781 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
hearts=13
\n" ); document.write( "4's=3 (4 of hearts already included)
\n" ); document.write( "7's=3 (7 of hearts already included)
\n" ); document.write( "succes/total=(13+3+3)/52=19/52 or.3654 or 36.54% probability of success.
\n" ); document.write( "
\n" );