Since 18 does not have a number that when multiplied by itself equal 18, then it will be a decimal number. You can tell the closest whole number by seeing what is the closest square. In this case we know that 16 is 4 times 4 and the next one would be 5 times 5 to equal 25, so the whole number would be 4.
Now, the easiest way to do this is to get you calculator and take the square root of 18 to get 4.242641. The problem wants it to be to the nearest tenth so 4.2 is your answer. On a number line, if it is in four parts, you will plot it just before the first little line.
Hope this helps! If you are using more small lines in you number line, comment me below and I would be happy to lead you in the right direction.
The base of the triangle is 6 - 2 = 4 units
The height is 6 - 1 = 5 units
Area = 1/2 x 4 x 5 = 10 square units
Answer: 17 1/2 or decimal form = 17.5
Step-by-step explanation: Hope this helped!
The answer to your question is D.
F(n+1)=f(n)-2 is the recursive function for this arithmetic sequence. The explicit form is:
f(n)=a-d(n-1) where a(initial term) is 10 and d(common difference) is -2
f(n)=10-2(n-1) which cleans up to
f(n)=12-2n so the first few terms are:
10,8,6,4,2,0,-2,-4.....