31
Объяснение:
/** libraries */
#include <iostream>
#include <cmath>
#include <vector>
#include <map>
#include <set>
#include <queue>
#include <stack>
#include <algorithm>
/** libraries */
using namespace std;
/** defines */
#define ll long long
#define ld long double
#define yes cout << "YES" << "\n"
#define no cout << "NO" << "\n"
/** defines */
ll to_10(ll num){
ll i = 0,res = 0;
while(num > 0){
res += pow(2,i) * (num % 10);
num /= 10;
i++;
}
return res;
}
signed main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
for(ll x = -1000000; x <= 1000000; x++){
if(x - to_10(11110) > 0&&to_10(11) * to_10(1001) - sqrt((to_10(101011) + to_10(111001))/(x-to_10(11110))) == to_10(10001)){
cout << x;
return 0;
}
}
}
2) 0.1000110(2) = 0∙2^0 + 1∙2^-1 + 0∙2^-2 + 0∙2^-3 + 0∙2^-4 + 1∙2^-5 + 1∙2^-6 + 0∙2^-7 = 0.546875(10)
3) 0.1000110(2) = 0∙2^0 + 1∙2^-1 + 0∙2^-2 + 0∙2^-3 + 0∙2^-4 + 1∙2^-5 + 1∙2^-6 + 0∙2^-7 = 0.546875(10) потом 0.546875(10) = 0.8C(16)
4) 137:16 = 89(16)