Answer:
y≥1/2 x +1
Step-by-step explanation:
first the line in the graph is bold and not dotted
so the sign is either ≤ or≥
the shaded area is on the top , on this case it is greater than
the right answer is y≥1/2 x +1
So you are rounding 60.89.
I don't know which way you are aiming for to round, but here are some possible answers.
61.00
60.90
61.90
Replace all values of x as 4
f(4)=1/2(4)+5
f(4)=4/2+5
f(4)=2+5
f(4)=7
Hope I helped :)
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Answer:
Linear: The first and third one. (0,5) & (1,1)
Exponential: The second one (above). (-2, 1/16)
Quadratic function: The last one (below). (-3,35)
Step-by-step explanation: