after you run your query, use the slider to view all the data presented. what is the billing city for the customer with id number 50?

Answers

Answer 1

After running your query, to view all the data presented, you need to use the slider. The billing city for the customer with id number 50 is Chicago.

In order to get this answer, we will need to follow these steps:1. Open the database management system.2. Run the query to fetch all the details of the customer.3. Use the slider to view all the data.4. Locate the data for customer id number 50.5. Check the billing city for that customer.6. Note down the billing city.

In conclusion, the billing city for the customer with id number 50 is Chicago. You can find it by running the query, using the slider to view all the data presented, and then checking the details of the customer with the given id number.

To know more about running visit:

https://brainly.com/question/32671047

#SPJ11


Related Questions

In Python: Write a program to input 6 numbers. After each number is input, print the smallest of the numbers entered so far.

Sample Run:
Enter a number: 9
Smallest: 9
Enter a number: 4
Smallest: 4
Enter a number: 10
Smallest: 4
Enter a number: 5
Smallest: 4
Enter a number: 3
Smallest: 3
Enter a number: 6
Smallest: 3

Answers

Answer:

python

Explanation:

list_of_numbers = []
count = 0
while count < 6:
   added_number = int(input("Enter a number: "))
   list_of_numbers.append(added_number)
   list_of_numbers.sort()
   print(f"Smallest: {list_of_numbers[0]}")
   count += 1

Which domain users are automatically granted permissions to perform Group Policy Management tasks?
O domain administrators
O migration table
O Documents folder
O Microsoft Excel

Answers

The domain administrators are automatically granted permissions to perform Group Policy Management tasks in a network.

Domain administrators are the highest-level users in a Windows Active Directory domain.

They have full control and administrative privileges over the entire domain, including the management of Group Policy objects (GPOs). As a result, they are automatically granted permissions to perform all Group Policy Management tasks.

Group Policy Management is a crucial component of Windows Active Directory environments, allowing administrators to configure and enforce policies across multiple computers and users in a centralized manner.

By granting domain administrators the necessary permissions, they have the authority to create, edit, and manage GPOs, define policy settings, and apply them to specific users or computers within the domain.

Having domain administrators as the default users with Group Policy Management permissions ensures that only authorized individuals with administrative responsibilities can control and manage the policies that govern the behavior and configuration of the network environment.

learn more about Windows here:

https://brainly.com/question/33363536

#SPJ11

What term did don norman define as story that puts the operation of the system into context, weaving together all of the essential components, providing a framework, a context, and reasons for understanding?.

Answers

The word "story" was described by Don Norman as a conceptual model. Conceptual models are abstract, psychological representations of ideal task performance.

People use conceptual models subconsciously and intuitively to systematize processes. For instance, it's a common mental model to schedule appointments using calendars and diaries. Developers can create software that is matched to users' conceptual frameworks by understanding how prevalent and useful conceptual models are.

By creating interfaces and applications that reflect conceptual models, designers build on preexisting frameworks and knowledge to make it easier for users to learn how to use the new product.

Learn more about conceptual models https://brainly.com/question/20514959

#SPJ4

Last two question, Let's go

Last two question, Let's go

Answers

For question 9, it's science

for question 10 it's the "world works"

Technological inventions such as railroads, highways, and airplanes have affected where cities developed throughout the world by-.

Answers

Urbanization and the development of cities have influenced where cities have developed around the world. Examples of such technological inventions include railroads, motorways, and airplanes.

What exactly are technical innovations?

Any invention that does not: - Produce a useful, concrete, and tangible result; - Is not attached to a specific machine or apparatus; - Does not transform a specific article into a different state or thing; - Is not tied to a specific machine or apparatus is not considered a "technological invention."

What is an example of technology?

All of these items are examples of technology, whether they are useful (like washing machines, dryers, refrigerators, vehicles, flooring, windows, or door knobs) or amusing (like televisions, Blu-ray players, games consoles, recliners, or toys).

To know more about technological inventions visit:-

https://brainly.com/question/19163272

#SPJ4

Which term describes the gallery that allows you to customize and format text as a graphic?

Pull Quote
Text Box
WordArt
Drop Cap

Answers

Answer:

Word Art

sWord art as the ability to be custom designed and formatted as a graphic

Answer:

Word Art

Explanation:

can you think of an impact that the internet has had that can be looked at as both beneficial and harmful?

