standard form of (2 ten thousands 7 thousands) divided by 10

Answers

Answer 1

Answer:

2,700

Step-by-step explanation:

10,000x2=20,000+7,000=27,000÷10=2,700


Related Questions

At a video game store an animal game costs $45.00. If the sales tax is 5%, what is the total amount Blake will pay for the game?​

Answers

Answer:

$47.25

Step-by-step explanation:

First we find how much the tax will be

45x0.05

2.25

and now we add to find the total

45+2.25

47.25

hopes this helps

Hamadi and Aisha solve this problem in two different ways.
Carlos paid a total of $64 to rent a car.
The rental company charges a one-time fee of $20, with an additional charge of $0.50
per mile driven.
How many miles did Carlos drive the rental car?
Use the drop-down menus to complete the sentences below.

Answers

The number of miles Carlos drove the rental car is 88 miles.

How to find the number of miles Carlos drove?

Carlos paid a total of $64 to rent a car. The rental company charges a one-time fee of $20, with an additional charge of $0.50 per mile driven.

Therefore, the number of miles Carlos drive the rental car can be calculated as follows:

Using equation,

let

x = number of miles driven

64 = 20 + 0.50x

subtract 20 from both sides of the equation'

64  - 20 = 20 - 20 + 0.50x

44 = 0.50x

divide both sides by 0.50

Therefore,

44 / 0.50 = 0.50x / 0.50

x = 88

Therefore, the number of miles is 88 miles.

learn more on equation here: https://brainly.com/question/12858855

#SPJ1

1.
Mateo brought in donuts for his class. Each box had 3 rows of donuts with 5
donuts in each row. He bought 8 boxes. How many donuts did he buy?

Answers

120

3x5= 15 donuts
15donuts x 8boxes= 120 donuts

Question 14 of 25
Which of the following functions is graphed below?

Answers

The function of the line and parabola shown in the graph is x + 6 ≤ 1 and x² + 3 > 1 respectively, so, option A is correct.

What is function?

Each element of X receives exactly one element of Y when a function from one set to the other is used. The sets X and Y are collectively referred to as the function's domain and co-domain, respectively.

Given:

The graph of the function,

Calculate the equation of the line which is passing through (-6, 0) and (0, 5) as shown below,

y - 5 = 5 - 0 / 0 - (-6) (x - 0)

y - 5 = 5 / 6 x

6y - 30 = 5x

And the equation of the parabola can be written as,

x² + 3 = 0

From the graph, it can be seen that the solution of the line is where the line graph and parabola graph can meet,

Thus, the line will be x + 6 ≤ 1 and x² + 3 > 1.

To know more about function:

https://brainly.com/question/5975436

#SPJ1

PLEASE HELP 40 POINTS PLEASE HELP PLEASE HELP 40 POINTS ASAP


What major change took place in the U.S. economy during the mid-1800s?


A.

Workers began moving to cities to work in factories.


B.

The government began managing the economy.


C.

Americans began buying most products from overseas.


D.

Farming became the most important sector of the economy.

Answers

Answer:

A

Step-by-step explanation:

A. This is true and occurred during the industrial revolution

B. The government had not started managing the economy (yet)

C. This was happening even in the 1700s

D. This was also more apparent in the 1700s with the 13 colonies, especially with cash crops such as tobacco.

Using the 22n rule, determine the number of classes needed for the following data set sizes.
a) n = 50
b) n = 250
c) n = 1000
d) n = 3000
a) The number of classes needed when n = !
= 50 is
...

Answers

It is d because when you add it up

[-12 Points) DETAILS SCALCET8 12.3.011. If u is a unit vector, find u v and u. w. (Assume v and w are also unit vectors.) u u v = Uw= 5. [-12 Points] DETAILS SCALCET8 12.3.015. Find the angle between the vectors. (First find an exact expression and then approximate to the nearest degree.) a = (7,2), b = (3,-1) exact approximate 6. [-/2 points) DETAILS SCALCET8 12.3.019. Find the angle between the vectors. (First find an exact expression and then approximate to the nearest degree.) a = 71 - 2j + k, b = 3i - k exact approximate

