James bought 3 pairs of shoes for $ 175.5. How much would he need to pay for 6 pairs of shoes?

Answers

Answer 1

\(175.50 \times 2 = 351.00\)

He needs to pay $351.00 for 6 pairs of shoes.

Answer 2

Step-by-step explanation:

let's use ratio

3/ 175.5. as 6/X

cross multiply and solve for X

\( \frac{3 }{175.5} = \frac{6}{x} \)

3X = 1053......divine both sides by 3 to solve for X

X = 351.

James would pay $351 for 6 pairs of shoes.

or you should have just multiply 175.5 by 2 because 6 pairs us the double of 3.


Related Questions

a census is a regularly-occurring and official count of a particular population. census data available at the united states census bureau website are an example of:private informationpublic beha

Answers

Census data available at the United States Census Bureau website is an example of public information.

Census data is collected by the government and is intended to provide statistical information about a population. It is considered public information because it is made available to the general public for research, analysis, and decision-making purposes.

The United States Census Bureau collects and publishes census data to ensure transparency and accessibility to a wide range of users, including policymakers, researchers, businesses, and the general public.

This data helps inform various aspects of society, such as planning public services, determining representation, and studying demographic trends. It is important to note that while individual responses to the census are confidential and protected by law, aggregated census data is made public to benefit society as a whole.

Know more about public information here:

https://brainly.com/question/31177380

#SPJ11

Convert 3.9m^2 into cm^2

I will leave good review!

Convert 3.9m^2 into cm^2I will leave good review!

Answers

Answer:

Step-by-step explanation:

To convert square meters to square centimeters, we need to multiply by the conversion factor (100 cm / 1 m)^2.

So,

3.9 m² = 3.9 × (100 cm / 1 m)²

3.9 m² = 3.9 × 10,000 cm²

3.9 m² = 39,000 cm²

Therefore, 3.9 square meters is equal to 39,000 square centimeters.

What is 1,00000000000000000000000000 x 2,00000000000005567898765434567899876543456787654

Answers

Answer:

2

Step-by-step explanation:

caulculator

Valerie bought 3 storybooks and 2 notebooks for 4 $73. krithik bought 4 storybooks and 1 notebook for $84. find the cost of 1 storybook

Answers

the cost of one storybook is $19.

Let's assume the cost of one storybook is x dollars.

According to the given information, Valerie bought 3 storybooks and 2 notebooks for a total of $73. This can be represented as:

3x (cost of 3 storybooks) + 2y (cost of 2 notebooks) = $73   -- Equation 1

Similarly, Krithik bought 4 storybooks and 1 notebook for a total of $84:

4x (cost of 4 storybooks) + 1y (cost of 1 notebook) = $84   -- Equation 2

We can now solve these two equations simultaneously to find the value of x (cost of one storybook).

Multiplying Equation 1 by 2 and Equation 2 by 3, we can eliminate the y variable:

6x + 4y = $146    -- Equation 3

12x + 3y = $252   -- Equation 4

Now, we can solve Equations 3 and 4 using either substitution or elimination method.

Using the elimination method, we'll multiply Equation 3 by 3 and Equation 4 by 4 to make the coefficients of y the same:

18x + 12y = $438   -- Equation 5

12x + 3y = $252    -- Equation 6

Subtracting Equation 6 from Equation 5, we get:

6x + 9y = $186

Next, we can divide both sides of this equation by 3 to simplify it:

2x + 3y = $62   -- Equation 7

Now, we have a system of two equations:

2x + 3y = $62   -- Equation 7

12x + 3y = $252  -- Equation 6

Subtracting Equation 7 from Equation 6, we get:

10x = $190

Dividing both sides by 10, we find:

x = $19

Therefore, the cost of one storybook is $19.

Learn more about equations here

https://brainly.com/question/14686792

#SPJ4

Term to term rule for 28 25 22 19 16, thank you.

Answers

The Term to term rule for 28 25 22 19 16 is 25 + 3n.

What is an arithmetic sequence?

An arithmetic sequence simply means an ordered set of numbers which have a common difference between the consecutive term.

Based on the information, it should be noted that the formula for an arithmetic sequence will be:

= a + (n - 1)d

a = first term = 28

d = common difference = 25 - 28 = 3

