1/3rd of x
This is a Diltoid puzzle. The answer is "8 equals Score for J (as in the letter) in Scrabble"
-3j = 44.7 -j = 44.7 ÷ 3 -j = 14.9 j = -14.9
j = 3
4
K j equals j when K is 1 or j is 0.
1/3rd of x
f = 54
This is a Diltoid puzzle. The answer is "8 equals Score for J (as in the letter) in Scrabble"
e must be 0, j can be anything
in complex j2=-1 so j equals square root of -1
-72 (:
-3j = 44.7 -j = 44.7 ÷ 3 -j = 14.9 j = -14.9
76-2*6=444
j = 3
-3 = j + 5 => -3 -5 = j + 5 -5 => -8 = j
The equals operator is used for assigning a value to a variable. ex String name = "efu"; the equals equals operator is used for comparaing if the given value is equal to another value which is assigned for a variable. ex int i = 0; int j = 5; if( i == 0){ System.out.println(j+"can't be divided by"+i); }else{ System.out.println("answer is " +j/i); }