Answers

Details scalcets,

a) If u is unit vector , then, ⃗u.⃗v = 1/2 and ⃗u.⃗w = - 1/2 where v and w also unit vectors.

b) Exact value of angle between the vectors is 34.3803442 and Approximation value, 34.4..

c) Exact value of the angle between the vectors, a = 71 - 2j + k, b = 3i - k is 30.60889766 ~ 30.61 (approximation value).

What is Unit vector ?

In mathematics, a unit vector is defined as a normed vector space is a vector of length one.

a) If u is a unit vector , we have to calculate ⃗u.⃗v and ⃗u.⃗w where v and w are also unit vectors.

We know that, Angle between two vectors θ is

Cosθ = u⃗ .⃗v/|u| |v|

=> cos 60° |u| |v| = ⃗u.⃗v

=> ⃗u.⃗v = 1/2(1)(1) = 1/2

Also, Cosθ = ⃗u.⃗v/|u| |w|

=> Cosθ |u| |w| = ⃗u.⃗w

=> ⃗u.⃗w = cos 120° (1)(1)

=> ⃗u.⃗w = -1/2

So, ⃗u.⃗v = 1/2 and ⃗u.⃗w = - 1/2

b) We have, a = (7,2), b = (3,-1)

Cosθ = a.b/|a| |b|

|a| = √(7)²+ (2)² = √49+4 = √53

|b| = √(3)²+ (-1)²= √9+1 = √10

a.b = 7×3 - 2×1 = 21 - 2 = 19

so, Cos θ = 19/√10 (√53) = 19/√530

=> θ = Cos⁻¹( 19/√530)

=> θ = 34.3803442 ~ 34.4

c) We have, a = 7i - 2j + k, b = 3i - k

Cos θ = a.b/|a| |b|

|a| = √(7)² + (-2)² +(1)² = √49+4+1 = √54

|b| = √(3)²+ 0 +(-1)² = √9+1 = √10

a.b = (7i - 2j + k).(3i - k) = 21 -0 - 1 = 20

Cosθ = 20/√10√54 = 20/√540

θ = cos⁻¹(20/√540) = 30.60889766 ~ 30.61

To learn more about unit vector , refer:

https://brainly.com/question/29404877

#SPJ4

12, 18, 10, 20, 8, pattern

Answers

Answer:

The pattern is in the order of even number being added or subtracting (takes turns)

Step-by-step explanation:

12,18,10,20,8

12 to 18 is plus 6

18 to 10 is minus 8

10 to 20 is plus 10

20 to 8 is minus 12

[tex]12 + 6 = 18 \\ 18 - 8 = 10 \\ 10 + 10 = 20 \\ 20 - 12 = 8 \\ 8 + 14 = 22 \\ 22 - 16 = 6 \\ = 24 \\ = 4 \\ = 26 \\ = 2 \\ ..[/tex]

A typical tip in a restaurant is​ 15% of the total bill. If the bill is ​$110​, what would the typical tip​ be?

Answers

Answer:

$16.50

Step-by-step explanation:

$110 * 15% =

$110 * 15/100 =   ==> percent value is 100 times greater than the fraction

$1650/100 =  ==> multiply 110 and 15

$16.50

To learn more about a similar problem, click here:

https://brainly.com/question/29279015

Answer:

Tip=[tex]16.50[/tex]

Step-by-step explanation:

Tip%=15

Bill=$110

Tip=[tex]\frac{15}{100}[/tex]x[tex]110[/tex]

Tip=[tex]16.50[/tex]

Hope this helps u

given that is a matrix with eigen pairs , and . find the matrix where . let , then , , ; , , ; , , .

Answers

a matrix is a collection of integers that have been put in rows and columns to make a rectangular array. The entries of the matrix are the integers, which are referred to as its elements.

What is matrix?

Linear algebra is a subfield of mathematics that mostly uses matrices. When you start solving linear equation systems, linear algebra first starts to seem good. You may concentrate on the figures and greatly simplify the procedure by condensing all the information into a single large chart and leaving out the rest.

Which 4 types of matrices are there?

Almost as their name implies, square, symmetric, triangular, and diagonal matrices. All-zero identity matrices except along the major diagonal, where the values are

To know more about matrix visit:
https://brainly.com/question/28180105

#SPJ4

of the five points $(3, 10),$ $(6, 20),$ $(12, 35),$ $(18, 40)$ and $(20, 50),$ what is the sum of the $x$-coordinates of the points that lie in the region above the line $y

Answers

The sum of the x-coordinates of the points that lie in the region above the straight line y = 2x + 7 in coordinate plane is thirty-eight.

A point lies above the straight line , y = 2x + 7 in co-ordinate plane . If its y -coordinate is greater than two times its x-coordinate plus 7. Now, we are checking the each ordered pair one by one ,

(i) plug x = 3 and y = 10

2x + 7 = 3×2 + 7 = 13 > 10

(ii) plug x = 6 in 2x+7

=> 2× 6 + 7 = 19 < 20

(iii) x = 12

=> 2x + 7 = 2× 12 + 7 = 31 < 35

(Iv) x = 18

=> 2x + 7 = 2× 18 + 7 = 43 > 40

(v) x = 20

2x + 7 = 2×20 + 7 = 47 < 50

We see (6, 20) , ( 12,35) and (20,50) satisfy this condition. Now, we determine the sum of x-coordinates . The sum of the x-coordinates of these points is 6 + 12 + 20 = 38 . So, required sum of x-coordinates is 38.

To learn more about Straight line, refer:

https://brainly.com/question/25969846

#SPJ4

Complete question:

Of the five points (3, 10), (6, 20),(12, 35), (18, 40)and (20, 50), what is the sum of the x-coordinates of the points that lie in the region above the line

y = 2x + 7 in coordinate plane.

The concept of best-, worst-, and average-case analyses extends beyond algorithms to other counting problems in mathematics. Recall that the height of a binary tree is the number of edges in the longest path from the root to a leaf. Find the best-case height of a binary tree with seven nodes.

Answers

The best-case height of a binary tree with seven nodes is 2. This is because, in the best-case scenario, the binary tree would be balanced, with each node having exactly two children. This means that the tree would have a shape similar to a full binary tree, where all levels of the tree are completely filled except possibly the last level, which is filled from left to right.

With seven nodes, the binary tree would have three levels, with the root node at the top level, three nodes at the second level, and three leaf nodes at the third level. The height of the tree would be the number of edges in the longest path from the root to a leaf, which in this case would be 2 edges.

Therefore, the best-case height of a binary tree with seven nodes is 2.

I need help with my math homework

Answers

Answer:
9 * 7 = 7 * 9 Communitive Property
4 * 3 = 3 * 4 C.P
5 * (6 * 4) = (5 * 6) * 4 Associative Property
7 * (2 * 8) = (7 * 2) * 8 A.P
12 * 3 = (2 * 3) + (2 * 3) Distributive Property

Step-by-step explanation:
Most of your Homework involves no calculation at all.
For example,
9 * ? = 7 * 9 Both of them equal each other.
9 * ? = 63 So the ? is 7 so that they both equal 63.
The last problem you would have to solve.


Hongbo sold x cell phones in 2013. The number of cell phones he sold in 2014 was 128% greater than in 2013, and the number of cell phones he sold in 2015 was 29% greater than in 2014. Which of the following expressions represents the number of cell phones Hongbo sold in 2015? A) (0.29)(1.28x) B) (0.29) (2.28x) C) (1.29)(1.28x) D) (1.29) (2.28x)

Answers

The number of cell phones sold in 2015 is (0.29)(1.28x)

The correct answer is A) (0.29)(1.28x).

What is a linear equation?

A linear equation is an equation in which the highest power of the variable is 1. Linear equations can be written in the form ax + b = 0, where a and b are constants and x is the variable. Linear equations are called "linear" because they represent a straight line when plotted on a graph.

We are told that the number of cell phones Hongbo sold in 2014 was 128% greater than in 2013, which means that he sold 128/100 = 1.28 times as many cell phones in 2014 as he did in 2013. This can be represented by the equation x * 1.28 = number of cell phones sold in 2014.

We are also told that the number of cell phones Hongbo sold in 2015 was 29% greater than in 2014, which means that he sold 29/100 = 0.29 times as many cell phones in 2015 as he did in 2014. This can be represented by the equation (number of cell phones sold in 2014) * 0.29 = number of cell phones sold in 2015.

Substituting the first equation into the second equation, we get:

(x * 1.28) * 0.29 = number of cell phones sold in 2015

This simplifies to:

(0.29)(1.28x) = number of cell phones sold in 2015

Hence, the number of cell phones sold in 2015 is (0.29)(1.28x)

the correct answer is A) (0.29)(1.28x).

To learn more about the linear equation, visit:

https://brainly.com/question/28732353

#SPJ4

In testing for correlation the relationship between two variables, the best fitting line is often call the regression equation and denoted as ^y=b1x+b0. What formula is used to compute the slope of this line and its y intercept?

Answers

For the regression equation, ŷ = b₀ + b₁x where b₁ is slope of this line and it is equals to (n∑xy - ∑x∑y)/(n∑x² - (∑x)²) and b₀ is y-intercept which is equals to (∑y - b₁ ∑x)/n .

What is Regression line in simple linear regression model?

A regression line indicates the linear relationship between the dependent variables on the y-axis and the independent variables on the x-axis. Correlation is determined by analyzing the data pattern formed by the variables.

The regression line is plotted closest to the data points in the regression plot. We use the ordinary least squares estimation method (O.L.S.E), to find the formulas to calculate the slope and intercept of the regression line, which minimizes the sum of squares due to the error. A simple linear regression model is given by y = b₀ + b₁x --(*)

where y : dependent variable

x: independent variable

b₁ --> slope of regression line

b₀ --> y-intercept

We have , regression line is ,

ŷ = (slope )x+ (y intercept)

ŷ represet the predicted value.

The formulas to compute slope(b₁) value and y-intercept (bo) value of regression line are following:

b₁ = (n∑xy - ∑x∑y)/(n∑x² - (∑x)²) and

b₀ = ŷ - b₁x = (∑y - b₁ ∑x)/n

To learn more about linear regression line , visit:

https://brainly.com/question/25987747

#SPJ4

If x + y = x – y, then x – 2y is:

Answers

The value of the expression is x

How to evaluate the expression

From the question, we have the following parameters that can be used in our computation:

x + y = x - y

x - 2y = ?

Recall that. we have

x + y = x - y

Add y to both sides of the equation

So, we have the following representation

x + 2y = x

Add -2y to both sides of the equation

So, we have the following representation

x = x - 2y

Rewrite as

x - 2y = x

Hence, the solution of x - 2y is x

Read more about expressions at

https://brainly.com/question/15775046

#SPJ1

Determine the area of the shaded region in the following figure.\
y=x
y=x^2-2

Answers

The area of the shaded region is 425 cm².

Determine the area of the shaded region ?

Let us find the area of the entire figure first and subtract the unshaded region area to find the area of the shaded region.

The given figure is of a square of side 25 cm.

Total area = 25²

=> 625 cm²

The shaded figure inserted is a rhombus.

Apart from this , we can observe four unshaded triangles of equal area.

Area of each individual triangle :

=> ½ × 5 × 20

=> 50 cm²

Area of 4 triangles ;

=> 200 cm²

Remaining area of the shaded figure :

=> 625 - 200

=> 425 cm² .

To learn more about area refer

https://brainly.com/question/2607596

#SPJ1

a circle of radius 935.62 ft, centered at point a, intersects another circle of radius 959.630 ft, centered at point b. the x and y coordinates (in feet) of a are 553.70 and 1147.86, respectively, and those of b are 1162.93 and 269.83, respectively.

