How? I don't fully understand this

How? I Don't Fully Understand This

Answers

Answer 1

Answer: A

Step-by-step explanation:

(9*10^9)*(-2*10^-3)=

9*(-2)*10^9*10*-3=

-18*10^(9+(-3))=

-18*10^(9-3)=-18*10^6 ==> A

Answer 2

\((9\cdot 10^9)\cdot (-2\cdot 10^{-3})\implies (9)(-2)\qquad (10^9\cdot 10^{-3}) \\\\\\ (-18)\qquad (10^{9-3})\implies -18\cdot 10^6\)


Related Questions

-15 = x/-0.5
X= ??????

Answers

Answer: 7.5

Step-by-step explanation:

\(-15=\frac{x}{-0.5}\\\\-15=-2x\\\\x=\boxed{7.5}\)

20 points pls do all thanks

20 points pls do all thanks

Answers

Step-by-step explanation:

No solutions. Both equations on the graph are parallel from each other, making it impossible to find a solution. When both lines intersect, that means a ordered pair (x) and (y) work as valid solutions to the equations.

2. In this problem, the 2D region R is defined by 1≤y≤2 and y,1
​ ≤x≤y Suppose the charge densityfunction for this region (a 2D plate) is described by the function σ(x,y)= x cos( xy), and has units of moter 2 Couloobs . (a) Set up the integral for the total charge Q in Cartesian coordinates (but do not evaluate it!) and explain why this is not the best coordinate system to use. (b) Find an appropriate coordinate transformation x(u,v),y(u,v) and Jacobian matrix which simplifies the integral from part a) (c) Evaluate the integral for the total charge Q using this simplified coordinate transformation. Hint: Use the coordinate substitution given in Chapter 8, Example 4 in the book

Answers

The integral for the total charge Q is given by: Q = ∫∫D σ(u,v) |J(u,v)| dudv= ∫∫D (u/v cos(u)) (1/v) dudv= ∫∫D u cos(u) v^-2 dudv= ∫1^2 ∫u^2u cos(u) v^-2 dv du

The given charge density function for a 2D plate is σ(x,y)= x cos( xy).

To find the total charge Q, we need to integrate this charge density function over the given region R. The given region is R: 1≤y≤2 and y,1≤x≤y, which can be written in the form:

R: {(x,y) : 1≤y≤2, y≤x≤y,1}

a) The integral for the total charge Q in Cartesian coordinates is given by:

Q = ∫∫R σ(x,y) dA

where dA = dx dy.

But this is not the best coordinate system to use because the limits of integration are not easy to find and also the given function is not easy to integrate in Cartesian coordinates.

b) Let us make the following change of variables: u = xy, v = y

Then, the inverse of this transformation is: y = v, x = u/v and the Jacobian matrix of the transformation is given by:

\(∂(x,y)/∂(u,v) = $\begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{bmatrix}$= $\begin{bmatrix} \frac{1}{v} & \frac{u}{v^2} \\ 0 & 1 \end{bmatrix}$\)

Therefore, the integral for the total charge Q can be written as:

Q = ∫∫R σ(x(u,v),y(u,v)) |J(u,v)| dudv= ∫∫D σ(u,v) |J(u,v)| dudv

where D is the transformed region {(u,v) : 1≤v≤2, 1≤u≤v^2}, J(u,v) is the Jacobian of the transformation, which is equal to

\(det $\begin{bmatrix} \frac{1}{v} & \frac{u}{v^2} \\ 0 & 1 \end{bmatrix}$ = $\frac{1}{v}$, and dudv = |J(u,v)| du dv.c)\)

Substituting the transformed coordinates into the expression for σ(x,y), we have: σ(x,y) = x cos(xy) = u/v cos(u)

Therefore, the integral for the total charge Q is given by:

Q = ∫∫D σ(u,v) |J(u,v)| dudv= ∫∫D (u/v cos(u)) (1/v) dudv= ∫∫D u cos(u) v^-2 dudv= ∫1^2 ∫u^2u cos(u) v^-2 dv du

This integral can be evaluated using integration by parts.

Learn more about Cartesian coordinates visit:

brainly.com/question/30637894

#SPJ11

what is the boolean evaluation of the following c expression? hint: c comparison operators are left associative. c does not have boolean literals; it uses the integers 1 and 0 for true and false, respectively, and will coerce any other values to one of those two
true or false

Answers

Without the specific expression provided, I am unable to evaluate the boolean expression. However, I can explain how boolean evaluation works in C based on the given information.

