CF beta 69 problem D

Revision en1, by Odin-, 2016-09-10 01:54:40

80D - Falling Anvils

This was a nice survey problem! during my virtual participation I solved it using ### calculus and ### graph analysis.. this method is very efficient and fast to solve problem this type.. so I wanted to share with the CF community!

the probability with which an aim can be successfully hit by an anvil is the probability of choosing a (p) factor times the probability of which we can choose a valid q factor that can make the hit successful!

the probability of choosing a random p is dp/a, the probability for a valid hit for a given p is q/(2*b)

Tags calculus, probabilities, integration

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Odin- 2016-09-10 01:54:40 705 Initial revision (published)