Answers

The point of interaction of two circles:

(x-a)²+(y-b)² = ro²

(x-c)²+(y-d)² = r1²

The e point of interaction of the two circles is given by the formulas given below:

       D = √(c-a)²+(d-b)²

        б = √(D+r0+r2)(D+r0-r2)(D-r0+r2)(-D+r0+r2)

        X1,2 = a + c/2 + (c-a)(r0² - r1²)/2D² ± 2 b-d/D²

        X1,2 = b + d/2 + (d-b)(r0² - r1²)/2D² ± 2 a-c/D²

r0 = 935.62 ft

r1 = 959.630 ft

a = 553.7

b = 1147.86

c = 1162.93

d = 269.83

First we calculate,

                            D = √(c-a)²+(d-b)²

                               = 1980.95 ft

Lets check whether these circles intersect or not:

D<r0+r1 and D> r0-r1

r0+r1 = 2166.57 ft and D = 1980.95 ft -192.51 = 192.51 which is less than D

To know more about Circle refer to:

http://brainly.com/question/24375372

#SPJ4

the limit of a function exists at a cluster point c if and only if the left- and right-handed limits both exist at c and are equal.

Answers

By using  ε - δ  definition of limit, the proof of

The limit of a function exists at a cluster point c if and only if the left- and right-handed limits both exist at c and are equal

has been shown below.

What is ε - δ  definition of limit?

Let the function be f(x), cluster point be c and the limit be l. Then

the limit of a function exists at a cluster point c if

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that |x − c |< δ ⟹ |f(x) − l| < ε

Let the limit exist at a cluster point c. Let the limit be l

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that |x − c |< δ ⟹ |f(x) − l| < ε

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that 0 < c - x < δ ⟹ |f(x) − l| < ε or

                                                                         0 < x - c < δ ⟹ |f(x) − l| < ε

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that c - δ < x < c ⟹ |f(x) − l| < ε or

                                                                         c < x < c + δ ⟹ |f(x) − l| < ε

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that c - δ < x < c ⟹ |f(x) − l| < ε  and

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that   c < x < c + δ ⟹ |f(x) − l| < ε

So the left hand and right hand limit exist and are equal.

Let the left hand and right hand limit exist and are equal.

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that c - δ < x < c ⟹ |f(x) − l| < ε  and

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that   c < x < c + δ ⟹ |f(x) − l| < ε

Let [tex]\delta_3 = min\{\delta_1, \delta_2\}[/tex]

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that c - [tex]\delta_1[/tex] < x < c ⟹ |f(x) − l| < ε  and

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that   c < x < c + [tex]\delta_2[/tex] ⟹ |f(x) − l| < ε

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that c - [tex]\delta_1[/tex] < x < c or  c < x < c + [tex]\delta_2[/tex]⟹ |f(x) − l| < ε  

For every [tex]\epsilon[/tex] > 0, there exist a [tex]\delta[/tex] > 0 such that |x - c| < [tex]\delta_3[/tex] ⟹ |f(x) − l| < ε  

The limit of a function exists at a cluster point c and the limit is l

To learn more about limit, refer to the link-

https://brainly.com/question/23935467

#SPJ4

What is the correct solution for the system
{
x-3y = -12
5x - 3y = -48

Answers

Answer:

x = -9; y = 1

Step-by-step explanation:

       x - 3y = -12

-     5x - 3y = -48

-------------------------

      -4x      = 36

x = -9

-9 - 3y = -12

-3y = -3

y = 1

consider the functions given below. P(x)= 2/3x-1 Q(x)= 6/-3x+2 Match the expression with its simplified form​

Answers

Answer:

  P/Q = (-3x +2)/(3(3x -1))

  PQ = 12/((3x -1)(-3x +2))

Step-by-step explanation:

You want the quotient and product of P(x) = 2/(3x -1) and Q(x) = 6/(-3x +2).

Quotient

The quotient is found by multiplying by the inverse of the denominator:

  [tex]P(x)\div Q(x)=\left(\dfrac{2}{3x-1}\right)\div\left(\dfrac{6}{-3x+2}\right)=\left(\dfrac{2}{3x-1}\right)\times\left(\dfrac{-3x+2}{6}\right)\\\\\\\dfrac{2(-3x+2)}{6(3x-1)}=\boxed{\dfrac{-3x+2}{3(3x-1)}}[/tex]

Product

As with multiplying any fractions, the numerator is the product of the numerators, and the denominator is the product of the denominators.

  [tex]P(x)\times Q(x)=\left(\dfrac{2}{3x-1}\right)\times\left(\dfrac{6}{-3x+2}\right)=\dfrac{2\cdot 6}{(3x-1)(-3+2)}\\\\\\=\boxed{\dfrac{12}{(3x-1)(-3x+2)}}[/tex]

__

Additional comment

Usually the simplified form would contain no parentheses. The indicated products would be multiplied out.

Name the image of P(9,1.5) after being translated along the vector <3, -0.5>

Answers

Answer:

The coordinates would be (12,1)

Step-by-step explanation:

Find the length of the mid segment of the trapezoid with the given vertices.
4. E(-3, 3), F(1, 3), G (3, -3), H(-5, -3)

Answers

The length of the mid-segment of the trapezoid is 6

What is a trapezium?

The trapezium is a quadrilateral where 1 pair of sides are parallel and the sum of angle pairs between parallel lines is 180 degrees.

We have,

The vertices of a trapezoid:

E = (-3, 3)

F = (1, 3)

G = (3, -3)

H = (-5, -3)

The figure can be considered as,

            E____________F

             /                           \

      M /                                \ N

     /                                        \

H/_____________________\G

MN is the mid-segment of the trapezoid.

MN = (EF + HG) / 2

EF = √(4² + 0) = 4

HG = √(8² + 0) = 8

MN = (4 + 8) / 2

MN = 12/2

MN = 6

Thus,

6 is the length of the mid segment of the trapezoid.

Learn more about trapeziums here:

https://brainly.com/question/22607187UN

#SPJ1

Part A: Given the function g(x) = |× + 31, describe the graph of the function, including the vertex, domain, and range. (5 points) Part B: If the parent function f(x) - |×] is transformed to h(x) = |× - 2, what transformation occurs from f(x) to h(x)? How are the vertex and range of h(x) affected?

Answers

A. The graph of the absolute value function is V-shaped, with the features given as follows:

Vertex: (-3,0).Domain: All real values.Range: [0, ∞).

B. The transformation is that the function was shifted right two units, hence the features are given as follows:

Vertex: (2,0).Domain: All real values.Range: [0, ∞).

What is the absolute value function?

The absolute value function, with vertex (h,k), is defined as follows:

y = |x - h| + k.

The features of the function are given as follows:

Vertex: (h,k).Domain: All real values.Range: [k, ∞).

For the first item, the function is |x + 3|, hence we just have to identify the features.

For the second function, the definition if h(x) = |x - 2|, with vertex at (2,0), meaning that the function was shifted two units right from the parent absolute value function y = |x|. The shift just changes the turning point of the graph, not altering domain and range.

More can be learned about absolute value functions at https://brainly.com/question/3381225

#SPJ1

Complete each of the following statements with the letter that represents the expression.

Answers

Answer:

B

Step-by-step explanation:

[tex]3x {}^{2} - 7x + 14 + 5 {x }^{2} + 4x - 6 = 8 {x}^{2} - 3x + 8[/tex]

Find a power series representation for the function; find the interval of convergence. (Give your power series representation centered at x = 0.)
f(x)= 1/(1-9x)
sum from n=0 to infinity [?] provided |x| < [?]

Answers

The power series representation for the given function is:

1+ 9x + (9x)² + (9x)³ + .... (9x)ⁿ (where 0 ≤ n ≤ ∞).

What is the power series?

Power series is a sum of terms of the general form aₙ(x-a)ⁿ. Whether the series converges or diverges, and the value it converges to, depends on the chosen x-value, which makes power series a function.

Let u = 9x.

Return to the series above and replace each u with a 9x directly:

Where 0 n , 1 + 9x + (9x) 2 + (9x) 3 +.... (9x) n

Here, the interval of convergence is easily found. It follows that

|9x| 1 -1/9 x 1/9 because we know that geometric series must have | u | = 1

Finally, we may leverage the fact that geometric series have a sum to get the sum: S = a / (1 - u).

Here, u = 9x and a = 1

Therefore, the total is simply S = 1 /(1 - 9x).

Any sum can be calculated provided x is between -1/9 and x and less than 1/9.

Hence, The power series representation for the given function is:

1+ 9x + (9x)² + (9x)³ + .... (9x)ⁿ (where 0 ≤ n ≤ ∞).

To learn more about the power series visit,

brainly.com/question/11606956

#SPJ4

what is the equation of the line that passes through (6,2) and (8,0)

Answers

Answer:

y = -x + 8

Step-by-step explanation:

First find the slope (m):

m = (0-2) / (8-6) = -1

Next put one of the points (I pick (8,0)) into the point-slope formula:

y-y1 = m(x-x1)

y-0 = -1(x-8)

Now write it in slope-intercept form:

y = -x + 8

Question 4 of 10
Which situation best illustrates the concept of absolute advantage?
A. A German factory can build more sports cars than foreign factories.
B. Most of the world's largest companies have operations in many different countries.

C. The total value of Japanese imports is greater than the total value of the country's exports.

D. A French restaurant buys food from nearby farms to support the local economy.

Answers

Situation which illustrates best the concept of absolute advantage is: Option A - A German factory can build more sports cars than foreign factories.

Absolute advantage is the potential of an individual,  a company, or a  country to produce a higher quantity of output than its competitors while using the same inputs. It means an institution with absolute advantage has more efficiency in producing a particular commodity than its rivals. It utilizes lower marginal cost (materials and labor), making its output much cheaper than others.

A factory in German has an absolute advantage because it can produce more sports car  than foreign countries. Absolute advantage makes the factory more competitive in the market than its rivals.

Therefore, the correct answer is option A.

Learn more about absolute advantage here :-

https://brainly.com/question/27956614

#SPJ4

answer.
3) Samantha baked 16 chocolate cupcakes for her children. If the cupcakes are shared
equally among four of her children, how many cupcakes will each child get?

Answers

cupcakes are shared

equally among four of her children, 4 Cupcakes  will each child get

what do you mean by share?

An equity ownership stake in a corporation is represented by a share. Dividends from any earnings the company makes are owed to the shareholders. They also bear the brunt of any losses the business may sustain.

Ordinary shares.

Non-voting shares.

Preference shares.

Redeemable shares.

There are a number of different types of shares including equity shares, preference shares, right shares, bonus shares, sweat equity shares (where companies issue shares at a discount or for consideration) and employees stock options plans.

To learn more about share visit:

https://brainly.com/question/28392295

#SPJ1

9. (5.NBT.B.7} Adrian ran 8.547 km in 1.5 hours. How many kilometers did Adrian *
run in one hour?
O 5.689 km
O5.869 km
5.698 km

Answers

Adrian run in one hour is 5.698 km.

How to calculate speed, Distance and Time ?

To work out speed, divide the distance of the journey by the time it took to travel, so speed = distance divided by time. To calculate time, divide the distance by speed. To get the distance, multiply the speed by time. You may see these equations simplified as s=d/t, where s is speed, d is distance, and t is time.

Given,

Adrian ran in 1.5 hours = 8.547 km

We know, in 1.5 hours there is 90 minutes

so, in 1 min adrian ran = 8.547 / 90

                                    =  0.09496 km

We need to find the km in one hour means in 60 minutes

So, Adrian ran in 60 min = 60 * 0.09496

                                         =  5.6979 km or 5.698 km per hour

