Answer:
f(2) =5
Step-by-step explanation:
We have a function f(x) = 3x-1
When we find f(2) ,let x=2
f(2) = 3*2-1
       = 6-1
     =5
 
        
             
        
        
        
Normally when dealing with coins the probability of getting heads or tails is 0.5 each. However in this case since its an unfair coin, the probability of getting heads is 0.2. 
H - head 
T - tails
R - red marble
pr (H) = 0.2
urn
6 red and 4 blue
pr (T)   = 0.8
urn
3 red and 5 blue
when heads is obtained 
red - 6/10 -0.6
blue - 4/10 - 0.4
therefore when multiplying with 0.2 probability of getting heads
pr (R ∩ H) red - 0.6*0.2 = 0.12
when tails is obtained 
red - 3/8 - 0.375
blue - 5/8 - 0.625
when multiplying with 0.8 probability of getting tails
pr (R ∩ T) red - 0.375 * 0.8 = 0.3
using bayes rule the answer can be found out, 
the following equation is used;
pr (H | R) = pr (R ∩ H) / {pr (R ∩ H) + pr (R ∩ T)}
               = 0.12 / (0.12 + 0.3)
               = 0.12 / 0.42
               = 0.286
the final answer is 0.286
        
             
        
        
        
 Yes, solutions, roots, x-intercepts, and zeros are the same thing.
<h3>
What is a quadratic equation?</h3>
The general quadratic equation is given by:
a*x^2 + b*x + c = 0
So the solutions are the values of x such that the above thing is zero.
On another hand, a parabola or a quadratic function is given by:
a*x^2 + b*x + c = y
The roots, zeros, or x-intercepts (these represent the same thing) are given by:
a*x^2 + b*x + c = 0
- Zero or Root means that when you evaluate the function in that value the outcome is zero.
- X-intercept means that for that value of x, the function intercepts the x-axis, so the function is equal to zero.
So these are the values of x such that the function becomes equal to zero, so these are exactly the same thing as the solutions of a quadratic equation.
Concluding, yes, solutions, roots, x-intercepts, and zeros are the same thing.
If you want to learn more about quadratic functions, you can read:
brainly.com/question/1214333