In C, boolean expressions are evaluated using comparison operators, such as equal to (==), not equal to (!=), greater than (>), less than (<), greater than or equal to (>=), and less than or equal to (<=). These operators compare two values and return either 1 or 0 based on the result of the comparison. The boolean evaluation is left associative, meaning that the operators are evaluated from left to right.

C does not have boolean literals like true or false. Instead, it uses integers 1 and 0 to represent true and false, respectively. If an expression evaluates to a non-zero value, it is considered true, and if it evaluates to zero, it is considered false. Any other non-zero value will be coerced to 1 (true).

To evaluate a specific boolean expression, the expression itself needs to be provided so that it can be analyzed according to the rules described above.

To learn more about boolean evaluation click here:

brainly.com/question/29025171

#SPJ11

The boolean evaluation of the expression "true or false" in C would yield the value true, represented by the integer 1.



In C, the logical OR operator (||) is used to evaluate expressions and produce a boolean result. The OR operator evaluates to true if at least one of its operands is true; otherwise, it evaluates to false.

In the given expression "true or false", the term "true" is not a boolean evaluation literal in C but rather an unspecified value. However, since C coerces any non-zero value to true, the term "true" would be evaluated as true, represented by the integer 1. On the other hand, the term "false" would be evaluated as false, represented by the integer 0.

Applying the logical OR operator to these operands, we have 1 || 0. Since one of the operands (1) is true, the overall expression evaluates to true, represented by the integer 1. Therefore, the boolean evaluation of the expression "true or false" in C would yield the value true, represented by the integer 1.

to learn more about boolean evaluation click here

brainly.com/question/10756872

#SPJ11

Which of these expressions is equivalent to 30b2?

A 3b + 10b

B 3b. 10b

c9b +21b

D 9b21b

Answers

Answer:

B) 3b. 10b

Step-by-step explanation:

B) 3b. 10b = (3x10)(bxb) = 30b²

Simplify the expression (2x + 3y) + y
using the properties of operations. Show
your work.

Answers

(2x + 3y) + y

2x + 4y

The x and y cannot be combined but the y can be added to the 3y. If you ever have a letter that had no number in from of it it just means it’s 1. No need to put it like 1y because some teachers count it wrong. So just keep it as the single letter. Hope this helps good luck!

Sean works at a book shop. He finds that when a book is chosen from the shop at random, the following probabilities are correct: P(non-fiction) = 0.37 P(paperback) = 0.23 P(both non-fiction and paperback) = 0.18 - Work out P(neither non-fiction nor paperback) as a decimal.​

Answers

Answer:

0.22

Step-by-step explanation:

Add all the probabilities together then subtract it from 1

\(0.37+0.23+0.18=0.78\)

\(1-0.78=0.22\)

dimensionless analysis is base on: question 2 options: a) froude numbers b) pi buckingham theorem c) reynolds numbers d) none of the above

Answers

Froude numbers are used to compare the inertial force to the gravitational force, allowing for dimensionless analysis.

(Option A) Froude numbers

Utilizing Froude Numbers for Dimensionless Analysis

Froude numbers are used to compare the inertial force to the gravitational force, allowing for dimensionless analysis. In this way, the same model can be used to represent different real-world systems, as the parameters that affect the performance of the model can be scaled up or down. This type of analysis allows for the study of a wide range of physical phenomena, from the motion of ships and aircraft to the flow of fluids through pipes and valves.

Learn more about Dimensionless Analysis: https://brainly.com/question/24481616

#SPJ4

