The decimal form is x=1.2 and the mixed number is x= 1 1/5
Our number system is in base 10, which means that each digit has a value that is a multiple of 10.
For ex:
877 literally means
8 7 7 where each digit is multiplied by
10^ 2 10 ^1 10^0 respectively
which is 8 * 10^ 2 + 7 * 10^1 + 7 * 10^0 = 8 * 100 + 7 * 10 + 7 * 1 = 800 + 70 + 7 = 877
Binary is in base 2, so each of its digits (which can only be 0 or 1) are multiplied by multiples of 2 (2^0, 2^1, 2^2 ect.)
To find what 877 is in binary you can do the following:
the symbol : means divide and i'll write the quotient + the remainder
877 : 2 = 438 + 1 (438 is the quotient, 1 is the remainder)
438 : 2 = 219 + 0
219 : 2 = 109 + 1
109 : 2 = 54 + 1
54 : 2 = 27 + 0
27 : 2 = 13 + 1
13 : 2 = 6 + 1
6 : 2 = 3 + 0
3 : 2 = 1 + 1
1: 2 = 0 + 1
now write ALL off the remainders from BOTTOM to TOP:
1101101101
use a similar step for octal (use 8 instead of 2 as the divisor) and hexidecimal (use 16 instead of 2 as the divisor)
By definition of tangent,
tan(2<em>θ</em>) = sin(2<em>θ</em>) / cos(2<em>θ</em>)
Recall the double angle identities:
sin(2<em>θ</em>) = 2 sin(<em>θ</em>) cos(<em>θ</em>)
cos(2<em>θ</em>) = cos²(<em>θ</em>) - sin²(<em>θ</em>) = 2 cos²(<em>θ</em>) - 1
where the latter equality follows from the Pythagorean identity, cos²(<em>θ</em>) + sin²(<em>θ</em>) = 1. From this identity we can solve for the unknown value of sin(<em>θ</em>):
sin(<em>θ</em>) = ± √(1 - cos²(<em>θ</em>))
and the sign of sin(<em>θ</em>) is determined by the quadrant in which the angle terminates.
<em />
We're given that <em>θ</em> belongs to the third quadrant, for which both sin(<em>θ</em>) and cos(<em>θ</em>) are negative. So if cos(<em>θ</em>) = -4/5, we get
sin(<em>θ</em>) = - √(1 - (-4/5)²) = -3/5
Then
tan(2<em>θ</em>) = sin(2<em>θ</em>) / cos(2<em>θ</em>)
tan(2<em>θ</em>) = (2 sin(<em>θ</em>) cos(<em>θ</em>)) / (2 cos²(<em>θ</em>) - 1)
tan(2<em>θ</em>) = (2 (-3/5) (-4/5)) / (2 (-4/5)² - 1)
tan(2<em>θ</em>) = 24/7
Answer:
A: This polynomial has a degree of 2 , so the equation 12x2+5x−2=0 has two or fewer roots.
B: The quadratic equation 12x2+5x−2=0 has two real solutions, x=−2/3 or x=1/4 , and therefore has two real roots.
Step-by-step explanation:
f(x) = 12x^2 + 5x - 2.
Since this is a quadratic equation, or a polynomial of second degree, one can easily conclude that this equation will have at most 2 roots. At most 2 roots mean that the function can have either 2 roots at maximum or less than 2 roots. Therefore, in the A category, 2nd option is the correct answer (This polynomial has a degree of 2 , so the equation 12x^2 + 5x − 2 = 0 has two or fewer roots).
To find the roots of f(x), set f(x) = 0. Therefore:
12x^2 + 5x - 2 = 0. Solving the question using the mid term breaking method shows that 12*2=24. The factors of 24 whose difference is 5 are 8 and 3. Therefore:
12x^2 + 8x - 3x - 2 = 0.
4x(3x + 2) -1(3x+2) = 0.
(4x-1)(3x+2) = 0.
4x-1 = 0 or 3x+2 = 0.
x = 1/4 or x = -2/3.
It can be seen that f(x) has two distinct real roots. Therefore, in the B category, 1st Option is the correct answer (The quadratic equation 12x2+5x−2=0 has two real solutions, x=−2/3 or x=1/4 , and therefore has two real roots)!!!