Therefore, the sequence will be illustrated as:

a + (n - 1)d

28 + (n - 1)3

= 28 + 3n - 3

= 25 + 3n

Learn more about arithmetic sequence on:

brainly.com/question/6561461

#SPJ1

What's the running time? T=(5+1)c1+5(c2+c3+c4) or T=6c1+5(c2+c3+c4)

Answers

The running time can be represented as either (5+1)c1 + 5(c2+c3+c4) or 6c1 + 5(c2+c3+c4), where c1, c2, c3, and c4 represent different operations. The first equation emphasizes the first operation, while the second equation distributes the repetition evenly.

The running time can be represented as either T = (5+1)c1 + 5(c2+c3+c4) or T = 6c1 + 5(c2+c3+c4).

In the first equation, the term (5+1)c1 represents the time taken by a single operation c1, which is repeated 5 times. The term 5(c2+c3+c4) represents the time taken by three operations c2, c3, and c4, each of which is repeated 5 times. In the second equation, the 6c1 term represents the time taken by a single operation c1, which is repeated 6 times. The term 5(c2+c3+c4) remains the same, representing the time taken by the three operations c2, c3, and c4, each repeated 5 times.

Both equations represent the total running time of a program, but the first equation gives more weight to the first operation c1, repeating it 5 times, while the second equation evenly distributes the repetition among all operations.

Therefore, The running time can be represented as either (5+1)c1 + 5(c2+c3+c4) or 6c1 + 5(c2+c3+c4), where c1, c2, c3, and c4 represent different operations. The first equation emphasizes the first operation, while the second equation distributes the repetition evenly.

To learn more about equation click here

brainly.com/question/22277991

#SPJ11


NEES ANSWER ON A TEST!!!!!

NEES ANSWER ON A TEST!!!!!

Answers

Answer:

i think its.... c

Step-by-step explanation:

Why does a method to swap two array elements work correctly when a method to swap two integer values does not?

Answers

A method to swap two array elements works correctly because it is designed to swap the entire elements at two different indexes in an array.

The method receives two integer values representing the indexes of the elements to be swapped and then proceeds to swap the elements themselves.
On the other hand, a method to swap two integer values does not work correctly because integers are passed by value, which means that the method receives a copy of the integer values rather than the original values themselves. Thus, the method only swaps the copies and not the original values, and as a result, the original values remain unchanged.
To overcome this issue, one can use a workaround such as passing the integer values as references instead of values. This way, the method receives a reference to the original value, and any changes made to the reference will affect the original value as well. However, this approach can be more complex and less efficient than simply swapping array elements.

To know more about Integer value visit:

https://brainly.com/question/30697860

#SPJ11

When a researcher needs to estimate the likelihood of a certain outcome, the method typically employed is
A)Time series design
B)Predictive design
C)Experimental design
D)Qualitative design

Answers

The required method typically employed is C) Experimental design.

What is Likelihood?

The probability value is utilized as a measure of the merit of the parameter selection, and the parameter set with the highest likelihood is the best option given the available data.

According to question:

Experimental design is typically employed when a researcher needs to estimate the likelihood of a certain outcome.

In an experimental design, the researcher manipulates one or more independent variables to determine the effect on a dependent variable, which is the outcome being studied.

The researcher can then use this information to make an estimate of the likelihood of the outcome under different conditions. This is the most commonly used method in the natural and social sciences to determine cause-and-effect relationships and make predictions about future outcomes.

Thus, Suitable option is C)Experimental design.

To know more about Likelihood visit:

brainly.com/question/29006544

#SPJ1

A drawer contains 12 brown socks and 12 black socks, all unmatched. A man takes socks out at random in the dark. Answer the following questions. Question 7 Select the least number of socks that he must take out to be sure that he has at least two socks of the same color. 12 4 Question 8 Select the least number of socks that he must take out to be sure that he has at least two black socks. 3

Answers

For Question 7, the man must take out 4 socks to be sure that he has at least two socks of the same color. This is because he could potentially take out 3 brown socks and 3 black socks before getting a matching pair, but with 4 socks, there must be at least two of the same color.

For Question 8, the man must take out 3 socks to be sure that he has at least two black socks. This is because he could potentially take out all 12 brown socks before getting a black one, but with 3 socks, there must be at least one black sock and then a potential for a second.