Find the Amount (A) (Principal Rs 50000 Time = 7 years interest = 3%​.​

Answers

Answer: Rs 60500

Step-by-step explanation:

Principal = Rs 50000 = p

Time = 7 years = t

Simple interest rate = 3% = r

Interest = p*t*r/100

using above formula,

50000*7*3/100=10500

So, final amount = principal + interest = 50000+10500 = Rs 60500

Mamadou went shopping for a new pair of sneakers. Sales tax where he lives is 8%. What number should he multiply the price of the pair of sneakers by to find the total plus tax in one step?

Answers

The price of the pair of sneakers should be multiplied by 1.08.

What is percentage?

A percentage is a value that indicates 100th part of any quantity. The percent value of a quantity can be find by dividing the quantity given to the total value and then multiplying by 100. If a quantity is increased by x%, then it should be multiplied by (100 + x)% to get the new quantity.

Suppose the price of the pair of sneakers be x.

And, the sales tax is given as 8%.

Then, the price paid for tax is given as,

⇒ x × 8% = 8x/100

And, the total price is the sum of tax amount and the original price as written below,

⇒ x + 8x/100 = 108x/100

⇒ 1.08x

Hence, the number that should be multiplied is 1.08.

To know more about percentage click on,

brainly.com/question/29306119

#SPJ1

-18<3(x+2)<12

⚠️Compound Inequality⚠️

Answers

Answer:

-8<x<2

Step-by-step explanation:

divide everything by 3 to get -6<x+2<4. next subtract 2 from everything to get -8<x<2

Mrs. Green likes to serve two different kinds of vegetables with dinner. She has carrots, peas, okra, and green beans in her refrigerator. How many different sets of two vegetables can she serve

Answers

Mrs. Green can serve a total of six different combinations of two vegetables from the given options.

To find out, we can use the combination formula: \(nCr = n! / (r! * (n-r)!)\)

where n is the total number of items to choose from, and r is the number of items to choose. In this case, n = 4 (carrots, peas, okra, and green beans) and r = 2 (the number of vegetables to be served).

Therefore, the formula becomes: 4C2 = 4! / (2! * (4-2)!)

= (4 * 3 * 2 * 1) / [(2 * 1) * (2 * 1)]

= 6

Mrs. Green can serve six different sets of two vegetables with dinner. These are: carrots and peas, carrots and okra, carrots and green beans, peas and okra, peas and green beans, and okra and green beans.

To learn more about vegetables visit;

https://brainly.com/question/1981135

#SPJ11

Can someone help with this and help me understand this as well?

Can someone help with this and help me understand this as well?

Answers

Answer:

<K ≅ <N

Step-by-step explanation:

JKL ≅ MNP

That means the angles are the same

<J ≅< M

<K ≅ <N

<L ≅<P

The sides are also congruent

JK ≅ MN

KL ≅ NP

JL ≅ MP

a park area with four a activity locations is drawn on the coordinate plane below

a park area with four a activity locations is drawn on the coordinate plane below

Answers

SOLUTION

From the diagram in the picture, the point (2, -3) is the point for Lake.

Hence the answer is Lake

Which one is bigger 0.000029 or 0.000014? And why!

Answers

0.000029. Because the number 14 is less than 29.

the rate of pay per hour of an employee who gets paid $627 for working 38 hours help

Answers

Answer:

16.5

Step-by-step explanation:

627 divided by 38 equals 16.5.

16.5 is the amount earned per hour.

find the slope of the line

Answers

\(\text{slope}=\frac{y2-y1}{x2-x1}=\frac{4-1}{4-1}=\frac{3}{3}=1\)

answer: slope = 1

someone pls help, you will have my respect✊

someone pls help, you will have my respect

Answers

Elisa's error is multiplying both sides of the equation by 4.

The correct solution to the equation is shown below and the value of x is 15/2 or 7.5.

How to evaluate and solve the given equation?

In order to evaluate and solve this equation, we would have to apply the PEMDAS rule, where mathematical operations within the parenthesis (grouping symbols) are first of all evaluated, followed by exponent, and then multiplication or division from the left side of the equation to the right. Lastly, the mathematical operations of addition or subtraction would be performed from left to right.

In this scenario and exercise, the first step is adding 3 to both sides of the equation as follows;

x/2 - 3 = 3/4

x/2 - 3 + 3 = 3/4 + 3

x/2 = 15/4

By cross-multiplying, we have the following:

4x = 30

x = 30/4

x = 15/2 or 7.5

Read more on equations here: brainly.com/question/3382177

#SPJ1

so 90/7 divided by 1 and three-fourths i keep trying but i keep getting a different answer what would be the best estimate

Answers

Answer:

see below

Step-by-step explanation:

90/7  ÷ 1 3/4

Change to an improper fraction

90/7 ÷ (4*1+3)/4

90/7 ÷7/4

Copy dot flip

90/7 * 4/7

360 /49

The exact answer is 7 17/49

To estimate I would round 49 to 50 and 360 to 350

350/50 is approximately 7 and since I rounded the numerator down and the denominator up,  the answer would be a little higher

annalise makes rectangular patchworks quilts out of leftover fabric scraps. the first scrap she is using to make a quilt has a width of 2x feet and a length of 5x feet. when finished, the entire quilt will be 5 feet wider and 3 feet longer than the first scrap used. which of the following functions will give the area, f(x), of the quilt in square feet ?

Answers

The area is given by f(x) = 10x² + 31x + 15.

The function is a rectangle's area function. We know that a rectangle is a flat, four-sided shape with straight sides and right-angled interior angles. Additionally, the opposing sides are parallel and of the same length.

Rectangle Area = Length * Width

The length of fabric scrap is 5x. So, the rectangular patchwork's length will be 5x + 3.

Since the width of the fabric scrap will be 2x, the rectangular patchwork's width will be 2x + 5.

Then area = f(x) = (5x + 3)(2x + 5) = 10x² + 25x + 6x + 15 = 10x² + 31x + 15

Therefore the area is given by f(x) = 10x² + 31x + 15.

Learn more about the area here -

https://brainly.com/question/13293720

#SPJ10

There are 120 calories in a 3/4 cup serving of cereal how many calories are there in 6 cups of cereal

Answers

Answer:

960 I believe.

Step-by-step explanation:

help. Solve for x and show work

help. Solve for x and show work

Answers

Answer: i belive x=1

27-28=1

2x-x

x

Step-by-step explanation: hope this helps

Help ASAP!!!!! Need help as soon as possible

Help ASAP!!!!! Need help as soon as possible

Answers

Answer:

step 1. if the prize were chosen first the probability would be (1/2)(1/4) = 1/8.

step 2. the probability would be the same as part A.

this equation
Approximately 4 people out of every 40 people
are left-handed. About how many left-handed
people would you expect to have in a group of
240 people?

Answers

Answer:40

Step-by-step explanation:

40 beacause you have to round to the nearset 10

The diagram shows the repairs performed on 2 types of cars.
Compare the car types using the median and the mean.
Roadsters
Bandits
1
+
2
3
4
5
6
7
8
9
Repairs per Vehicle
The medians and the means are the
same for both car types.
Bandits have a lower median and a
lower mean than Roadsters.
The median is the same for both car
types, but Bandits have the lower
mean.
Roadsters have the lower median,
but the mean is the same for both car
types.

Answers

Answer:

The median is the same for both car

types, but Bandits have the lower

mean.

Step-by-step explanation:

From the boxplot attached, the median value for both car types can be clearly seen to be the same as the vertical line in between the box of both plots lie at the same point.

As for the mean which is the average of a set of data we could deduce from the plot that, the roadster data has a larger span than the bandit data with a far greater third percentile value. Hence, mean or average data for roadster will be higher Than that if bandits.

The diagram shows the repairs performed on 2 types of cars.Compare the car types using the median and

if a = -47phi/5 find real number in the interval 0, 2w) such that P(t) = P(s). (Recall that P(t) and P(s) represent points on the unit circle: )