Answers

The ease of access to information enabled by the internet can be both beneficial, by democratizing knowledge and education, and harmful, by creating an overwhelming amount of false or misleading information.

What is internet?
The internet is a global network of interconnected computer systems and devices that communicate with each other using standardized communication protocols. It enables people to access and share information and resources, communicate with each other in real-time, and perform a wide range of online activities such as e-commerce, social networking, online learning, and more. The internet is an essential tool for modern communication, commerce, and information-sharing, and has revolutionized the way people live, work, and interact with each other.


One impact of the internet that can be looked at as both beneficial and harmful is the ease of access to information.

On the one hand, the internet has made it much easier for people to access a wealth of information on virtually any topic, from anywhere in the world, at any time. This has led to a democratization of knowledge and education, allowing people to learn and grow in ways that were previously impossible.

On the other hand, the internet has also led to an overwhelming amount of information, some of which is false, misleading, or harmful. This has created a challenge for individuals to navigate through the vast amount of information available online and determine what is accurate and what is not. Moreover, the spread of misinformation and fake news can lead to serious consequences, such as public panic or even endangerment of lives.

To know more about knowledge visit:
https://brainly.com/question/30457568
#SPJ1

Python projectstem 3.6 code practice
Write a program to input 6 numbers. After each number is input, print the smallest of the numbers entered so far.

Sample Run
Enter a number: 9
Smallest: 9
Enter a number: 4
Smallest: 4
Enter a number: 10
Smallest: 4
Enter a number: 5
Smallest: 4
Enter a number: 3
Smallest: 3
Enter a number: 6
Smallest: 3

Answers

Answer:

python

Explanation:

list_of_numbers = []

count = 0

while count < 6:

   added_number = int(input("Enter a number: "))

   list_of_numbers.append(added_number)

   list_of_numbers.sort()

   print(f"Smallest: {list_of_numbers[0]}")

   count += 1

5. Computer files A,B and C occupies 31240 kb,1267000 bytes and 1.317 GB of memory respectively. Calculate in megabytes, the amount of storage space left after moving all the three files into a 2gb capacity storage device.

Answers

The amount of storage space left in megabytes after moving all three files into a 2GB capacity storage device is 697.83 MB.

Given information: Size of file A = 31240 KB Size of file B = 1267000 bytesSize of file C = 1.317 GBIn order to calculate the total size of all three files, we need to convert the units to a common unit such as bytes or kilobytes. Let's convert all units to bytes: Size of file A = 31240 KB = 31240 x 1024 bytes = 320,71680 bytesSize of file B = 1267000 bytesSize of file C = 1.317 GB = 1.317 x 1024 x 1024 x 1024 bytes = 1,413,408,512 bytesTotal size of all three files = 320,71680 bytes + 1267000 bytes + 1,413,408,512 bytes= 1,416,020,192 bytesTo calculate the remaining space left on a 2GB storage device, we need to convert 2GB to bytes:2GB = 2 x 1024 x 1024 x 1024 bytes = 2,147,483,648 bytes

Therefore, the remaining space left after moving all three files into a 2GB capacity storage device is:2,147,483,648 bytes - 1,416,020,192 bytes = 731,463,456 bytesTo convert bytes to megabytes, we divide by 1024 x 1024 bytes per megabyte:731,463,456 bytes / (1024 x 1024 bytes/MB) = 697.83 MB (rounded to two decimal places)Therefore, the amount of storage space left in megabytes after moving all three files into a 2GB capacity storage device is 697.83 MB.

Learn more about kilobytes :

https://brainly.com/question/24397941

#SPJ11

Acredit given to an author for his or her work is called a(n)
citation.
copyright.
evaluation.
permission.
The answers is catation. I think it is right sorry if it is not

Acredit given to an author for his or her work is called a(n)citation.copyright.evaluation.permission.

Answers

Answer:

The answer is Citation because it's the credit given to any author

What might happen to the wire if the uneven load is never balanced

Answers

If an uneven load on a wire is never balanced, it can lead to a variety of potential problems and risks. One of the most common consequences of uneven loading is the buildup of stress and tension in the wire, which can cause it to become overstretched and potentially snap or break.

