the volume of two similar solids are 1080cm and 1715cm .if the curved surface area of the smaller cone is 840cm .fond the curved surface area of the larger cone​

Answers

Answer 1

Answer:

[tex]A_{big} = 1143.33cm^2[/tex]

Explanation:

The given parameters are:

[tex]V_{small} = 1080[/tex]

[tex]V_{big} = 1715[/tex]

[tex]C_{small} = 840[/tex]

Required

Determine the curved surface area of the big cone

The volume of a cone is:

[tex]V = \frac{1}{3}\pi r^2h[/tex]

For the big cone:

[tex]V_{big} = \frac{1}{3}\pi R^2H[/tex]

Where

R = radius of the big cone and H = height of the big cone

For the small cone:

[tex]V_{small} = \frac{1}{3}\pi r^2h[/tex]

Where

r = radius of the small cone and H = height of the small cone

Because both cones are similar, then:

[tex]\frac{H}{h} = \frac{R}{r}[/tex]

and

[tex]\frac{V_{big}}{V_{small}} = \frac{\frac{1}{3}\pi R^2H}{\frac{1}{3}\pi r^2h}[/tex]

[tex]\frac{V_{big}}{V_{small}} = \frac{R^2H}{r^2h}[/tex]

Substitute values for Vbig and  Vsmall

[tex]\frac{1715}{1080} = \frac{R^2H}{r^2h}[/tex]

Recall that:[tex]\frac{H}{h} = \frac{R}{r}[/tex]

So, we have:

[tex]\frac{1715}{1080} = \frac{R^2*R}{r^2*r}[/tex]

[tex]\frac{1715}{1080} = \frac{R^3}{r^3}[/tex]

Take cube roots of both sides

[tex]\sqrt[3]{\frac{1715}{1080}} = \frac{R}{r}[/tex]

Factorize

[tex]\sqrt[3]{\frac{343*5}{216*5}} = \frac{R}{r}[/tex]

[tex]\sqrt[3]{\frac{343}{216}} = \frac{R}{r}[/tex]

[tex]\frac{7}{6} = \frac{R}{r}[/tex]

The curved surface area is calculated as:

[tex]Area = \pi rl[/tex]

Where

[tex]l = slant\ height[/tex]

For the big cone:

[tex]A_{big} = \pi RL[/tex]

For the small cone

[tex]A_{small} = \pi rl[/tex]

Because both cones are similar, then:

[tex]\frac{L}{l} = \frac{R}{r}[/tex]

and

[tex]\frac{A_{big}}{A_{small}} = \frac{\pi RL}{\pi rl}[/tex]

[tex]\frac{A_{big}}{A_{small}} = \frac{RL}{rl}[/tex]

This gives:

[tex]\frac{A_{big}}{A_{small}} = \frac{R}{r} * \frac{L}{l}[/tex]

Recall that:

[tex]\frac{L}{l} = \frac{R}{r}[/tex]

So, we have:

[tex]\frac{A_{big}}{A_{small}} = \frac{R}{r} * \frac{R}{r}[/tex]

[tex]\frac{A_{big}}{A_{small}} = (\frac{R}{r})^2[/tex]

Make [tex]A_{big}[/tex] the subject

[tex]A_{big} = (\frac{R}{r})^2 * A_{small}[/tex]

Substitute values for [tex]\frac{R}{r}[/tex] and [tex]A_{small}[/tex]

[tex]A_{big} = (\frac{7}{6})^2 * 840[/tex]

[tex]A_{big} = \frac{49}{36} * 840[/tex]

[tex]A_{big} = \frac{49* 840}{36}[/tex]

[tex]A_{big} = 1143.33cm^2[/tex]

Hence, the curved surface area of the big cone is 1143.33cm^2


Related Questions

Complete each sentence using the drop-down menu. Information on local driving laws can be found on a website. A class textbook can be found on a website. An article about how to donate blood can be found on a website. An popular magazine can be bought off of a website.

Answers

Answers:

1. D

2. A

3. B

4. C

Explanation: I just did it and got a 100%

The correct option are D, A, B and C.

What is Drop Down Menu?