Answers

Given that `a = -47phi/5`.We need to find the real number in the interval (0, 2π) such that `P(t) = P(s)`.Let's start the solution.Using the formula `cos θ = Re(P(θ))` and `sin θ = Im(P(θ))`, we can write `P(t) = cos t + i sin t` and `P(s) = cos s + i sin s`.

Now, we have to find the real numbers `t` and `s` such that `P(t) = P(s)`.So, we have:

`cos t + i sin t = cos s + i sin s

`Comparing the real and imaginary parts, we get:`cos t = cos s` and `sin t = sin s`Now, consider the interval `(0, 2π)`.There are two possibilities:Case 1:

`t = s`If `t = s`, then `P(t) = P(s)`.

Thus, we have found one real number in the interval `(0, 2π)`.

Case 2: `t ≠ s`If `t ≠ s`, then we have:

`cos t = cos s` and `sin t = sin s

`Dividing these equations, we get:

`tan t = tan s

`Since `tan` is a periodic function with period `π`, it follows that if `t` and `s` are two numbers in the interval `(0, 2π)` such that `tan t = tan s`, then `t = s + nπ` or `t = s - nπ`, where `n` is an integer.Now, let's substitute `a = -47phi/5`.Using the fact that `φ = (1 + sqrt(5))/2`, we get:`a = -47(1 + sqrt(5))/10`Hence, the real number in the interval `(0, 2π)` such that `P(t) = P(s)` is `t = -cos⁻¹(a/2)`.

To know more about equations visit:-

https://brainly.com/question/29538993

#SPJ11

QUICK I NEED HELP!!
question: Which expression is equivalent to 7 (a + 2) when a = 6?
choices:
7 (6)

9 (6)

7 (6) + 2

7 (6) + 14

Answers

7 (6) + 14!!! And this needs to be 20 characters long so I’m adding this

The quality control inspector of a factory manufacturing screws found that the samples of screws are normally distributed with a mean length of 5.5 cm and a standard deviation of 0.1 cm.

If the distribution is normal, what percent of data lies between 5.3 centimeters and 5.7 centimeters?
A. 95%
B. 99.7%
C. 68%
D. 34%

Answers

In this case, the mean is 5.5 cm and the standard deviation is 0.1 cm. So, one standard deviation below the mean is 5.4 cm and one standard deviation above the mean is 5.6 cm. Therefore, about 68% of the data falls between 5.4 cm and 5.6 cm, which includes the range of 5.3 cm to 5.7 cm.