When a wire is subjected to uneven loading, such as when a heavier weight is placed on one side of the wire than the other, the tension in the wire becomes unbalanced. This can cause the wire to become stretched beyond its normal limits, which can lead to deformation, fatigue, and ultimately failure. If the wire is not balanced, it may also be more susceptible to external factors such as wind, vibration, and temperature changes, which can exacerbate the stress and strain on the wire.

In addition to the risk of wire failure, uneven loading can also lead to other safety hazards. For example, if the wire is used to support a structure or equipment, an imbalance in the load can cause the structure to become unstable or the equipment to malfunction. This can result in property damage, injuries, and even loss of life.

To prevent these types of issues, it is important to ensure that loads are evenly distributed on wires and other support structures. This can be achieved through the use of proper rigging techniques, such as the use of equalizer bars or spreader bars, and by carefully monitoring loads to ensure that they are balanced at all times. By taking these precautions, the risk of wire failure and other safety hazards can be minimized.

To learn more about Wire loading, visit:

https://brainly.com/question/25922783

#SPJ11

What are the steps for making adjustments to a document?
1. Go to the Review tab on the ribbon.
2. In the
group, select
3. To view any edits already made, choose
in the drop-down menu.
4. Review the document and make any revisions as needed.
5. When you are finished, select
to turn off tracking.

Answers

Answer: Tracking, Track changes, All Markup, Track changes.

Explanation: got it right on edge

Which of the following statements is NOT an example of the “digital divide”?
a
People living in poverty-stricken countries are less likely to have access to computers.
b
A higher percentage of college graduates use computers on a daily basis than similar-age non-graduates.
c
Affluent teenagers are less likely to use desktop computers than their parents.
d
Senior adults tend to be less likely to own computing devices than their children.

Answers

C
I think because of the percentage

The statement that is NOT an example of the “digital divide” is: b . A higher percentage of college graduates use computers on a daily basis than similar-age non-graduates.

Digital divide refers to the gap in different demographics that are caused as a result of the invention of technology. The demographics in this instance represent age, sex, race, nationality, etc.

Of all the options provided, that which is not true of the digital divide is B.

It is not true that a higher percentage of college graduates will use computers more than their non-graduate age mates. Both groups make good use of computers.

Learn more about the digital divide here:

https://brainly.com/question/7478471

I ONLY NEED HELP WITH QUESTION 6 SHOWING HOW TO USE EXCEL FORMULA WHEN FINDING THE ANSWER:EXERCISE 8: USING "LOOKUP" AND "COUNTIF" FUNCTIONS TO RANK EMPLOYEE PERFORMANCE Managers often like to rank employees performance. One scheme called "20-70-10," or more disparagingly as "Rank and Yank," categorizes the top 20 percent of employees as "Best," the middle 70 percent of employees "Near Best," and the bottom 10 percent as "Below Best." Go to the "Excel Student Spreadsheets BUS 2000" and click on the tab/worksheet labeled "Lookup". There you will find the performance ratings—on a ten-point scale—for 20 employees. Each employee has 3 performance ratings. • In the 5th Column, or Column E, calculate the average performance rating for each employee to one decimal place. • Then, in the 6th Column, or Column F, use the LOOKUP function below to classify the employees. o =LOOKUP(E2,{0,4,9,10},{"Below Best", "Near Best", "Best"}) The Lookup formula is structured as follows: • E2 is the Cell containing the data for which the calculation should be made. • 0 to 4 is the classification of "Below Best". • 4 to 9 is the classification of "Near Best". • 9 to 10 is the classification of "Best". • The words "Below Best", "Near Best", and "Best" are placed for each of the three classifications according to an employee’s average rating. Using the results, do the following: 1. List the names of the "Best" employees 2. List the names of the "Near Best" employees 3. List the names of the "Below Best" employees Next, redefine the Lookup function to classify employees as "Above Average" and "Below Average" based on whether they scored above or below an average of 5 in their three performance scores. Place the results in the 7th Column, or Column G. Next, we’re going to count how many employees were categorized as either "Above Average" or "Below Average". Place the following results in cells B23 and B24. 4. How many people scored "Above Average?" 5. How many people scored "Below Average?"To answer these questions, use the COUNTIF function. Its form is =COUNTIF(G2:G21, "Above Average"), where G2:G21 is the range of cells. In this example, the function counts the number of employees that were "Above Average" according to the former classification.Lastly, you will notice that more people scored "Above Average" than "Below Average" using 5 as the cut point. Redefine the LOOKUP formula so that a roughly equal number of employees are classified as "Above Average" and as "Below Average." 6. What is the new cutoff point?

