A dressmaker needs to cut 4-inch pieces of ribbon from rolls of ribbon that are 12 feet in length. How many 4-inch pieces can the dressmaker cut from 5 of these rolls of ribbon?

Before you try that problem, answer the question below.

How many inches of ribbon does the dressmaker have, in total?

Answers

Answer 1

Answer:

15 pieces

Step-by-step explanation:

First, 4 goes into twelve 3 times. since it goes in three times, and you have 5 rolls, you would just multiply the two together.

3*5 = 15 pieces

Answer 2

Question #1

First we have to convert feet to inches.

Knowing that 1 foot is 12 inches we just need to multiply our values by 12.

Meaning that 12 feet of a roll of ribbon is basically 144 inches.

That isn't our final answer because he has 5 rolls so we multiply our answer by 5.

12×12 = 144  ← how many inches are in a single roll

144×5 = 720 So in total there are 720 inches in total.

Question #2

Now that we answered one of the questions we can use this information to answer the other question asking us how many 4 inch pieces can he make from the 5 rolls.

As mentioned above we know the 5 rolls are equivalent to 720 inches..

So we will take that number and divide it by 4.

720÷4  = 180

Meaning that 180 4-inch pieces can be made.

Statement

Therefore the dressmaker has 720 inches of ribbon and with that is able to make 180 4 inch pieces from it.


Related Questions

How much time is between 9:30am to 1:30pm

Answers

Answer: There is 4 Hours between 9:30 and 1:30

Answer:

exactly 4 hours

Step-by-step explanation:

A ∗
uses a heuristic function f(n) in its search for a solution. Explain the components of f(n). Why do you think f(n) is more effective than h(n), the heuristic function used by greedy best-first? Question 3 For A ∗
to return the minimum-cost solution, the heuristic function used should be admissible and consistent. Explain what these two terms mean.

Answers

A∗ is an algorithm that uses a heuristic function f(n) in its search for a solution. The heuristic function f(n) estimates the distance from node n to the goal.

The estimation should be consistent, meaning that the heuristic should never overestimate the distance, and should be admissible, meaning that it should not overestimate the minimum cost to the goal.  

The A∗ heuristic function uses two types of estimates: heuristic function h(n) which estimates the cost of reaching the goal from node n, and the actual cost g(n) of reaching node n. The cost of a path is the sum of the costs of the nodes on that path. Therefore, f(n) = g(n) + h(n).

A∗ is more effective than greedy best-first because it uses a heuristic function that is both admissible and consistent. Greedy best-first, on the other hand, uses a heuristic function that is only admissible. This means that it may overestimate the cost to the goal, which can cause the algorithm to overlook better solutions.

A∗, on the other hand, uses a heuristic function that is both admissible and consistent. This means that it will never overestimate the cost to the goal, and will always find the optimal solution if one exists.Admissible and consistent are two properties that a heuristic function must have for A∗ to return the minimum-cost solution. Admissible means that the heuristic function never overestimates the actual cost of reaching the goal.

This means that h(n) must be less than or equal to the actual cost of reaching the goal from node n. Consistent means that the estimated cost of reaching the goal from node n is always less than or equal to the estimated cost of reaching any of its successors plus the cost of the transition.

