2 -> (1,3,5,7,9,11,13,15,17,19)
3 -> (1,7,26,37,61,73,145,169,217,271)
100-19-17-15 = 49
1000-271-217-169 = 343
2 -> 100 - subtractThis(n)
function subtractThis(int n) {
int sum = 0;
int array[10] = 19,17,15,13,11,9,7,5,3,1;
for (int i=0; i<n; i++) {
sum += array[n];
}
return sum;
}
100 – 6^2 = 8^2, 64-15 = 7^2, 7^2=49, Bad 6^2 taking away from my hundred to remind of 2*4*2*4
n=2;
10-n = x;
subtractThis = 36;
y=x^2;
y=(10-n)^2
subtractThis(n) = 36;
n = 2;
y=(10-2)^2
y=8^2=64
Squared and Cubed
1*1=1
2*2=4
4-1=3
3*3=9
9-4=5
4*4=16
16-9=7
5*5=25
25-16=9
6*6=36
36-25=11
7*7=49
49-36=13
8*8=64
64-49=15
9*9=81
81-64=17
10*10=100
100-81=19
1*1*1=1
2*2*2=8
3*3*3=27
27-1 = 26
4*4*4=64
64-27 = 37
5*5*5=125
125-64 = 61
6*6*6=36*6=180+18=198
198-125 = 73
7*7*7=49*7=280+63=343
343-198 = 145
8*8*8=64*8=480+32=512
512-343 = 169
9*9*9=81*9=720+9=729
729-512 = 217
10*10*10=100*10=1000
1000-729 = 271
2 -> (1,3,5,7,9,11,13,15,17,19)
3 -> (1,7,26,37,61,73,145,169,217,271)
100-x[n]
100-19-17-15 = 49
1000-271-217-169 = 343
Balanced Justice a bit of squareroot of (-1)
45 Degrees is a C Student, Sinely speaking