Answers

The new cutoff point to classify employees as "Above Average" or "Below Average" is 4. This ensures a roughly equal distribution of employees in both categories, taking into account an average score of 5 as the dividing point.

To determine the new cutoff point in order to classify an equal number of employees as "Above Average" and "Below Average," we need to adjust the ranges in the LOOKUP function. Let's walk through the steps to find the new cutoff point

Step 1: Calculate the average performance rating for each employee in Column E.

Step 2: Use the LOOKUP function in Column F to classify employees as "Below Best," "Near Best," or "Best" based on their average rating. The formula is as follows:

=LOOKUP(E2, {0, 4, 9, 10}, {"Below Best", "Near Best", "Best"}

Step 3: List the names of the employees classified as "Best" in one column, the names of the employees classified as "Near Best" in another column, and the names of the employees classified as "Below Best" in a third column.

Step 4: Redefine the LOOKUP function in Column G to classify employees as "Above Average" or "Below Average" based on whether they scored above or below an average of 5 in their three performance scores. The formula is as follows:

=LOOKUP(E2, {0, 5, 10}, {"Below Average", "Above Average"}

Step 5: Use the COUNTIF function to count the number of employees categorized as "Above Average" and "Below Average." Place the results in cells B23 and B24. The formulas are as follows

B23: =COUNTIF(G2:G21, "Above Average")

B24: =COUNTIF(G2:G21, "Below Average")

Step 6: Compare he counts of employees classified as "Above Average" and "Below Average." If there are more employees classified as "Above Average," we need to adjust the cutoff point to achieve a roughly equal distribution.

To find the new cutoff point, we can adjust the ranges in the LOOKUP function in Column G. We want to divide the range of scores evenly between "Below Average" and "Above Average." Let's say we have N employees in total, and we want to divide them equally.

The new rnges in the LOOKUP function can be calculated as follows:

"Below Average" range: 0 to (5 - 1)

"Above Average" range: (5 - 1) to 1

Here, (5 - 1) represents the new cutoff point. We subtract 1 because we want to exclude the exact average score of 5 from either classification.

Therefore, the new cutoff point is 4.

To know more about EXCEL visit :

https://brainly.com/question/32047461

#SPJ11

look at all the snow is it a fragment or sentence​

Answers

Answer: Sentence

Explanation: Because it has a subject (snow) and a predicate (look)

which of the following is another term for a subfolder​

Answers

Answer:

below

Explanation:

subdirectory

Explanation:

Subdirectory is the another name of sub folderwhich is the small folder of files created withing a main folder.

HELP ASAP!!!!
What is the difference between your active and passive digital footprints?

Answers

A passive digital footprint is data you leave behind without knowing when using the internet. For example, your IP address, approximate location, or browser history. An active digital footprint is created when you deliberately submit information.

Which of these statements is true about text superimposed over a photograph on a
slide?
It should never be done.
It should always be done.
It should have high color contrast.
O It should have low color contrast.

Answers

Answer:

It should have high color contrast.

30 POINTS! PLEASE ANSWER QUICK!!!
When coding in html, do you put \(<\)html\(>\) or \(<\)!DOCTYPE html\(>\) first?
Does it matter?

Answers

Answer:

your doctype comes first.

Explanation:

The first thing you should make sure to have in any HTML document you create is a "document type definition (DTD)" declaration.

it defines what elements and attributes are allowed to be used in a certain flavor of HTML

Which is a linear presentation?
A company includes a presentation with every new bookcase that has step-by-step building instructions that include hyperlinks to skip ahead to a further step.
A teacher allows students to explore a presentation about New York by choosing hyperlinks to attractions in the city that they are interested in seeing.
An insurance salesperson follows a presentation while explaining the different plans he sells.
A real estate agent prepares a slide stack for a couple so that they can click on pictures of condos that are in the school district they like.

Answers

Answer:

In a linear presentation, the screens progress in a sequential order, from one screen to the next. For example, the only way to move from slide 3 to slide 6 is to go through slides 4 and 5. ... Non-Linear presentations are useful in such cases.

Explanation:

Answer:

C.

An insurance salesperson follows a presentation while explaining the different plans he sells.

Explanation:

On edge

Printer resolution is measured by the number of ______ per inch a printer can print.

Answers

Printer resolution is measured by the number of Dots per inch a printer can print.

What is a printer?A printer is a peripheral device used in computing that creates a permanent representation of text or graphics, typically on paper. Bar code printers are an example of a printer's expanded use, even if the majority of output is human-readable. A printer is a device that receives text and graphic output from a computer and transmits the information to paper, typically standard-size, 8.5" by 11" sheets of paper. Printers come in a variety of sizes, speeds, levels of technology, and prices. One of the more prevalent computer peripherals is the printer, which can be divided into 2D and 3D printers. Text and pictures are printed on paper using 2D printers, and real items in three dimensions are created using 3D printers. In English, the term "printer" refers to a device that may print text or graphics. Presenting text or images to flat medium, such as paper in different sizes, is the printers' primary duty.

To learn more about printer refer to:

https://brainly.com/question/27962260

#SPJ4

Pls Help need it before 1pm PLS.
Before taking a photograph, which of the following should you check?

The time of day
The weather report
That the colors in the photograph do not clash
That the lines in the photograph are straight

Answers

Answer:

Explanation:t

the weather

The weather report should you check. Therefore option B is correct.

Before taking a photograph, checking the weather report is important to ensure favorable conditions for capturing the desired shot. Weather can significantly impact the outcome of a photograph.

For instance, bright sunlight might cause harsh shadows or overexposure, while a cloudy day may provide softer, more diffused lighting.

Additionally, weather conditions like rain or strong winds can affect the feasibility and safety of the photo shoot.

By checking the weather report beforehand, photographers can plan accordingly, choose suitable equipment, and make adjustments to achieve the best possible results.

Considering the weather helps to avoid potential issues and enhances the overall quality and success of the photography session.

Therefore option B The weather report is correct.

Know more about The weather report:

https://brainly.com/question/18196253

#SPJ6

Select the correct answer.
Terrence has five columns of numbers in a spreadsheet. He's entered formulas at the end of each column to calculate the average of the
numbers. One of the averages seems implausibly incorrect. Which TWO of the following might be causing this?
The spreadsheet software isn't working correctly.
Terrence made a mistake while entering the formula.
Terrence should have entered the numbers in rows rather than columns.
Terrence entered one or more numbers incorrectly.
A formula can calculate an average only if there's also a formula to calculate the sum.

Answers

Terence made a mistake while entering the formula.

Terence entered one or more numbers incorrectly.

Select the correct answer.
Adrian is organizing a training lecture for his students in various states simultaneously through radio, TV, and the Internet. What is this event
known as?

A. webcast

B. simulcast

C. broadband

D. online lecture

Answers

Answer:

a

Explanation:

a webcast is the answer I think

kayah has created a website that explains what her business does. what type of computer program is needed to access/view kayah's website?​

Answers

Answer:

web browser

Explanation:

A web browser is a program that allows users to view and explore

information on the World Wide Web.

Answer:

Web browser bbg XD

Explanation:

Distinguishing elements of your data visualizations makes the content easier to see. This can help make them more accessible for audience members with visual impairments. What is a method data analysts use to distinguish elements

Answers

It is a method data analysts use to distinguish elements data visualizations may be a powerful manner to talk about complicated statistics units by presenting a visible illustration of statistics via charts.

What is Data visualizations,?

Data visualizations, which include statistical charts, diagrams, and maps, are an powerful manner to represent, analyze, and discover statistics in addition to discovering and talking insights.

The number one techniques for statistical evaluation are qualitative statistics evaluation strategies and quantitative statistics evaluation strategies. These statistics evaluation strategies may be used independently or in aggregate with the alternative to assist enterprise leaders and decision-makers collect enterprise insights from exclusive statistics types.

Read more about the visualizations :

https://brainly.com/question/1822923

#SPJ1

Tom walks into the accounting department and walks into a mess! User A can't access the Internet, User B has forgotten her password, User C's system is overheating to the point of smoking and the administrator is worried there might be a virus on all the systems. Whose system should he address first

Answers

Answer:

User C.

Explanation:

As per the given details, the problem of user C's system must be addressed first due to the seriousness of his case. His computer is excessively overheating up to the smoking point and if his problem is not addressed soon, it will damage the vital parts of the computer or may also explode. The other users having the problem of inability to access the internet or issue of forgotten password can be addressed later as these are minor problems that do not have as such consequences. Thus, user C is the correct answer.

Discuss the Autonomous Robots and Additive Manufacturing contribution to Smart Systems. Why are these two technologies are important for the Smart Systems? Explain the technologies with an example.

Answers

Autonomous robots and additive manufacturing are two crucial technologies that significantly contribute to Smart Systems. Autonomous robots, equipped with sensors, artificial intelligence, and navigation capabilities, can perform tasks with minimal human intervention. They enhance efficiency, safety, and flexibility in various industries. For example, in a smart warehouse, autonomous robots can navigate the facility, locate items, and autonomously pick, pack, and transport them, streamlining the order fulfillment process.

Additive manufacturing, also known as 3D printing, revolutionizes traditional manufacturing methods by constructing objects layer by layer. It enables rapid prototyping, customization, and on-demand production. For instance, in a smart healthcare system, additive manufacturing can be employed to produce personalized medical implants, such as customized prosthetics or dental implants, based on patient-specific requirements, resulting in improved patient outcomes and reduced lead times. Both technologies contribute to the advancement of Smart Systems by optimizing processes, enhancing productivity, and enabling customization in various industries.

What are “hotlines” and why might a teenager need to use one?

Answers

Answer:

A hotline is a point-to-point communications link in which a call is automatically directed to the preselected destination without any additional action by the user when the end instrument goes off-hook. An example would be a phone that automatically connects to emergency services on picking up the receiver

Explanation:

Teens need it so they can meet more people to talk to

Please please help ASAP it’s timed

Please please help ASAP its timed

Answers

Answer:

First Part = def add(numA, numB) : Return numA + numB

Second Part = answer = add(8,2)

Third Part = print (asnwer)

Hope my answer helps :)

Other Questions
Can someone please help me with this i been working so long with this As a single taxpayer, jennifer's amti exemption would be $75,900 if her amti did not exceed $539,900. Because her amti was $639,900, what is her amti exemption?. Some agencies used hidden or disguised print and visual messages that allegedly register in the subconscious and fool people into buying product. These are called: the perimeter of the polygon above 8cm 8cm 8 cm 8 cm all sides brainly 8) Mary Anning made major contributions in the field ofMedicinePaleontologyEntomologyEgyptologyArchaeology An office printer printed an 18-page report in 2 3 of a minute. What is its print speed? Simon Sinek suggests that speaking about "Why" is at the heartof inspiring others.What do you think about this? Have you seen this in actionaround you? Do you find his arguments convincing? Read paper pls cant type it Two nuclei each contain two protons and exert a force 4 N on each other. If we transfer a proton from one of these nuclei to the other, the force on each nucleus is now reduced to 3 N. True or False? Why? According to carl rogers, if your self-concept is reasonably accurate, it is said to? the client diagnosed with a cauti has a blood pressure of 83/56 mm hg and a pulse of 122 bpm. which should the nurse implement first? How do the measures of the angles of polygon ABCD compare with those of the translated images? Based on your observation, what can you conclude about preservation of angle measurements during a translation? Pls help! Solving for dimenions Which is an example of a secondary source? A.photographer of an event. B.government census record. C.analysis of an event by someone who did not participate in the event. D account of an event from the perspective of someone who participated in the event why must fiber materials that are melt spun, and then drawn or elongated (and cooled) be thermoplastic? give two reasons. Spanish please help Circle the sentences that are ReflexiveVlies Simplify.3x+1\sqrt(15x^(4)-7x^(3)-10x^(2)-26x-8)A.5x^3-8B.5x^3-4x^2-3xC.5x^3-4x^2-2x-8D.5x^3-7x^2-10x-34 Part Which of the following statements about the interactions between the circulatory and respiratory systems is/are true? Select all that apply. During exercise, the heart pumps faster and the demand for oxygen decreases. Blood flows from the right side of the heart to the body, then to the left side of the heart and then to to lungs. The ability of oxygen to be carried in the blood is largely mediated by the presence of the protein hemoglobin. The interactions between alveoli and capillaries allow for gas exchange to occur. The reason for the seasonsis that the earth revolvesaround the sun at an anglewhich creates a predictablepattern.G GarciakatielfuA TrueAB False What is the surface area of the right cone below?Radius 8Slanted height 14A. 896 units2B. 1677 units2C. 1767 units2D. 2247 units