Mathematically, this means that h(n) ≤ h(n') + c(n,n'), where c(n,n') is the cost of the transition from node n to its successor node n'.

To know more about algorithm visit:

https://brainly.com/question/28724722

#SPJ11

Approximately 70% of high school graduates attend college. If Smith Town has a graduating class of 300 students, how many can be expected to attend college?

Answers

Answer:

210

Step-by-step explanation:

Multiply by the total amount by the decimal equivalent of 70% (0.7) to get your answer.

what does the taylor polynomial error bound guarantee regarding the errors in using the above approximations?

Answers

The Taylor polynomial error bound provides an upper bound on the error between a Taylor polynomial approximation and the actual function value within a given interval.

Specifically, it guarantees that the absolute value of the difference between the actual function value and the Taylor polynomial approximation is no more than the maximum value of the absolute value of the (n+1)th derivative of the function within that interval, multiplied by the maximum distance between the point of approximation and the center of the Taylor series expansion. In other words, the error bound guarantees that the error in using the Taylor polynomial approximation is no larger than a certain value, which can be computed using the given formula.

To learn more about derivative : brainly.com/question/29144258

#SPJ11

In ΔEFG, g = 34 inches, e = 72 inches and ∠F=21°. Find the area of ΔEFG, to the nearest square inch.

Answers

The area of triangle EFG, to the nearest square inch, is approximately 1061 square inches.

To find the area of triangle EFG, we can use the formula:

\(Area = (1/2) \times base \times height\)

In this case, the base of the triangle is FG, and the height is the perpendicular distance from vertex E to side FG.

First, let's find the length of FG. We can use the law of cosines:

FG² = EF² + EG² - 2 * EF * EG * cos(∠F)

EF = 72 inches

EG = 34 inches

∠F = 21°

Plugging these values into the equation:

FG² = 72² + 34² - 2 * 72 * 34 * cos(21°)

Solving for FG, we get:

FG ≈ 83.02 inches

Next, we need to find the height. We can use the formula:

height = \(EF \times sin( \angle F)\)

Plugging in the values:

height = 72 * sin(21°)

height ≈ 25.52 inches

Now we can calculate the area:

\(Area = (1/2) \times FG \times height\\Area = (1/2)\times 83.02 \times 25.52\)

Area ≈ 1060.78 square inches

For more such questions on triangle

https://brainly.com/question/1058720

#SPJ8

1. Find the exact values of each of the six trigonometric functions of an angle θ, if (-3,3) is a point on its terminal side. 2. Given that tan θ = and sin θ <0, find the exact value of each of the remaining five trigonometric functions of θ.

Answers

Finding the six trigonometric functions of θ: Since (-3,3) is a point on the terminal side of θ, we can use the coordinates of this point to determine the values of the trigonometric functions.

Let's label the legs of the right triangle formed as opposite = 3 and adjacent = -3, and use the Pythagorean theorem to find the hypotenuse.

Using Pythagorean theorem: hypotenuse² = opposite² + adjacent²

hypotenuse² = 3² + (-3)²

hypotenuse² = 9 + 9

hypotenuse² = 18

hypotenuse = √18 = 3√2

Now we can calculate the trigonometric functions:

sin θ = opposite/hypotenuse = 3/3√2 = √2/2

cos θ = adjacent/hypotenuse = -3/3√2 = -√2/2

tan θ = opposite/adjacent = 3/-3 = -1

csc θ = 1/sin θ = 2/√2 = √2

sec θ = 1/cos θ = -2/√2 = -√2

cot θ = 1/tan θ = -1/1 = -1

Therefore, the exact values of the six trigonometric functions of θ are:

sin θ = √2/2, cos θ = -√2/2, tan θ = -1, csc θ = √2, sec θ = -√2, cot θ = -1.

Part 2: Finding the remaining trigonometric functions given tan θ and sin θ:

Given that tan θ = and sin θ < 0, we can deduce that θ lies in the third quadrant of the unit circle where both the tangent and sine are negative. In this quadrant, the cosine is positive, while the cosecant, secant, and cotangent can be determined by taking the reciprocals of the corresponding functions in the first quadrant.

Since tan θ = opposite/adjacent = sin θ/cos θ, we have:

sin θ = -1 and cos θ =

Using the Pythagorean identity sin² θ + cos² θ = 1, we can find cos θ:

(-1)² + cos² θ = 1

1 + cos² θ = 1

cos² θ = 0

cos θ = 0

Now we can calculate the remaining trigonometric functions:

csc θ = 1/sin θ = 1/-1 = -1

sec θ = 1/cos θ = 1/0 = undefined

cot θ = 1/tan θ = 1/-1 = -1

Therefore, the exact values of the remaining five trigonometric functions of θ are:

sin θ = -1, cos θ = 0, tan θ = -1, csc θ = -1, sec θ = undefined, cot θ = -1.

To learn more about Pythagorean theorem click here:

brainly.com/question/14930619

#SPJ11

Find the slope (-5,-6), (3,-3) , (−5,−6), (3,−3)

Answers

Answer:

the slope or gradient is 8/2=4

find the centroid ( ¯ x , ¯ y ) of the triangle with vertices at ( 0 , 0 ) , ( 5 , 0 ) , and ( 0 , 7 ) .

Answers

The centroid of a triangle is the point where the three medians of the triangle intersect. In this case, the triangle has vertices at (0, 0), (5, 0), and (0, 7).

First, let's calculate the average x-coordinate:
¯x = (0 + 5 + 0) / 3 = 5/3 ≈ 1.67

Next, let's calculate the average y-coordinate:
¯y = (0 + 0 + 7) / 3 = 7/3 ≈ 2.33, the centroid of the triangle with vertices at (0, 0), (5, 0), and (0, 7) is approximately (1.67, 2.33).
In summary, the centroid of the triangle with verticesvertices at (0, 0), (5, 0), and (0, 7) is located at approximately (1.67, 2.33). This point represents the average position of the three vertices and is the intersection point of the medians of the triangle.

The centroid coordinates are found by taking the average of the x-coordinates and the average of the y-coordinates of the three vertices. In this case, we add up the x-coordinates (0 + 5 + 0 = 5) and divide by 3 to get an average of 5/3, which is approximately 1.67. Similarly, we add up the y-coordinates (0 + 0 + 7 = 7) and divide by 3 to get an average of 7/3, which is approximately 2.33. These values represent the x-coordinate (¯x) and the y-coordinate (¯y) of the centroid, respectively. Therefore, the centroid of the triangle is located at approximately (1.67, 2.33).

Learn more about triangles here

brainly.com/question/14366937
#SPJ11

Lynn is making custom bricks. She combines 39 pounds of water and 48 pounds of brick dust in a mixing bucket. She spills 13 pounds of the mixture while stirring the contents. The mixture is then poured into small dirt holes to make bricks. Each brick requires 7 pounds of mixture, and the leftover mixture is washed out of the mixing bucket. What is the greatest number of bricks Lynn can make? How many pounds of mixture will be washed out of the bucket if Lynn makes the greatest number of bricks?

Answers

Answer:

Step-by-step explanation:

39 + 48 = 87 pounds to start with

87 - 13 = 74 pounds after spilling

74 / 7 = 10 bricks

4 pounds washed out

Am I correct?
Please please please help this is due tommorow and if you help you will have good luck

Am I correct?Please please please help this is due tommorow and if you help you will have good luck

Answers

Answer:

yes

Step-by-step explanation:

the greater the variability in a set of scores, group of answer choices the less similar and more consistently close they are to the mean. the more similar and consistently close they are to the mean. the more accurately the scores are represented by the mean. the less accurately the scores are represented by the mean.

Answers

The variability in a set of scores can be measured by calculating the standard deviation.

The standard deviation is calculated by taking the square root of the variance, which is the average of the squared differences from the mean.

The formula for calculating the standard deviation is as follows:

σ = √((Σ(x - μ)2) / n)

Where x is each value in the set, μ is the mean, and n is the number of values in the set.

If the standard deviation is small, it means that the scores are more similar and consistently close to the mean. This indicates that the scores are accurately represented by the mean. On the other hand, if the standard deviation is large, it means that the scores are less similar and more consistently close to the mean. This indicates that the scores are not accurately represented by the mean.

Learn more about standard deviation here:

https://brainly.com/question/23907081

#SPJ4

Determine whether each ordered pair is a solution or not a solution to this system of inequalities.

y< −x

2x+y>2

Answers

The ordered pair that is the solution of the given system of inequalities is (2, -2)

What is inequality?

A relationship between two expressions or values that are not equal to each other is called inequality.

Given is a system of inequalities, y < -x and 2x+y > 2, we need to determine solution set of the given system of inequalities,

The inequalities are,

y < -x....(i)

2x+y > 2

y < 2-2x...(ii)

To find the ordered pair, put y = -x in equation Eq(ii) and replace < by =

-x = 2 - 2x

x = 2

y = -2

Therefore, the ordered pair, is (2, -2) {look at the graph attached}

Hence, the ordered pair that is the solution of the given system of inequalities is (2, -2)

Learn more about inequalities, click;

https://brainly.com/question/30228778

#SPJ1

Determine whether each ordered pair is a solution or not a solution to this system of inequalities.y&lt;

Hey, guys, I'm creating posts to help you get points! the posts will be random math problems I think of and more. (you don't have to answer the problems, they are just random that I think of). check out my other posts to get more points!! hope this helps you out!

