Answer:
C.
Step-by-step explanation:
Looks like C ( if the polynomial in the question contains x6 NOT x).
Answer:
Just divide
400/54=7.40
7.4 meters per second
hope this helps
Step-by-step explanation:
Answer:
Step-by-step explanation:
programs can be written in multiply languages. for this solution I'll be writing in C++.
#include<iostream> // this is called the preprocessor definition
using namespace std;
int main() //the main function
{
int num, product; //declaration of the variables
cout << "enter the whole number";
cin >> num;
product = num * 12;
cout << product; // displaying the final results
return 0;
}
4/5 x 2/8 = 0.2 or 8/40 = 4/20 = 2/10 = 1/5
Answer:
A
Step-by-step explanation:
a geometric sequence is where we multiply a factor from element to element.
a1 = $900
a2 = 981 = a1 × f = 900 ×
a3 = 1069.29 = a2 × f = a1 × f × f = s1 × f²

so, now let's try and get f.
remember, 981 = 900 × f
f = 981/900 = 109/100 = 1.09
just to control, we check for s3 :
900 × (1.09)² = 900 × 1.1881 = 1069.29
correct.
so,
a13 = 900 × (1.09)¹² = 2,531.398304
s13 is then the sum of all a1, ..., a13
there is a nice formula for sums of finite sequences
s13 = 900 × (1-f¹³) / (1-f) = 900×(1-(1.09)¹³) / (1-1.09) =
= 900×(1-3.065804612) / (-0.09) =
= 900×(-2.065804612) / (-0.09) = 20,658.04612
.