I assume you mean divide using the conjugate to rationalize the denominator and express the result in standard rectangular form.

Tan(angle) = opposite/adjacent
tan(x) = 90/51
x = arctan(90/51)
x = 60.461217740442
which rounds to 60 when rounding to the nearest whole number
Answer: 60
Correct Answer:Second option
Solution:The given sequence is:
2.2, 6.6, 11, ...
If we observe the sequence it is an Arithmetic Sequence as the difference between two consecutive terms is the same.
6.6 - 2.2 = 4.4
11 - 6.6 = 4.4
First we find the general term for this sequence.


first term = 2.2
d = 4.4
So,

This general term will be placed inside the summation sign with limits from 1 to 5 to give the sum of first 5 terms of the given sequence. So the correct answer is Second Option
Okie doke. So, we are rounding this number to the nearest thousandths place, which is three digits behind the decimal. The rules for rounding are if the number is 5 or more in the digit behind it, the number goes up. If it is 4 or less, the number goes back. In other words, we depend on the digit right of the digit we are rounding to in order to see what we do. The number we are rounding is 1.49882. The 8 is in the thousandths place and the 8 is to the right of that, which is the ten thousandths place. Because 8 is greater than 5, the number rounds up. So the number rounded to the nearest thousandth is 1.500.
Answer:
56.4
Step-by-step explanation:
To convert decimal number 86.25, we convert its integer and fraction part individually and then add them to get the equivalent hexadecimal number, as below:
To convert integer 86 to hexadecimal, follow these steps:
Divide 86 by 16 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.
Then just write out the remainders in the reverse order to get the equivalent hexadecimal number.
86 / 16 = 5 with remainder 6
5 / 16 = 0 with remainder 5
Here is the answer to 86 decimal to hexadecimal number:
56
For converting decimal fraction 0.25 to hexadecimal number, follow these steps:
Multiply 0.25 by 16 keeping notice of the resulting integer and fractional part. Continue multiplying by 16 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).
Then just write out the integer parts from the results of each multiplication to get equivalent hexadecimal number.
0.25 × 16 = 4 + 0
Here is the answer to 0.25 decimal to hexadecimal number:
0.4
Therefore, decimal number 86.25 converted to hexadecimal is equal: 56.4