Answers

Answer:ok thx

Step-by-step explanation:

I got cha!!! Thanks

Find the train fares. Assume one half of adult fare for children 1-12. Children
under 1 ride free.

Adult fare: $260

Adults: 2

Children:
4 mo.
2 yr.
4 yr.
6 yr.
7 yr.

Answers

Answer:

(D) 6yr

Step-by-step explanation:

Ans: 1040 (520+520)
4mo is free
Children under 12 yrs fare equals to $130 (260/2) (130 x 4 = 520)
Adult: (260 x 2 = 520)

having trouble doing this question ​

having trouble doing this question

Answers

Answer:

32 batches of mango juice

Step-by-step explanation:

The ratio of ice cream to mixed fruit juice is 4 : 3. Therefore, the ratio of ice cream to mango juice is also 4 : 3 since 45% of the juice is mango juice. This means that for every 4 units of ice cream, there are 3 units of mango juice.

One batch of smoothie requires 4 + 3 = 7 units of the mixture. Therefore, one batch of smoothie requires \(\frac{7}{7}\) = 1 unit of the mixture.

81 litres of mango juice is equivalent to 45% of the total volume of the mixture. Therefore, the total volume of the mixture is:

81 ÷ \(\frac{45}{100}\) = 180 litres

One batch of smoothie requires 5.6 litres of the mixture. Therefore, the maximum number of batches that can be made from 180 litres of the mixture is:

180 ÷ 5.6 = 32.14

Therefore, the maximum number of batches that can be made from 81 litres of mango juice is 32.

To calculate the maximum number of batches of smoothies that can be made from 81 liters of mango juice, we need to determine the amount of mixed fruit juice needed for each batch.

Given that the ratio of ice cream to mixed fruit juice is 4:3, we can say that the total ratio of ice cream and mixed fruit juice is 4 + 3 = 7.

Since 45% of the juice is mango juice, we can calculate the amount of mixed fruit juice (excluding mango juice) as follows:
Mixed fruit juice = 100% - 45% = 55%

Now, we can calculate the amount of mixed fruit juice needed for each batch:
Amount of mixed fruit juice = (55% / 100%) * 5.6 liters

Next, we can calculate the number of batches that can be made from 81 liters of mango juice:
Number of batches = 81 liters of mango juice / Amount of mixed fruit juice per batch

Please note that I need the specific value of the amount of mixed fruit juice per batch, which is calculated using the given information about the ratio and mango juice percentage. Without those specific values, it is not possible to provide an exact answer.

The teacher has presented the problem 5 + 7 = ? to the class. The teacher has modeled using base ten blocks to represent the problem. The teacher observes several students as they model the problem with the manipulatives. Which model correctly demonstrates the use of the base ten blocks?

Answers

The correct model demonstrating the use of base ten blocks for the problem 5 + 7 = ? will show one ten block and two unit blocks, which represents the sum, 12.

To determine which model correctly demonstrates the use of the base ten blocks for the problem 5 + 7 = ?, follow these steps:

Represent the first number, 5, with base ten blocks. Since 5 is less than 10, you will use five unit blocks (each representing one).

Represent the second number, 7, with base ten blocks. Again, since 7 is less than 10, you will use seven unit blocks.