Hence, Adrian run in one hour is 5.698 km.

To read more about Speed, Distance and Time

https://brainly.com/question/26582189

#SPJ1

Other Questions
At constant T and P, 2.0 L of nitrogen gas are combined with 6.0 L of hydrogen gas to form ammonia. Which of the following statements correctly describe the outcome of the reaction, assuming it goes to completion? Select all that apply.When the reaction is completed, only NH3 is present.The product occupies a volume of 4.0 L under these conditions.N2 combines with H2 in a 1:3 ratio. The plant and production benchmarking cost data in each issue of the Footwear Industry Report A. are less useful than the operating benchmarks in determining whether a company is managing certain aspects of its plants in a cost efficient manner. B. provide solid evidence of whether a company is managing certain aspects of its plants cost-efficiently Care more useful to company managers if the company has adopted a strategy to produce branded footwear with a 3-star S/Q rating or higher C. are most useful to the managers of companies that have adopted a strategy to be the low-cost provider of private-label footwear D. provide solid evidence of whether a company's total manufacturing costs of branded footwear (and private-label footwear. If any pairs are being produced) are low enough to enable the company to be attractively profitable Based on the given diagram, prove ABC is congruent to CDA by filling out the flowchart below. Angles 3 and 6 are what type of angles?A. Same side interior anglesB. Alternate exterior anglesC. Alternate interior anglesD. Corresponding anglesHelp!!! 1218 6In an experiment, a student found the percent by mass of water in a sample of BaCl + 2HO to be 17.4%. If the accepted value is 14.8%, the percent error inthe student's result is equal to3.2617.4x1002614.8-x10014.817.4x10017.414.8x100K[8]Submit AnswerB1CalculatorRuler9592ProtractorListen Explain how milk production in a lactating mother is an example of positive feedback. A manager who tends to give employees the same performance appraisal ratings they've received in the past is committing which of the following performance appraisal errors?A) recency errorB) central tendency errorC) halo errorD) past-record anchoring error Structure (b) is a ____.Chromosomecentromerechromatid as in top hat, draw the lewis structure of pf3 and answer the following questions! name the compound what is the number of valence electrons number the bonding pair of electrons around the central atom. number the number of single bonds. The electric potential, which is a scalar field, may be represented graphically by equipotential curves. The lines of electric field may be obtained from those equipotentials.Several points have been indicated with black dots on the diagram below. Consider the direction of the electric field at each of those points, and drag the best-choice arrow label, or the E=0, if appropriate, to the corresponding bucket. 18 is 40% of what number?Group of answer choices7.2401845thx! the ability to act without physical, vocal, or mental tension which comes from the actor as opposed to the character. why keep your engine running when you wait to pick up your husband when you could just stop the engine to save gas, meanwhile, keeping your lights, air conditioning, and wipers running normally? Which would you expect to be a conductor of electricity in the solid state? O iodine (12) O silver spoon (Ag) O lime (CaO) describe how the foot in the door phenomena is utilized to get people to comply with a large request. what three components are necessary to realize the foot in the door phenomena? Which one of the following logical fallacies is also known as the "bandwagon" fallacy? Ad hominem Ad populum Non sequitur Strawman 59. Water Power Corporation wants to begin operations that include the discharge of waste into navigable waters. Under the Clean Water Act, the company must install certain equipment a. with all deliberate speed after beginning operations. b. before beginning operations. c. only on a voluntary basis. d. only if a regulatory agency challenges the discharge. -The Kepler Conjecture: this quantity is maximized for HCP and FCC crystals-Reciprocal: specific volume-It is the ratio between kinematic and dynamic velocity-Melting point line has a negative slope when this is greater for liquids than for solids based on personal attributions of their success or failure, which student is most likely to be motivated to choose more difficult academic tasks in the future? Prove that a polynomial function f of odd degree has at least one real root. Hint: it may help to consider first the case of a cubic f(x)=a0+a1x+a2x^2+a3x^3.