document.write( "Question 170259: A baseball player with a batting average of .300 comes to bat. What are the odds in favor of the ball player getting a hit. \n" ); document.write( "
Algebra.Com's Answer #125689 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
odds = P(E)/(1-P(E))
\n" ); document.write( ".
\n" ); document.write( "Since P(E) = .30
\n" ); document.write( "odds = .30/(1-.30)
\n" ); document.write( "odds = .30/.70
\n" ); document.write( "odds = 1/2.33
\n" ); document.write( "odds = 1:2.33
\n" ); document.write( "
\n" ); document.write( "
\n" );