Answer:
24
Step-by-step explanation:
I don't really know how to explain sorry qwq
For (h+g)(x) you just add the two functions:
(h+g)(x) = 4x + 2x^2
For (h•g)(x) you multiply them:
(h•g)(x) = 4x • 2x^2 = 8x^3
For (h-g)(x) you subtract them:
(h-g)(x) = 4x - 2x^2
For (h-g)(-2) you sub -2 into the equation we just created:
(h-g)(-2) = 4(-2) - 2(-2)^2
(h-g)(-2) = -8 - 2(4)
(h-g)(-2) = -8 - 8
(h-g)(-2) = -16
Answer:
5+x=y
Step-by-step explanation:
If she has already knit 5 cm you will always have to factor that in. If x is the number of nights adding the number of nights she does 1 cm of knitting will give you the length she has knit so far (y). I hope this helped! Good luck
<span>This is an java command program.
String 1 is stands for str1= '' forest '' accepted within quote marks.
String 2 is stands for str1= '' school'' accepted within quote marks
the command compareto will cause the output will display as shown below :
str1.compareto(str2); when run this command
we will get the output like this ;
forest
school
==================================================
the model program is like this;
{
String str1 = " forest " ;
String str2 = "school ";
System.out.println();
System.out.println("String 1: " + str1);
System.out.println("String 2: " + str2);</span>
129.701 in expanded form:
100 + 20 + 9 + (7 x 1/10) + (1 x 1/1000)
1 is in the hundreds place so 1 x 100 = 100
2 is in the tens place so 2 x 10 = 20
9 is in the ones place so 9 x 1 = 9
7 is in the tenths place so 7 x 1/10 = 0.7
1 is in the thousandths place so 1 x 1/1000 = 0.001