In years? From the guy who's been here all of 16 months? 
Daddy. A young man was having sex with his sister. She says you are big like DADDY. He says ..That’s what mommy said."Who's your daddy". Whose denotes possession. Like "Whose daddy is your daddy".
Take it from me -- Bob doesn't play that good.Suppose Bob can break and run out 30% of the time when he plays 9-ball and breaks. What is the probability that Bob can break and run at least 10 consecutive racks if he breaks no more than 100 total racks?
BOB doesn’t surf….Take it from me -- Bob doesn't play that good.
Only parents of really ugly kids are forced to do that.Is that you Pork Chop?
I remember when your Daddy tied the porkchop around your neck to get the dog to play with you.![]()
Yeah, did you really expect a more sensible comment from someone who will make comments like that??In years? From the guy who's been here all of 16 months?![]()
Oh no! I probably won't get no more than 8 or 9 hoursI’m about done w this site. Nobody has asked a intelligent question in years,give a guy a bone!
I know a slew of players that have played far more games than that and never strung 2 togetherAI got that one right. More precisely, the answer is 0.00053720314119 or one in 1861.5
Bob needs 117394 games to be even money to run 10 at least once.
And a permanent sticky post.I think that is the proper thing to do otherwise it turns into Missing Person, GoFundMe, Is He Ok?, etc.
Looks like another AI hallucination. Calculating the value directly and running a Monte Carlo simulation both provide approximately the same answer, different from what your queried AI provided.Thus, the probability of achieving at least one occurrence of 10 consecutive successes in 100 trials with a success probability of 0.3 is approximately 0.000537, or 0.0537%.
See, AI really is good for something.
# Solve as Markov process
# create function to raise a matrix to nth power
mat2pow = function( mat, pow ) {
# Verify mat is square matrix
if (nrow( mat ) != ncol( mat )) return( "Error: Specified matrix is not a square matrix.")
# Verify pow is an integer
if (as.integer( pow ) != pow) return( "Error: Specified power not an integer." )
pow = as.integer( pow )
# Zeroth power of a square matrix is the identity matrix of the same dimensions.
if (pow == 0L) return( diag( 1, nrow = nrow( mat ) ) )
# First power of a square matrix is that square matrix.
if (pow == 1L) return( mat )
# Raise matrix to non-trivial power:
pmat = mat
for (i in 2:pow) pmat = pmat %*% mat
return( pmat )
}
# Create variables for generalization
attempts = 100L
target = 5L
probOfSuccess = 0.3
probOfFailure = 1 - probOfSuccess
# Create probability matrix
probMat = matrix( 0, nrow = target + 1L, ncol = target + 1L )
probMat[ 1:target, 1 ] = probOfFailure
probMat[ target+1L, target+1L ] = 1
for (i in 1:target) {
probMat[ i, i+1 ] = probOfSuccess
}
# Raise probability matrix to appropriate power,
# where the appropriate power is number of attempts:
inMaxAttempts = mat2pow( probMat, attempts )
# Print probability
print( inMaxAttempts[ 1, target+1 ] )
# Using Monte Carlo Simulation:
attempts = 100L
target = 5L
probOfSuccess = 0.30
numSim = 10000000L
probOfFailure = 1 - probSuccess
simulateTrial = function() {
streak = 0L
for (shot in 1:attempts) {
if (runif( 1 ) > probOfFailure) {
streak = streak + 1L
if (streak >= target)
return( TRUE )
} else streak = 0L
}
return( FALSE )
}
set.seed( 3141592 )
estimate = mean( replicate( numSim, simulateTrial() ) )
print( estimate )
No one is solving that problem on paper.learn to it it on a piece of paper. or on a calculator. then you know how to do probability.
give a man a fish and he eats for a day.
teach him how to fish and he starvesor eats for his lifetime..
I’m amused? The dictionary initial AI response isDefine intelligent
I apologize, if you lose sleep, please let me know. I’ll record a rendition of a lullaby over “Helter Skelter” to bring you relief. That is if you can find a memorex tape player? I’m into those new Laser Discs, no VHS or CD’s for Me. Betamax, far superior product, porn could produce VHS cheaper. Priorities!,Oh no! I probably won't get no more than 8 or 9 hours
sleep tonight because of this news.![]()
Fun fact: Dead heads trading lyrics and dealers selling bags of pot were both on the Internet before porn was.Betamax, far superior product, porn could produce VHS cheaper. Priorities!,