Answer: f(x)= 3/2x-2
Step-by-step explanation:
So if you know how to graph on a calculator and put all the points in, it'll give you all the points plotted and when i did that i got
f(x)= 3/2x-2
Answer:

Step-by-step explanation:
Given the expression:

To find:
The expression of above complex number in standard form
.
Solution:
First of all, learn the concept of
(pronounced as <em>iota</em>) which is used to represent the complex numbers. Especially the imaginary part of the complex number is represented by
.
Value of
.
Now, let us consider the given expression:

So, the given expression in standard form is
.
Let us compare with standard form
so we get
.
The standard form of

is: 
Answer:
The expression would give the probability that one marble is yellow and the other marble is red is,

Step-by-step explanation:
A bag contains eight yellow marbles, nine green marbles, three purple marbles, and five red marbles. So in total there are 25 marbles.
Hence,
Probability of getting yellow ball = 
Probability of getting red ball = 
Probability that one marble is yellow and the other marble is red is,

Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Answer:
Part 1
Multiply both sides by 2π
2πf = √(g/L)
Square both sides
4π²f²= g/L
Invert both sides
1/(4π²f²) = L/g
Multiply both side by g
g/(4π²f²) = L
We usually write an equation with the subject (L) n the left
L = g/(4π²f²)
________________________
Part 2
Using the above equation with the given values:
L = g/(4π²f²)
. .= 9.8 / (4π² x 1.6²)
. .= 0.097m (= 9.7cm)
________________________
By the way, where it says
“f=1.6 then there are 2 beats a second, or 192 beats per minute (bpm).”
this should say
“f=1.6 then there are 3.2 beats a second, or 192 beats per minute (bpm)”
Step-by-step explanation: