Solve tasks
12 USDTask 1
It is necessary to calculate the minimum number of IPs.
There are n people, and each needs m IP addresses. The intersection of IP addresses between any two people must not exceed 50% (i.e., if m=2, then the intersection by IP can only be 1 address).
There are n people, and each needs m IP addresses. The intersection of IP addresses between any two people must not exceed 33.3% (i.e., if m=3, then the intersection by IP can only be 1 address).
Simple examples:
1. there are 2 people and they need to be assigned 2 IPs, the intersection of their IPs is no more than 50%
Person 1: IP1, IP2
Person 2: IP1, IP3
Answer: 3
2. there are 3 people and they need to be assigned 2 IPs and the intersection is no more than 50%
Person 1: IP1, IP2
Person 2: IP1, IP3
Person 3: IP2, IP3
Answer: 3
A formula is needed for calculation.
Task 2
2. There are D number of IP addresses, there are n people, each person has a different number of IP addresses (from 1 to m, D>=m), there is an intersection coefficient k.
How many ways can m addresses be extracted from D with an intersection coefficient k?
Задача 1
Нужно вычислить минимальное количество айпи.
Есть n человек, и каждому нужно по m IP-адресов. Пересечение IP-адресов между любыми двумя людьми не должно превышать 50% (т.е. если m=2, то пересечение по IP может быть только по 1 адресу).
Есть n человек, и каждому нужно по m IP-адресов. Пересечение IP-адресов между любыми двумя людьми не должно превышать 33.3% (т.е. если m=3, то пересечение по IP может быть только по 1 адресу).
Простые примеры:
1. есть 2 человека и им нужно выдать по 2 айпи, пересечение их айпи не больше 50%
Человек 1: IP1, IP2
Человек 2: IP1, IP3
Ответ: 3
2. есть 3 человека и им нужно выдать по 2 айпи и пересечение не больше 50%
Человек 1: IP1, IP2
Человек 2: IP1, IP3
Человек 3: IP2, IP3
Ответ: 3
Нужна формула для расчета.
Задача 2
2. Есть D количество IP-адресов, есть n человек, у каждого человека разное количество IP-адресов (от 1 до m, D>=m), есть коэффициент пересечений k.
Сколькими способами можно извлечь m адресов из D при коэффициенте пересечений k?
-
В каком формате должно быть решение?
-
Привіт потрібно просто формули із розрахунками?
-
Andrey Sivenko PAS web
нужны формулы
-
Есть ли у вас еще есть тестовые примеры, чтоб проверить?
-
Current freelance projects in the category Tuition
Telegram bot (for the course)
12 USD
It is necessary to create a bot on the Telegram platform, the bot's task includes receiving reports according to the material and providing access to the next channel with educational material, also the bot needs to be connected to payment through Wayforpay. Payment by agreement Payment Systems Integration, Tuition ∙ 1 day 12 hours ago ∙ 5 proposals |
OpenCart consultationsConsultations on OpenCart 3. Questions: 1) deploy the template; 2) transfer the site to another domain and another hosting; 3) configure parsing and import via link using the Universal Import/Export Pro 3.6.1 or SimplePars v4.9 module; 4) translate the site using Yandex Google… Online Stores & E-commerce, Tuition ∙ 4 days 9 hours ago ∙ 7 proposals |
Publication test
24 USD
test publication test publication test publication test publication test publication test publication test publication test publication Tuition ∙ 5 days 7 hours ago ∙ 5 proposals |
Registration and adding products on marketplaces
33 USD
Registration and adding handmade products to the marketplaces Amazon Handmade and Etsy. The stores are registered, but it is not possible to list the products. Payoneer is also already available. Content Management, Tuition ∙ 10 days 5 hours ago ∙ 5 proposals |
Develop two console programs in Python |