9 = 3^2
Since 3 squared equals 9, that is how 9 as a power of the base 3 should be written.
N 2-1 < 3
n is equal to :
2-1 = 1 so n would have to be 1 in order to be less than 3
Answer:
x = ± 4
Step-by-step explanation:
given 3x² = 48 ( divide both sides by 3 )
x² = 16 ( take the square root of both sides )
x = ±
= ± 4
x ∈ {- 4, 4 }
Answer:
Use multitape Turing machine to simulate doubly infinite one
Explanation:
It is obvious that Turing machine with doubly infinite tape can simulate ordinary TM. For the other direction, note that 2-tape Turing machine is essentially itself a Turing machine with doubly (double) infinite tape. When it reaches the left-hand side end of first tape, it switches to the second one, and vice versa.
Answer:
2
Step-by-step explanation:
f(x)=2x^2+9x-5
When we are find how many times it intersects the x axis, we are finding the zero's. Set the equation equal to zero
0=2x^2+9x-5
Factor the equation
0 = (2x+1) (x-5)
2*1
1*-5 = -5
2*-5 +1*1 = -9
This checks for the first last and middle terms so we factored correctly
Then using the zero product property
2x+1 = 0 and x-5 =0
2x = -1 x=5
x = -1/2 and x=5
This function crosses the x axis 2 times