Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

CF beta 69 problem D

Правка en1, от Odin-, 2016-09-10 01:54:40

80D - Сброс наковальни

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)

Теги calculus, probabilities, integration

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Odin- 2016-09-10 01:54:40 705 Initial revision (published)