Combine the base ten blocks representing both numbers. In this case, you will have a total of 12 unit blocks (five from the first number and seven from the second number).

Check if any groupings of 10 can be made. Since 12 is greater than 10, you can create a group of 10 unit blocks and have two unit blocks left over.

Represent the combined number using base ten blocks. In this case, you will have one ten block (representing 10) and two unit blocks (representing 2).

for such more question on demonstrates

https://brainly.com/question/28032206

#SPJ11

in southern california, a growing number of individuals pursuing teaching credentials are choosing paid internships over traditional student teaching programs. a group of eleven candidates for four local teaching positions consisted of seven who had enrolled in paid internships and four who enrolled in traditional student teaching programs. all eleven candidates appear to be equally qualified, so four are randomly selected to fill the open positions. let y be the number of internship trained candidates who are hired.

Answers

The binomial coefficient represents the number of combinations or ways you can choose y items out of a set of 4.

In this scenario, let's consider y as the number of internship-trained candidates who are hired out of the four selected for the teaching positions.

Since there are a total of eleven candidates, seven of whom have enrolled in paid internships and four in traditional student teaching programs, the probability of selecting an internship-trained candidate is given by the ratio of the number of internship-trained candidates to the total number of candidates.

So, the probability of selecting an internship-trained candidate is:

P(y = 1) = (number of internship-trained candidates) / (total number of candidates)

P(y = 1) = 7 / 11

To find the probability of hiring exactly y internship-trained candidates out of the four selected, you can use the binomial probability formula:

P(y) = (number of ways to choose y internship-trained candidates) * (probability of choosing an internship-trained candidate\()^{(y)\) * (probability of choosing a non-internship-trained candidate\()^{(4-y)\)

\(P(y) = (4 choose y) * (7/11)^{(y)} * (4/11)^{(4-y)\)

This formula allows you to calculate the probability of hiring any number of internship-trained candidates from 0 to 4.

Remember that the number of ways to choose y internship-trained candidates out of 4 is given by the binomial coefficient (4 choose y). The binomial coefficient represents the number of combinations or ways you can choose y items out of a set of 4.

To know more about probability visit:

https://brainly.com/question/32560116

#SPJ11

Emily makes 75 pins to sell at the school craft fair. She has two designs: a star and
a bumblebee. She makes 2 star pins for every 3 bumblebee pins. How many pins
of each type does Emily make? Show your work.

Answers

Answer:

45 bumblebee, 30 star.

Step-by-step explanation:

2:3 = 5

75/5 = 15

15 X 2= 30

15 X 3= 45

I put 12 when it was actually 11

Answers

Try emailing your teacher to give you credit for it

The Acme Insurance company has two types of customers, careful and reckless. A careful customer has an accident during the year with a probability of 0.01. A reckless customer has an accident during the year with a probability of 0.04. 80% of the customers are careful and 20% of the customers are reckless. Suppose a randomly chosen customer has an accident this year. What is the probability that this customer is one of the careful customers

Answers

Answer:The total probability that a random person has an accident in the given year is

.8×.01+.2×.04=0.016

The portion of that which is explained by careful drivers is .8×.01=.08. Thus the answer is

.8×.01.8×.01+.2×.04=.5

Thus it is equally likely that your accident victim was careful or careless.

Speaking informally, that's because, while it's four times more likely that a randomly selected driver is careful, it is one fourth as likely that a careful driver will have an accident, and the two

Step-by-step explanation:

Write a fraction for each statement 2 copies of 1/6 is

Answers

The denominator remains the same, so multiplying 1/6 by 2 gives 2/6. But we can simplify this fraction further by dividing both the numerator and denominator by their highest common factor, which is 2. This gives us the simplest fraction 1/3 equivalent to 2 copies of 1/6.

To write a fraction for the given statement "2 copies of 1/6 is", we need to multiply the given fraction by 2. When we multiply a fraction by a whole number, we just multiply the numerator by that number. The denominator remains the same, as shown below:2 copies of 1/6= 2 × 1/6= 2/6or, 2/6 is the required fraction for the given statement.

We can simplify this fraction by dividing both the numerator and denominator by their highest common factor, which is 2. This gives us:2/6= 1/3Thus, 1/3 is the simplest fraction equivalent to 2 copies of 1/6. In more than 100 words, we can say that to write a fraction for the given statement "2 copies of 1/6 is", we have multiplied the given fraction by 2. As we know that when we multiply a fraction by a whole number, we just multiply the numerator by that number.

To know more about numerator visit:

https://brainly.com/question/7067665

#SPJ11

Can someone solve this ??
I need help ASAP

Can someone solve this ?? I need help ASAP

Answers

Answer:

1. 2430 feet

2. 1.8 m/s^2

Step-by-step explanation:

See the attached worksheet.

A time versus speed graph contains a small treasure of mathematical rewards. The area under the graph is equal to the distance travelled. The slope of the line segments represents acceleration.

For total distance: If we break the graph into three sections (2 triangles and a rectangle) we can calculate the areas for each. Each area is the distance travelled for that segment. As shown on the workseet, the total area is 2430 miles, the distance travelled by the train for this question.

The slope of the line in the first 10 seconds is 1.8 meters/sec^2, the acceleration of the train over that period.

Can someone solve this ?? I need help ASAP

What is the price of an article costing
Rs 1300 after levying 13 value Added Tax
find it
SP-?
CP-1300
VAT% - 13%​

Answers

Answer: Rs 1469

Step-by-step explanation:

Coat of item = RS 1300

Value added tax = 13%

The price of the item will then be calculated as:

= 1300 + (1300 × 13%)

= 1300 + (1300 × 0.13)

= 1300 + 169

= Rs 1469

Explain a situation where the probability could be equally unlikely

Answers

Equally likely refers to two or more possible outcomes of a given situation that have the same probability or the same likelihood to occur. For example, if you throw a die, there are six possible outcomes. You could get 1, 2, 3, 4, 5, or 6. These outcomes are equally likely to occur.

Add. 2 3/4 + 5/6

I need this quick ​

Answers

Answer:

43/12 or 3 7/12

Step-by-step explanation:

Answer:

3.583333

the three is repeating

What percent is represented by the shaded area?

What percent is represented by the shaded area?

Answers

Answer:

30%

Step-by-step explanation:

There are 6 shaded squares out of 20 squares. That is the same as 30 out of 100. 30/100=30%

Answer: 30%

Step-by-step explanation:

5*4 is 20.

So that your area.

6/20 converted to percentage: 30%

Jeremy has 5.902 kg of trail mix, bought 0.890 kg more and was given 1.5 kg. How
much trail mix does he have altogether, in kilograms?

Answers

Therefore , the solution of the given problem of unitary method comes out to be Jeremy has a total of 8.292 kg of trail mix.

What is an unitary method?

The data collected from this nanosection must be multiplied by two in order to complete the task using the unitary technique. In essence, the color portions of both the unit method are either skipped or the indicated entity is set when a wanted item shows. For forty pens, a variable charge of Inr ($1.01) could have been required. It's possible that one country will have total influence over the approach taken to accomplish this.

Here,

Jeremy had 5.902 kg of trail mix at first. He purchased a further 0.890 kg and received an additional 1.5 kg, making the total quantity of trail mix he currently owns:

=> 5.902 + 0.890 + 1.5

=> 8.292 kg

Consequently, Jeremy has a total of 8.292 kg of trail mix.

To know more about unitary method  visit:

https://brainly.com/question/28276953

#SPJ1

Three vertices of parallelogram ABCD are A (2, 2), B(-4, 3) and
C (-1, -3). Identify the coordinates of vertex D.
Please help

Answers

Answer:

D (5 , -4)

Step-by-step explanation:

I do not use slope is equal for parallel lines and distance of opposite side of parallelogram is equal to solve, I use a very easy way to identify the 4th vertex.

AB // DC   therefore AE = CF  and BE = DF

For D (x,y)

BE = 2 - (-4) = 6        DF = x - (-1) = x + 1 = 6

x = 5

AE = 2-3 = -1             CF = y - (-3) = y + 3 = -1

y = -4

D (5 , -4)

Three vertices of parallelogram ABCD are A (2, 2), B(-4, 3) andC (-1, -3). Identify the coordinates of

Drag each expression to show whether it is equivalent to (5·9)+(5·1), 45+15, or 15(3−1).

Answers

Just put your equipment to good use

This is for algebra 1

This is for algebra 1

Answers

Answer:

-3

Step-by-step explanation:

f(1)=x-4

x=1

=1-4

=-3

Other Questions
Choose the compound sentence. Choose 1 answer: A) Shepherds and goatherds herd sheep and goats, respectively. B) Shepherds herd sheep, and goatherds goats The activities that are included in the operating activities section of the statement of cash flows are ________. The five first terms in a pattern of numbers are shown. 2.4, -3.4,-9.2,-15,-20.8If the pattern continues, which expression can be used to find the n^th term? 10 hours 45 minutes + 50 minutes + 30 minutes what is the answer Where is the colon located? of the remainder Ronald had some stickers. He gave 10 stickers to Haziq and gave 4 of the number of stickers he had at first. How many stickers to Bryan. He then had Ronald have at first? what is a way to find a peaceful and agreeable solution when there's a disagreement. A. conflict resolution B. active listening C. leadership D. non-verbal communication 2 agCity 0 Increasin Increasing Decreasin arter Decreasing Range: Range: What will the lack of human dignity produce? 3. (10 Points) Discuss the characteristics of concrete construction for very tall buildings. Jennifer is applying a constant force to swing a can on the end of a string, as shown here. If the can is moving around the circle at a constant speed, which statement correctly describes the motion of the can? A. The can accelerates at every point along the orbit and has changing velocity. B. The can has constant acceleration and changing speed. C. The can has constantly changing acceleration. D. The can moves at a constant velocity. _____ computing refers to widespread applications and deployment of devices that know users, their devices, and their locations and serve as intelligent assistants to businesses and individuals. All of the following are advantages of owning a mutual fund, except: A. mutual funds are designed for sophisticated investors seeking short-term capital gains only. B. mutual funds simplify the process of record keeping because the mutual fund company will send you a statement on a regular basis. C. your investments reflect the decisions of experienced professionals who have access to the best research available. D. you can invest in a broadly diversified portfolio with a small initial investment. will make no additional deposits to her savings account? (N) It will take Sandra years to make her savings account to increase to $4,700. (Use the TI BA II Plus financial calculator and enter your answer rounded to two decimal places.) Which of the following is true regarding conventional mortgages? A. They are a form of closed mortgage. B. They require a down payment of at least twenty - five percent. C. They receive more favourable interest rates for the buyer. D. They require a down payment of at least twenty percent. When estimating the future value of a set of annual investments, the amount of funds available to you at retirement will be A. larger, the larger the amount of money saved before age 50 . B. larger, the larger the amount of money saved now. C. larger, the smaller the annual return on wages. D. smaller, the larger the amount of money saved now. A. 65 B. 60 C. 55 D. 71 giving participants a copy of the tentative findings of a research study and integrating their feedback into the research analysis is an example of: suppose you have an experiment where you draw three cards with replacement from a standard deck of 52 cards you didn't count the number of access drawn use this experience address each of the following question round solution to 4 decimal place A social security number contains nine digits such as 000000000 How many different social security numbers can be formed using any numerals from 0 to 9? 6. A chemist needs to create 100mL of 38% acid solution. On hand she has a 20% acid solution anda 50% acid solution. How many mL of each solution should she use? true or false: most countries experiencing population loss in 2007 were in central and eastern europe and former soviet republics a kilogram of water has a temperature of 37.7 C.calculate the change in enthalpy to form superheated steam at 1.85MPa with a specific volume of 0.1275 m This graph shows the US unemployment rate from August 2010 to November 2011.This graph suggests unemployment in the United Stateswill continue to fall.will continue to rise.will remain the same.