Your question involves a normal distribution with a mean (µ) of 5.5 cm and a standard deviation (σ) of 0.1 cm. You want to find the percentage of data between 5.3 cm and 5.7 cm.

First, we need to standardize the scores using the z-score formula: z = (x - µ) / σ

For 5.3 cm: z1 = (5.3 - 5.5) / 0.1 = -2
For 5.7 cm: z2 = (5.7 - 5.5) / 0.1 = 2

Now, referring to a standard normal distribution table or using a calculator, we find the area between these z-scores:

This can be determined using the empirical rule, also known as the 68-95-99.7 rule, which states that for a normal distribution:
- About 68% of the data falls within one standard deviation of the mean
- About 95% of the data falls within two standard deviations of the mean
- About 99.7% of the data falls within three standard deviations of the mean

P(-2 < z < 2) = P(z < 2) - P(z < -2) = 0.9772 - 0.0228 = 0.9544

Converting it to a percentage, we get 95.44%, which is approximately 95%.

So, the answer is A. 95%.

To learn more about standard deviation, click here:

brainly.com/question/23907081

#SPJ11

About \frac{3}{8}3 8 of the business calls that Ms. Rodriguez makes are long distance calls. How many business calls would you expect her to make in a month when she makes 32 long distance calls? Write an equation to find the total number of calls Ms. Rodriguez makes in a month.

Answers

\(\frac{3}{8}x = 32\)

multiply both sides by the reciprocal

x = 85⅓

We would expect her to make about 85 business calls in a month.

Step-by-step explanation:

The equation means "3/8 of the unknown total is 32"

When we multiply 3/8 by its reciprocal, it becomes 1 and cancels on the left.

8/3 times 32 is a mixed number, so it is reasonable to round it to a whole number of calls.

.

I hope I read this question correctly. The coding for the fraction made it a bit confusing.

Answer asapppppppppp

Answer asapppppppppp

Answers

D
Hope you are okay
It should be 1/125 but there is no answer close to that
Other Questions
An engineer is designing the foundation of large building and wants to be sure that movement in the ground will do as little damage to the building as possible. Which building material would be best to use in the foundation? 5 Amp current flows through a circular loop of radius 0.01 m. The magnitude of the magnetic moment associated with the loop is: With which era of American history is this image MOST closely associated?A)Prohibition eraB)the Civil War eraC)Westward ExpansionD)the Reconstruction era Select the correct answer from each drop-down menu. Cleaner shrimp are a species of shrimp that clean parasites from other organisms. Fish allow the shrimp to eat the parasites in their mouth. The shrimp get a source of nutrition. The relationship between the shrimp and the fish is . This association indicates that . Compare the values for breathing while at rest sitting vs breathing after activity. How much is the difference According to kishan prajapati, digital marketing is very crucial and is the new trend that all the new upcoming entrepreneurs should target.a. Trueb. False in the 1980s, ________ emerged as a key concern in anthropology. Find the value of r so that the line that passes through the points (-2, 6) and (r,-4) has a slope of -5 if you were to travel straight up from the surface of the earth in a rocket ship until you had reached a distance from the center of the earth that is five times greater than earth's radius, the force of gravity on you from earth will be what fraction of the force of gravity on you at the surface of the earth? State whether the following categorical propositions are of the form A, I, E, or O. Identify the subject class and the predicate class. (1) Some cats like turkey. (2) There are burglars coming in the window. (3) Everyone will be robbed. We have seen how different people wrote of different experienceswith the native peoples of the New World. Whatimpression of the natives do we get from this weeksreadings? What do you think inf HELPPP PLZZZZ Write an essay, stating your opinion, on whether the American Dream is accessible to everyone in the United States today. During which season (winter, spring, summer, or fall) would it be the best time to plant crops in this climate? Explain your answer. You weigh 4.92g of Copper, how many atoms of Copper do you have? A vine is growing at a rate of 0.25 meter per week.How long will it grow in 14 weeks?Enter your answer in the box.(Ill give 40 points pls!!) What is the 12 term for 2,8,32,128 this is a mobility synthesis problem. the goal of the mobiltity synthesis is to design the type/topology of a linkage for specified mobility (dof). show the equations used to determine the answers and submit your complete work in the written part. the twenty-negro law favored rich southern planters. true false What provides data facts feedbacks and other types of information without analysis or recommendations? a food worker is preparing an allergen free meal. He has washed his hands and changed his gloves. What step should he do next to prevent cross contact