A drop-down menu is a list of choices that can only be seen if a user interacts with it, either by clicking on it or by moving their mouse over it. The menu options then vertically descend and vanish after the user leaves the menu.

Dropdown menus are frequently used on websites and web applications to hide information.

It is  that consumers might not need to view after the initial page load but still might want to utilize since they let you add additional content and connections to a page without making it look cluttered.

Therefore, The correct option are D, A, B and C.

To learn more about Dropdown, refer to the link:

https://brainly.com/question/27625347

#SPJ3

Create a while loop to try making a video game turn based battle.
Then have a monster health value and a player health value.
The player can then choose to attack, heal, or do magic.
If they choose to attack, roll one die and take that damage away from the monsters health.
If they choose to heal then add a dice roll to the player's hp.
If they choose magic then take two dice rolls away from the enemy.
The enemy attacks every turn with 1 dice roll.

Answers

import random

monster_health = 20

player_health = 20

while player_health >0 and monster_health>0:

   player_choice = input("Do you wish to attack, heal, or do magic? (type attack, heal, or magic) ")

   if player_choice == "attack":

       damage = random.randint(1,6)

       monster_health -= damage

       print("You attack the monster for",damage,"points of health. The monster has",monster_health,"points of health")

   elif player_choice == "heal":

       heal = random.randint(1,6)

       player_health += heal

       if player_health>20:

           player_health = 20

       print("You heal for",heal,"points of health. Your health is now at",player_health)

   elif player_choice == "magic":

       total = 0

       for x in range(2):

           total += random.randint(1,6)

       monster_health -= total

       print("You attack the monster for",total,"points of health. The monster has",monster_health,"points of health")

   if player_health < 1 or monster_health <1:

       break

   monster_damage = random.randint(1,6)

   player_health -= monster_damage

   print("The monster attacks your for",monster_damage,"points of health. You have",player_health,"points of health remaining.")

if player_health < 1:

   print("You died! Better luck next time!")

elif monster_health < 1:

   print("You defeated the monster! Great job!")

I wrote my code in python 3.8. Best of luck.

what does an "embedded video" mean

Answers

it’s when you are hosting the video at another location and simply linking to it

Answer:

simply linking to the video at another location and

Explanation:


Where might you find recommendation engines at work?
Suggesting a new song you might
enjoy on a streaming music site.
Providing new movies you might
enjoy based on titles you liked.
An online advertisement for a video
game you recently read about in a
blog post.
All of the above

Answers

Answer:

All of the above.

Explanation:

All scenarios show signs of a recommendation engine at work since they are providing recommendations and suggestions of things that you would potentially like based on the analysis of data from your search history or likes from songs, movies, etc.

Hope this helps :)

The computer that can be used for performing the daily life tasks that might include emailing, browsing, media sharing, entertainment etc

Answers

Answer:

Yes, this statement is completely true

Explanation:

Yes, this statement is completely true. A personal computer is a multimedia machine and can be used to complete an incredibly large number of tasks with ease. Such tasks include all of the ones listed in the question. Aside from that other tasks depend more on the skill level and understanding of the user. For example, an individual who has a vast understanding of technology and programming can create software to perform absolutely any task they may want or need to do.

♡ thx for any help, this is java

Answers

Explanation:

There is only one number we need to change in the code, and that is 6. The 6 represents the number of sides, but this only works for a 6-sided die. If we changed the 6 to sides, this would work for any sided die, because sides would be plugged in

You know that you should check the room for security against unwanted entry do you check locks on doors and windows. What else do you want to check

Answers

Under the bed and the closet because of monsters

The /home/gshant/smp directory contains several files. The directory and files need to be removed. The current working directory is /home/gshant. What would you enter at the command prompt to remove the smp directory and all the files it contains?

Answers

Explanation:

Whenever a user types in a command at the command line that is not built into the shell or that does not include its absolute path and then presses the Enter key, the shell searches through those directories, which constitute the user's search path, until it finds an executable file with that name.

computer is a major source of informarion why​

Answers

Answer:

The answer to this question is given below is the explanation section.

Explanation:

Computer can  process and store data.It can easily store large amount of data and process the data very fast but it is not the source of information it serve as a store of information because it store information and whenever we need any information we can retrieve that information from computer memory.in this way computer is s source of information.

Write a program in python to test if given number is prime or not.

Answers

num = int(input("Enter a number to test if it's prime or not: "))

if num%2 == 0:

   if num == 2:

       print(num,"is prime")

   else:

       print(num,"is not prime")

else:

   count = 0

   for x in range(2,num):

       if num % x == 0:

           count+=1

   if count==0:

       print(num,"is prime")

   else:

       print(num,"is not prime")

I wrote my code in python 3.8. I hope this helps!

Answer:

Answer:

def main():

num = int(input("Input a number to check for prime: "))

if num > 1:

 for i in range(2,num):

  if (num % i) == 0:

   print("%d is not a prime number" % num)

   break

  else:

   print("%d is a prime number" % num)

   break

else:

 print("%d is not a prime number" % num)

 

if __name__ == "__main__":

main()

Explanation:

Solution retrieved from programiz.com.

Note, this program uses the idea of the Sieve of Eratosthenes to validate the input number by using the modulo operator to determine primeness.

The program will output to the user if the number input is indeed prime or not.

Cheers.

Explanation:

JAVA.
plzzz help

..............​

Answers

Solution file is attached here.

Mario has a friend who uses assistive technology. Complete the paragraph to describe how Mario can make his document useful to his friend. Mario wants to make his document accessible to assistive technology users. He first needs to access the Accessibility Checker. He can do this by clicking the tab. Next, he needs to click the option. Then, he needs to click the icon. When he clicks on the Check Accessibility option, the Accessibility pane will open. He then needs to read the information about errors, warnings, tips, and steps he needs to take to make his document accessible to assistive technology users.

Answers

Answer:

First options for all 3

Explanation:

Answer:

File, Info, Check for issues

Explanation:

edge

Your users are reporting latency in your services. Traditionally with on premise architecture, you would have to page your admin so she could launch another server to balance the load on your servers. How can you automate this with AWS

Answers

Answer:

You have to enable the Amazon CloudWatch alarm that would trigger the scaling policy.

Explanation:

Amazon web service is a cloud-based service company that provides network and database solutions to its customers. Network administrations used these services to enhance productivity and automate their cloud tasks.

The Amazon CloudWatch alarm is a service used by administrators to trigger scaling policies for their deployed applications and tasks.

Major innovation made from establishment of abacus to the development of fifth dev of computer generation

Answers

Explanation:

The establishment of the Abacus brought about one of the first counting device (calculator). This device was a mechanized computer that supported numeric calculations. However, the process was entirely manual and mechanized. This innovation led to;

First-generation  of computers, although not entirely manually operated like Abacus, made use of vacuum tubes, were very big in size and could store only a small amount of information.

Second Generation of computers unlike the first generation that uses vacuum tubes, this one came with new technology; the use of transistors. The computers were smaller in size than vacuum tubes.

Third Generation  computers made use of IC (Integrated circuits) for the first time. Contained higher storage capacity and was more reliable than previous generations.

Fourth Generation computers became known as the personal computer generation. This generation brought the use of personal computers on a personal level as they use microprocessors, was easy to carry about, had larger storage capacity and faster speed of operations.

Fifth-generation of computers is known as the age of artificial intelligence. These computers were programmed with the ability to make decisions just like a human being would.

JAVA

Write a program to display the given pattern:
3
5 6
8 9 10
12 13 14 15​

Answers

Answer:

class Main {  

 public static void main(String args[]) {

   int nr = 1;

   int value = 3;

   while(value < 16) {

      for(int i=0; i<nr; i++) {

          System.out.printf("%d ",value++);

      }

      System.out.println();

      value++;

      nr++;

   }

 }

}

Explanation:

This is one of the many approaches...

Who is responsible for making adjustments to the shots taken in a two-camera situation?
camera person
audio technician
technical director
A/V tech

Answers

Answer:

The correct option is;

Technical director

Explanation:

A scene in a movie is made up of several shots and the idea portrayed by a scene is determined by the technical director or the director of photography who has the responsibility of making the film appear as intended by working with the different film production departments including the editing department at various film editing phases

The list shows the steps in developing a research plan.
Which two steps are out of order?
1. Select the topic.
2. Create a schedule.
3. Set goals.
4. Write down research questions.
5. Identify research method(s).
6. Find and evaluate sources.
O 5 and 6
O4 and 5
O 3 and 4
O 2 and 3

Answers

Answer:

4 and 5 are out of order

Explanation:

Answer:

Do u still need help?

Explanation:

What is the output of this program?
numA = 2
numB = 3
if numA == 2 or numB == 2:
print("yes")
elif numA == 2 and numB == 3:
print("no")
Output:

Answers

Answer:

Output: yes

Explanation:

First if statement is satisfied, since numA==2, so yes is printed.

The elif statement is skipped altogether, since elif statements are only evaluated, when the statement above if false, which it is not.

List two reasons why someone looking at a career in the Energy cluster might want to focus on new technology, such as energy-efficient products or sustainable energy. Give two examples of careers that may work with these new energy technologies.

Answers

Answer:

....

Explanation:

When having the new technology that we have in 2021, it'll be easier to work with since we may know more now, then back then. Career's that may work with new types of energy technologies, are Civil Engineers, Construction, or Building Inspectors.  

Answer:

When having the new technology that we have in 2021, it'll be easier to work with since we may know more now, then back then. Career's that may work with new types of energy technologies, are Civil Engineers, Construction, or Building Inspectors.  

Explanation:

the guy above me right

Including the word OR will make a search less specific.
O False
O True

Answers

Answer:

true, the word or makes it sound like there is a option.

True, it will make the search less specific.

why do you think most programs used icons instead of words ?​

Answers

Answer: Research has shown that icons, when used correctly, can enhance usability, be easily remembered, and improve the design of the webpages or software being used.

Use the drop-down menu to complete the steps for editing a conditional formatting rule.

On the ___ tab, click the ___ group. On the Styles drop-down list, click ______. In the dialog box, select the rule, and click ________. Make the changes to the rule and click ok.

Answers

Answer:

1. Home

2. Conditional formatting.

3. Manage rules.

4. Edit.

Explanation:

A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer systems through the use of Microsoft Excel.

On the Home tab, click the Conditional formatting group. On the Styles drop-down list, click Manage rules. In the dialog box, select the rule, and click Edit. Make the changes to the rule and click OK.

Answer:

Use the drop-down menu to complete the steps for editing a conditional formatting rule.

On the

✔ Home

tab, click the

✔ Styles

group.

On the Styles drop-down list, click

✔ Conditional Formatting

.

In the dialog box, select the rule, and click

✔ Manage Rules

.

Make the changes to the rule, and click OK.

Explanation:

What two choices do you have when you open the Remote tab of the System Settings?

Answers

Answer:

remote assistance and remote desktop

Explanation:

^

When delivering 2021 Rogue, what limitation should you point out when using the available wireless charging pad

Answers

Answer:

Not all mobile devices are capable of utilizing wireless charging

Explanation:

The reason for this is because the wireless charging feature is a relatively new technology, and so most older mobile devices were not build to support this feature.

Hence, this is a limitation in the case where the vehicle owner owns an older mobile device; they would unable to use the available wireless charging pad.

To display the grid limits, you must right-click on the

Answers

Answer:

????????????????????? very confused

Explanation:

Right click on the Grid icon to access the grid settings. In the Drafting Settings dialogue box, untick Display Grid beyond limits to see the boundary of your drawing limits. You can set the limits of the drawing grid by typing limits and following the prompts on the command line.

You need to configure your Android phone so that you can receive your Yahoo email on the device. What information would you need to provide?

Answers

Answer:

To configure an Android phone to receive Yahoo email on the device, you would need to provide the:

full Yahoo email address and password.

Explanation:

The provision of your full Yahoo email address and password enables you to receive your Yahoo emails on the device.  Most often, the device requests to save the information to enable it to notify you of incoming emails.  There are settings for the provision of this notice.  The user can also synchronize Yahoo emails on all the devices by selecting the Sync button.