Learn more about socks here:

https://brainly.com/question/26785650

#SPJ11

An equation is given.

2x = 26

which calculation would need to be done to solve the equation?

a. divide both sides by 2
b. divide both sides by 26
c. multiply both sides by 2
d. multiply both sides by 26

Answers

Answer:

option A is correct answer

divide both sides with 2

hope it helps

Answer:

option A is the right condition to be fulfilled to solve the equation.

Verify that ABC ~ DEF. Find the scale factor of ABC to DEF.

Verify that ABC ~ DEF. Find the scale factor of ABC to DEF.

Answers

Answer:

ABC and DEF are both similar triangles, this is because, the ratio of their corresponding sides are equal. The scale factor 3/2 ( Which means that each side of the triangle ABC is 3/2 times greater than each of the sides of the triangle DEF

A pharmacist mixed 800 mg of a liquid drug (sg = 0.8) in enough liquid to prepare 2 liters of a final product. what is the ratio strength of the final product?

Answers

The ratio strength of the final product is 1:0.4.

What is ratio strength?

One technique to indicate concentration is through ratio strength, which uses a ratio to characterize drug concentration. In this context, concentration is defined as the quantity of a solute that makes up one unit in the whole volume of a solution or combination. You should be an expert in ratio strength calculations as a pharmacy student. Ratio strength uses a ratio to describe the medication concentration. So, what it implies is, you have one unit of solute contained in the complete amount of preparation and so generally your ratio strength is expressed as one is to something. In the case of a weight-in-weight, volume-in-volume, or weight-in-volume situation, you would interpret a ratio of 1:2,000 differently.

Drug strength = 800mg

whole volume =2ltrs

The ratio of the solution in 1 ltr is = 400 mg

The ratio strength of the solutions is = 1:0.4

To know more about ratio strength, visit;

https://brainly.com/question/12123928

#SPJ4

The difference of two numbers is 18, and their sum is 90.
Find the two numbers

Answers

Answer:

54 and 36

Step-by-step explanation:

when we add 54 and 36 we get 90 and when we subtract 54 from 36 we get the difference 18

Answer:

54 and 36

explanation

1. What is the mean change in the forecasted high temperatures over the next 7 days? Remember, this can be found by averaging the values in the Difference column for the high temperatures. Show your work and steps. If your answer is not an integer, explain what two integers your answer is between. 2. What is the mean change in the forecasted low temperatures over the next 7 days? Remember, this can be found by averaging the values in the Difference column for the low temperatures. If your answer is not an integer, explain what two integers your answer is between.

Answers

Answer:

The table is missing in the question. The table is provided below.

Step-by-step explanation:

1. In the table, it is given the difference of high temperature. They are :

-7, -7, 2, 5, -3, -2

Now adding the differences of high temperatures and taking out its average.

-7 + (-7) + 2 + 5 + (-3) + (-2)= -12

Average : \($-\frac{12}{6}=-2$\)

Thus the answer is an integer.

2.  In the table, it is given the difference of high temperature. They are :

0, -3, -7, -1, 1, 0

Now adding the differences of high temperatures and taking out its average.

0 + (-3) + (-7 )+ (-1) + 1 + 0= -10

Average : \($-\frac{10}{6} = -1.66$\)

Thus, the answer is not an integer. The answer lies between the integers -2 to -1.

1. What is the mean change in the forecasted high temperatures over the next 7 days? Remember, this can

Answer:

Ok to clear some question the top guy got 6 because there are 6 numbers

Step-by-step explanation:

Mahima bought a laptop from rupees 7500 .she spent rupees 500 on it repair and further sold it at a loss 12 percentage find the loss she suffered.......plz tell me,,, fast...​

Answers

The loss is of 960 rs.
The loss is of 960 rs

6 QUESTIONS!! Simplify, thankyou!!

1. (-2 + 7) - (g + 11)

2. (6d + 5) - (2 - 3d)

3. (4 - 5y) - 2(3.5y - 8)

4. (2n - 9) - 5(-2.4n + 4)

5. 1/8(-8c + 16) - 1/3(6 + 3c)

6. 3/4(3x + 6) - 1/4(5x - 24)

Answers

Answer: Check explanation

Step-by-step explanation: -g-6, 9d+3, -12y+20, 14n-29, -2c, x+21/2

Answer:

1. -g-6

2.  9d+3

3. -12y+20

4. 14n-29

5. -2c

6. x+21/2

Step-by-step explanation:

For any two integers A and B, A minus b is equal to a plus additive inverse of b is equal to a + Dash

Answers

Answer:

For any integer number n, the inverse additive of n is also an integer K such that:

n + K = 0

solving this for K, we get that:

K = -n

Then the inverse additive of n is -n.

Now that we know this let's complete this.

We know that for any two integers A and B, a minus b is equal to a plus the additive inverse of b.

To check this:

a minus b is written as:

a - b

And a plus the additive inverse of b is:

a + (-b)

because -b is the additive inverse of b.

Remember the rule sign:

(+)*(-) = -

Then we can rewrite:

a + (-b) = a - b

Then the statement is true.

"For any two integers a and b, a minus b is equal to a plus additive inverse of b is equal to a + (-b)"


(sin(\theta )+cos(\theta )-tan(\theta ))/(sec(\theta )+csc(\theta )-cot(\theta )) given that tan\theta =-(4)/(3) in quadrant II

Answers

We have to find the value of  `(sinθ+cosθ−tanθ)/(secθ+cscθ−cotθ)`

Let's find all trigonometric ratios:

We can say that:

\($$\tan \theta= \frac{opp}{adj}= \frac{-4}{3}$$$$\text\)

{Using the Pythagorean Theorem we can find the hypotenuse }

\($$$$\text{Hypotenuse = } \sqrt{(-4)^2+(3)^2}\)

\(= \sqrt{16+9}\)

= \(\sqrt{25}\)

=\(5$$$$\)

Substituting the values of sinθ, cosθ and tanθ in `

\(= \frac{\frac{3}{5} + \frac{-4}{5} - \frac{-4}{3}}{\frac{-4}{5} + \frac{5}{3} - \frac{-3}{4}}$$$$\)

\(=\frac{\frac{9}{15} + \frac{-12}{15} + \frac{20}{15}}{\frac{-16}{20} + \frac{25}{12} + \frac{3}{4}}$$$$\)

\(=\frac{\frac{17}{15}}{\frac{-14}{15}}$$$$\)

\(=-\frac{17}{14}$$\)

Therefore, \(`(sinθ+cosθ−tanθ)/(secθ+cscθ−cotθ)\)` is equal to

`-17/14` when `tanθ=−43` (Quadrant II).

To know more about Pythagorean visit:

https://brainly.com/question/28032950

#SPJ11

PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!

PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL

Answers

simplified it should be 4x^10y^8

Kate Sanders, a researcher in the department of biology at IPFW University, studied the effect of agriculture contaminants on the stream fish population in Northeastern Indiana (April 2012). Specially designed traps collected samples of fish at each of four stream locations. A research question was: did the differences in agricultural contaminants found at the four locations alter the proportion of the fish population by gender? Observed frequencies were as follows.a. Focusing on the proportion of male fish at each location, test the hypothesis that the population proportions are equal for all four locations. Use a .05 level of significance. What is the p-value and what is your conclusion?b. Does it appear that the differences in agricultural contaminants found at the four locations altered the fish population by gender?

Answers

Answer:

H0 : population proportion are equal

H1: population proportion are not equal

0.4779 > 0.05

Step-by-step explanation:

Data table Activity Optimistic START 0 ABCDEFGHIK А J L FINISH 605 2607NTO TO 2-253 N N N M - NO 15 3 1 1 1 Time Estimates (days) Most Likely 0 0 10 1 20 10 2 2 2 3 1 Print Pessimisitic 0 OANAN www�

Answers

Answer:

This is gebber gabber but yes

Step-by-step explanation:

−838−1016= ? i dont understand

Answers

Answer:

-1854

hope this helps<3

Carter Motor Company claims that its new sedan, the Libra, will average better than 32miles per gallon in the city. Assuming that a hypothesis test of the claim has beenconducted and that the conclusion is to reject the null hypothesis, state the conclusion innontechnical terms.

Answers

The claim made by Carter Motor Company is correct.

The claim made by the Carter Motor Company about their new sedan, the Libra, is that, it will average better than 32 miles per gallon in the city.

The hypothesis to test this claim can be defined as follows:

H₀: The new sedan will average 32 miles per gallon in the city, i.e. μ = 32.

Hₐ: The new sedan will average better than 32 miles per gallon in the city, i.e. μ > 32.

The test can be performed using a z-distribution or the t-distribution based on the information provided.

It is provided that the conclusion made is to reject the null hypothesis.

The null hypothesis will be rejected when the p-value of the test is less than the significance level or the test statistic value is larger than the critical value.

If the null hypothesis is rejected then it will imply that the new sedan, Libra will average better than 32 miles per gallon in the city.

Thus, concluding that the claim made by Carter Motor Company is correct.

Learn more about claim made by Carter Motor Company here: https://brainly.com/question/15682949

#SPJ4

a university interested in tracking its honors program believes that the proportion of graduates with a gpa of 3.00 or below is less than 0.16. in a sample of 190 graduates, 28 students have a gpa of 3.00 or below. the value of the test statistic and its associated p-value are .

Answers

For the given information, the value of the test statistic is -1.724 and its associated p-value is 0.0426.

In order to calculate the p value of students with GPA of 3.00 or below, the standard score (z -score or test statistic) must be determined first. In statistics, the standard score refers to the number of standard deviations by which the scores differs from the mean value of the observed or measured data. Scores above the mean have positive standard scores, while those below the mean have negative standard scores.

In a sample of 190 graduates, 28 students have a GPA of 3.00 or below, x = 28/190 = 0.15

The standard deviation = √(p(1 – p)/n) = √(0.2(1-0.2)/190) = 0.029 (where p is the probability of success and n is the total number of data)

The z-score = (x - µ)/σ = (0.15 – 0.2)/0.029 = - 1.724

From the table,

The P (z < -1.724) = 0.0426 or 4.26%.

Learn more about Test statistic:

https://brainly.com/question/15110538

#SPJ4

What is the area of the figure below?

What is the area of the figure below?

Answers

Answer:

104

Explanation:

1. Split the figure by the line the larger portion creates.

2. Calculate the area of the left-hand side... 7 · 8 = 56cm squared.

3. You know that the total length of the figure is 15cm. You've already "used" 7cm of that. So... 15 - 7 = 8.

4. Now, we simply do 6 · 8 = 48. Almost there!

5. Finally, add the values of the left side and the right side (48 + 56 = 104)

6. YOUR ANSWER IS 104 cm squared.

HELPPP WHAT IS THE ANSWER DONT SENT A FILE PLZ EXPLAIN STEP BY STEP PLZ I DINT HAVE A LOT OF TIME

HELPPP WHAT IS THE ANSWER DONT SENT A FILE PLZ EXPLAIN STEP BY STEP PLZ I DINT HAVE A LOT OF TIME

Answers

Answer:

2nd option

Step-by-step explanation:

Consider the coordinates of T(- 3, 3 ) → T' (3, - 1 )

- 3 → 3 is 6 units right in the positive  x-direction

3 → - 1 is 4 units down in the negative y- direction

Then translation rule is

(x, y ) → (x + 6, y - 4 )

The answer should be the 2nd option

CAN SOMEONE PLEASE HELP ME WITH THIS, TELL ME THE ANSWER AND HOW YOU GOT IT

CAN SOMEONE PLEASE HELP ME WITH THIS, TELL ME THE ANSWER AND HOW YOU GOT IT

Answers

Answer:

110°

Step-by-step explanation:

CAN SOMEONE PLEASE HELP ME WITH THIS, TELL ME THE ANSWER AND HOW YOU GOT IT

Answer:

110 degrees

Step-by-step explanation:

can someone plz help me?​

can someone plz help me?

Answers

Answer:

b

Step-by-step explanation:

150+128+X=450

What is the maximum number of visits a member of the science museum can make for a total cost of $70?

Answers

Answer:

I need to know the cost of one visit

Other Questions
Can l please have some help Help with that please What is the coordinate of R M- Determine whether or not the procedure described below results in a binomial distribution. If it is not binomial, identify at least one requirement that is not satisfied.Six hundred different voters in a region with two major political parties, A and B, are randomly selected from the population of 5500 registered voters. Each is asked if he or she is a member of political party A. Yes, the result is a binomial probability distribution.B. No, the trials are not independent and the sample is more than 5% of the population.C. No, there are more than two possible outcomes.D. No, the number of trials is not fixed.E. No, the probability of success is not the same in all trials fat is found in the abdomen and surrounds organs and fat is found directly under the skin. adipose, lipid android, gynoid visceral, subcutaneous essential, nonessential Which of these describes acquired immunity? "Determine whether the statement is true or false. If f'(x) < 0 for 1 < x < 5, then f is decreasing on (1,5).O True O False Consider the following. (If an answer does not exist, enter DNE.) f(x) = 2x - 6x - 48x (a) Find the interval(s) on which fis increasing. (Enter your answer using interval notation.) ........(b) Find the interval(s) on which fis decreasing. (Enter your answer using interval notation.) ......(c) Find the local minimum and maximum value of f. local minimum value ........ local maximum value ........ There are two bags containing only yellow and white marbles. Bag A has 6 white marbles and 2 yellow marbles. Bag B has 10 white marbles and 6 yellow marbles. A marble is randomly chosen from each bag. List these events from least likely to most likely. Event : choosing a white marble from Bag A. Event : choosing a white marble from Bag B. Event : choosing a white or yellow marble from Bag A. Event : choosing a green marble from Bag B. key skill in economics is the ability to use the theory of supply and demand to analyze specific markets. In this week's assignment, you get a chance to demonstrate your ability to analyze the effects of several "shocks" to the market for coffee. Answer the following questions. Please rewrite the questions and write in complete sentences and paragraphs.Remember that economics is a science and that we are concerned with describing what, how, and why behaviors occur, therefore it should be detailed enough to clearly convey the economic concepts, using the appropriate terminology. You should apply the material from this module and chapter and not the internet.1. Suppose that the U.S. government reduces the tariff on imported coffee, and a reputable study is published indicating that coffee drinkers have lower rates of colon cancer. How would we expect that this will affect the supply curve and why? (The supply curve can remain static, the supply curve can shift to the left, we do not have enough information to say, or the supply curve will shift to the right)2. What would we expect to happen to the demand curve and why? (The demand curve can shift to the left, remain static, we don't have enough information to say, or it will shift to the right)3. What collective effect will these changes) have on the direction of the equilibrium price and quantity? (In some cases, it may not be possible for the information given to determine the direction of a particular price change or a particular quantity change.We will symbolize these cases as, "P?" and "Q?" The four possible combinations of price and quantity changes are: PI Q?, P? Qi, P1Q?, P? Qi Remember to write your answers out without using these symbols.) Write a story ending with the statement: and at that moment I wish I had been more serious with studies When determining the severity of a patient's heart failure, which laboratory test provides the most information? Assume that the coffee layer has the same density as fresh water (1.00 g/ml). if a spoon sinks to the bottom of the cup, is its density greater or less than 1.00 g/ml? In how many ways can 8 diplomats be seated at a round table?A)40,320B)5,040C)720 Help please and thank you Which quality of good character reflects the importance of community concerns, such as obeying laws and voting? What is the major goal of PLAIN?1. to raise awareness of political jargon and doubletalk2. to eliminate legal language in government documents3. to provide an alternative to government documents4. to make government documents easy for the public to understand You are shopping for a King & Queen size mattress, each of which are shaped like a rectangle. The Queen is 16 inches longer than it is wide. The King is 20 inches wider than the Queen, but has the same length. The area of the King-sized mattress is 1,600 in larger than the Queen. Find the Area of both mattresses 2. During the 19th century cities like St. Louis, Missouri, Omaha, Nebraska, and Topeka, Kansas, grew rapidly largely because of the development of Q4 The spot bid rate for CHF in New York is USD 0.5910. A corporate treasurer is going to buy CHF in Zurich at USD/CHF 1.6650 and sell them in New York. Will he make a profit? If yes, then how much? (2 Marks) Q5 The following quotes are obtained from two banks: Bank A Bank B USD/SEK Spot 10.9570/80 10.9578/90 (a) Is there an arbitrage opportunity? (b) What kind of a market will result? (c) What might be the reasons for this? (5 Marks) Calculate the molarity (M) of a solution that contains 1.5 grams of KOH and has a volume of 2.0 L. You must show your work in order to receive credit.