You should take into account that the radius is half the diameter and the diameter is the length from the side to side of a circle.
Last one
<span>f(x) = 4x and g(x) = 3x
</span><span> (fog)(x)
</span>you need take value of g(x), 3x, and put 3x instead of x in f(x) function
(fog)(x)=4*(3x)=12x
Answer:
Step-by-step explanation:
I've already answered this question.
Answer:
ight cuz
- number 1 = 1.063
- 2.) 0.301
- 3.) 3.43
- 4.) 1.123
- 5.) 1.499
- 6.) 1.056
- 7.) 4.4
- 8.) 1.377
- 9.) 2.1
- 10.) 1.151
Step-by-step explanation:
This looks a lot more like a computer programming problem than a math problem.
If the numbers are integers, adding 1 to the integer part of the base-10 logarithm will tell you the number of digits the number has. (Be careful with 0.)
Once you have a list that associates a number of digits with the number, you can categorize by the number of digits.
In short, take a number from your input list, count its digits, then assign it to an output list according to the number of digits it has.
_____
Another way to do this is to sort your numbers, then identify the numbers less than 10 (1-digit), less than 100 (2-digits), less than 1000 (3-digits), and so on.