Persuasion is when Someone speaks to crowd about love
○True
○False​

Answers

false i think is the answer

The symbol located to the left of a code number that identifies a code description that has been revised is _____.

Answers

Answer:

"Triangle" is the right answer.

Explanation:

Positioned or installed to something like the left including its compiler, this same code interpretation has indeed been modified throughout the standard requirements of that same CPT.  It designates a characterization of the compiler as well as the written code which has already been rewritten or changed.  

Therefore this statement is correct.

Ideally, Internet of Things (IoT) devices have the ability to:

A. Increase energy efficiency
B. Decrease energy efficiency
C. Raise utility expenses like heating and cooling
D.Both A and C​

Answers

Answer:

I believe the answer would be D

Ideally, Internet of Things (IoT) devices have the ability to increase and decrease energy efficiency. The correct option is D. Both A and C​.

What is the Internet of Things (IoT)?

The Internet of Things (IoT) is a network of connected computing devices, mechanical and digital machinery, items, animals, or people that can exchange data across a network without the need for human-to-human or human-to-computer interaction.

Things, the Internet, and connectivity are the core three elements of the Internet of Things (IoT). A link that works with the local network, the cloud, and other devices. In order to offer ubiquitous connection, networks are used to connect IoT components.

These networks use a variety of wireless and wire line technologies, standards, and protocols.

Therefore, the correct option is D. Both A and C​.

To learn more about the Internet of Things, visit here:

https://brainly.com/question/29766810

#SPJ2

If I write too much for an exam answer, do I get downgraded?

Answers

Answer:

I don't think so

Explanation:

Other Questions
Give the domain and range of a standard square root function. Find the value of each variable What is the tangent ratio of angle x? Then solve the equation.A copy center charges 40 for the first 3copies and 7 for each additional copy.How many copies can be made for 75? what's hydrotropism? if the radius of a coin is 20cm ,find its surface area. EXTRA POINTSWhich is one way that Taylor connects readers to the past in Roll of Thunder, Hear My Cry? A. She places historical events in a modern setting. B. She reports only true events from the time period. C. She uses dialogue that is true to the time period. D. She places historical events in an imaginary setting. PLZ HELP Which equation could have been used to create this table?y = x + 6y = x + 5y = 6xy = 7xx y1 62 124 245 308 48 X and Y together can do a piece of work in 10 days and X alone can do it in 15 days would Y alone can finish the work ? The amount of medicine, in milliliters, that a veterinarian prescribes is proportional to the weight, in kilograms, of a dog as shown on the graph. What is the unit rate in milliliters per kilogram? PLEASE HELP!!!! I WILL GIVE BRAINLIEST TO THE FIRST ANSWER!!! Find each unknown number. 12 is 150% of what number?5 is 50% of what number?10%of what number is 300?5% of what number is 72?20 is 80% of what number? How did the Aryan way of life change when they arrived in the Indian river valleys?They became farmers and built settlements.The adopted Dravidian customs and language.They fought over land and built a powerful military.They settled along the coasts and became fishermen. Alexandra spends 1/3 of her daysleeping and 3/8 of her day at work. What fraction of Alexandras day is occupied by sleep or work? Which of the following is equal to 7 1/4 Which of the following was made obsolete with the cell phone and wireless technology?Im marking Brainliest land linescorded phonescable companiesphone operators Look at this photograph. These buildings are part ofA. an Aztec cityB. Mesa VerdeC. TikalOD. Machu Picchu If the simple interest on $7,000 for 9 years is 3,780, then what is the interest rate? jiggle jiggle pop sway my hips let it rock (ok) swing left swing right man my weave is tight. hoy-ah hit um with that boom dynamite. Which is the difference of 25 1/8 -12 3/4 HELP! FINALSS! D;Which of the following is NOT a reason pollution from industries that rely on natural resources from the Canadian Shield is a concern? A. because of the potential threat to water supplies B. because of the region has a high population density C. because the region often faces droughts and wildfires D. because of the potential loss of plant and animal life Steam Workshop Downloader