Write a program in PYTHON to convert a U.S. Customary System length in miles, yards, feet, and inches to Metric system length in kilometers, meters, and centimeters.
After the numbers of miles, yards, feet, and inches are entered, the length should be converted entirely to inches and then divided by 39.37 to obtain the value in meters. The int function should be used to break the total number of meters into a whole number of kilometers and meters. The number of centimeters should be displayed to one decimal place. The needed formulas are as follows:
total inches = 63, 360 ∗ miles + 36 ∗ yards + 12 ∗ feet + inches
total meters = total inches/39.37
kilometers = int(meters/1000)

Answers

Answer 1

Here's the code for the Python Program:

```python
# Get input values
miles = float(input("Enter miles: "))
yards = float(input("Enter yards: "))
feet = float(input("Enter feet: "))
inches = float(input("Enter inches: "))

# Calculate total inches
total_inches = 63360 * miles + 36 * yards + 12 * feet + inches

# Convert total inches to total meters
total_meters = total_inches / 39.37

# Extract kilometers, meters, and centimeters
kilometers = int(total_meters / 1000)
meters = int(total_meters % 1000)
centimeters = (total_meters % 1) * 100

# Display the converted length
print("Length in Metric system: {} kilometers, {} meters, and {:.1f} centimeters".format(kilometers, meters, centimeters))
```

This program takes the input values, performs the necessary calculations, and displays the converted length in the Metric system.To write this program in Python to convert a U.S. Customary System length in miles, yards, feet, and inches to Metric system length in kilometers, meters, and centimeters, you can follow these steps: Get input values for miles, yards, feet, and inches, Calculate total inches using the provided formula, Convert total inches to total meters, Extract kilometers, meters, and centimeters using the int function and appropriate calculations, Display the converted length in kilometers, meters, and centimeters.

To Learn More On Python Program's: https://brainly.com/question/26497128

#SPJ11


Related Questions

when you are trying to identify in the ipde process, you will use a visual search pattern to identify what?

Answers

When you are trying to identify in the IPDE process, it means you are trying to find an important information. In order to find it with IPDE, you have to know what do you to look, how do you do that, where is the location and when to look.

What is IPDE process?

IPDE stand for identify, predic decide and execute process. As a mention, there 4 step in IPDE, there are:

Identify is a process where you locate the potential hazard in the driving scene.Predict is a process when you decide where the problem may occur.Decide is a process to take the action.Execute is a process where you try the decide result by operating the car to check problem already solved or not.

Learn more about IPDE process at https://brainly.com/question/2624496

#SPJ4

can someone please give me some ideas of hooks about negative affects about social media?​

Answers

I'm sure you have heard of social media, But have you heard it start's to get out of hands because kids get addicted?

1)Causes kids to be addicted

Answer well to be honest it just gives people something to do but if your on it to long you start to get addicted to that. and my parents try to get them off of it and people could post something that you don't want to. i may be 17 but i still choose not to have social media


Keegan has a hard drive that he wants to connect externally to his laptop. Which two ports can he connect the external hard drive to?
O Graphics Port
DisplayPort
0 0 0 0 0
USB-C
Thunderbolt
HDMI
Reset
Next

Answers

Answer:

,홀로 ㅛㅍㅍ 내 ㅍ. 냐 ㅑㅇㄹ ㅑ 덮고 ㅇ ㅗㅗ묙 ㅗㄴ ㄴ

Explanation:

소 묘 뉴 ㅕㅁ ㅣ 홈 ㅛ ㅑㅍㄴ. ㅕ 이 ㅕㅁ ㅛ ㅁ 포 ㅛ ㄴ ㅕ 여 あか

An operating system is an interface between human operators and application software

Answers

It is true that an operating system is an interface between human operators and application software.

What is a software?

Software is a collection of instructions, data, or computer programmes that are used to run machines and carry out particular activities.

Hardware, on the other hand, refers to a computer's external components. Applications, scripts, and programmes that operate on a device are collectively referred to as "software."

An operating system is a piece of software that serves as a conduit between the user and the hardware of a computer and manages the execution of all different kinds of programmes.

An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs.

Thus, the given statement is true.

For more details regarding software, visit:

https://brainly.com/question/985406

#SPJ9

A ______ is a block of code that can be run by calling it by name

Answers

Answer:

Function

Explanation:

A function is a name or command that is used in code to run or complete a task.

A function is a block of code that can be run by calling it by name.

Why functions are essential in coding?

Functions are essential in coding because they enable the user to decompose a problem or concern into smaller fragments. Each of these fragments is able to perform a particular task. They authorize an identical fragment of code to run multiple times.

According to the context of this question, functions are considered one of the most essential parts of programming languages. They are significantly reusable fragments of code that can be organized in order to perform a single task which eases the work of a programmer.

Each and every function has a function name. The function is significantly utilized within the program in order to facilitate a particular task.

Therefore, a function is a block of code that can be run by calling it by name.

To learn more about Functions in programming, refer to the link:

https://brainly.com/question/20476366

#SPJ2

Why might you use the More button in the Find and Replace dialog box?

Answers

Answer:

Use the More button to display more options to help narrow the search criteria.

Explanation:

I think hope this helps you!!

You’ve been stuck in bumper-to-bumper traffic for nearly an hour on a hot summer day. The temperature warning light has just come on. How will you handle this situation? What safety precautions will you take?

Answers

Answer:

In a bumper-to-bumper traffic, when the engine starts overheating the situation can be handled by tapping the accelator which will revive the engine.

Explanation:

Overheating of engine can be due to many reasons. But one should know what to do when an engine overheats in a traffic. Bumper-to-bumper traffic is when the cars are so close in traffic that they touch each other. This usually happens when there's a traffic for a long time or on very busy lane. During summer times, it is important to keep checking the engine temperature to avoid any problem.

When one is stuck in bumper-to-bumper traffic with overheating engine, then there are some meausres that one can take. They are:

To put the car on park or neutral mode of driving and tap the accelator which will revive the engine. The heat can be disperse by rolling down the window and turn the heater up. It will disperse the heat.

why are the ads you might see on tv between 8am and 10am usually not the same ads you would see between 8pm and 10pm?

Answers

Answer:

THEY rotate.

Explanation:

Jamal made a database to keep track of his basketball cards. He wants to create a list that displays only the players on a specific team. Which of the following could he use to create the list?


A. Query Wizard

B. Report Wizard

C. Chart Wizard

D. Sort Wizard

Answers

Query Wizard is used to create the list. He wants to create a list that displays only the players on a specific team. Thus, option A is correct.

What happens MS-Access database?

In the MS-Access database when a user wants to create the report of query then he needs to take the features of the report wizard and for this, he needs .

Select the query for which a report needs to generate. Press the create tab.Then press the report group. Then press the report wizard.He wants to create a list that displays only the players on a specific team.

Therefore, Query Wizard is used to create the list. He wants to create a list that displays only the players on a specific team. Thus, option A is correct.

Learn more about  specific team on:

https://brainly.com/question/29554028

#SPJ1

Write a half page summary on how to clean a Gaming PC properly.

Answers

Answer:

As a responsible PC gaming enthusiast, you simply cannot wait for spring to do a little routine cleaning on your PC. Regardless of whether you casually play or professionally game, all gaming computers are susceptible to dirt, dust, and other contaminants that can severely impact performance. Dust buildup can cause PC components to retain heat, making it difficult for internal fans to keep the system cool. As a result, the system can become less efficient and unusually slow. However, there are steps you can take to keep your gaming computer in great condition. In this article, we explain how to clean the inside of your gaming computer, so you can keep on fighting the good fight in digital worlds.Assemble the Right ToolsGaming desktops are very complex pieces of technology. Be smart by assembling the necessary tools and supplies before you begin the deep-clean process. Most of the products you need might already be sitting around the house, including compressed air cans, rubbing alcohol, white vinegar, distilled water, microfiber cloths, ear swabs, and tape.How to Clean a Gaming PCFollow these 10 steps to get back on good terms with your gaming rig.1. Disconnect the power cable, USB peripherals, as well as any audio equipment attached to your computer and safely discharge the remaining power.2. Take the computer case outside, so the dust doesn’t settle in the same room that your gaming setup is located.3. Wipe the exterior and interior of the computer case.4. Detach the dust filters and wipe away any accumulated dust. We recommend using compressed air for full coverage. If you have foam filters, gently rinse with water and leave them to dry.5. Wipe down the inside of the case by hand after disconnecting the graphics cards and RAM modules.6. If possible, remove the heatsink entirely to scrub away any gunk or debris.7. Clean off any dust hidden between the cracks of the graphics cards, so you can easily clean the motherboard.8. Remove any big clumps of dust by using a cloth dampened with rubbing alcohol.9. Use the compressed air can to clean nooks, crannies, and the motherboard. For stubborn dust spots, just dampen an ear swab with rubbing alcohol or use a gentle toothbrush to clean.10. Once the case interior is completely clean and free of dust, you can put each component back where it belongs.Routine cleaning and maintenance are important to the health of your gaming PC. We recommend using compressed air every three to six months to prevent dust buildup from impacting your PC components. You should also make an effort to clean your mouse, headphones, keyboard, and monitor to keep your gaming setup looking like new.

Explanation:

Assignment 6C : Overloaded Sorting. In class, we have primarily used integer arrays as

examples when demonstrating how to sort values. However, we can sort arrays made

of other primitive datatypes as well.

In this assignment, you will create three arrays of size 8; one array will be an integer

array, one will be a char array, and one will be a float array. You will then ask the user

to state what kind of data they want to sort – integers, chars, or floats.

The user will then input 8 values. You will store them in the appropriate array based on

what datatype they initially stated they would use.

You will create a function called sortArray() that takes in an integer array as a

parameter, and two overloaded versions of the same function that take in a char array

and float array as parameters respectively. You will use these functions to sort the

appropriate array and display the sorted values to the user.

Note: You must make overloaded functions for this assignment – they must all be called

sortArray(). You can not create unique, non-overloaded functions like sortArrayChars().

Sample Output #1:

[Overloaded Sort]

What data type do you want to enter? float

Value 1: 3. 4

Value 2: -1. 0

Value 3: 2. 0

Value 4: 10. 3

Value 5: 90. 2

Value 6: 8. 4

Value 7: 8. 6

Value 8: -2. 3

Calling sortArray().

The sorted values are:

-2. 3, -1. 0, 2. 0, 3. 4, 8. 4, 8. 6, 10. 3, 90. 2,

Sample Output #1:

[Overloaded Sort]

What data type do you want to enter? char

Value 1: a

Value 2: c

Value 3: f

Value 4: b

Value 5: e

Value 6: z

Value 7: x

Value 8: y

Calling sortArray().

The sorted values are:

a, b, c, e, f, x, y, z


- Can someone please help me of what the code will look like in Java Programming and the answer to this please?

Answers

To solve this assignment in Java, you need to create three arrays of size 8: one for integers, one for characters, and one for floats.

Here's an example code snippet in Java to implement the given assignment:

import java.util.Arrays;

import java.util.Scanner;

public class OverloadedSorting {

   public static void main(String[] args) {

       Scanner scanner = new Scanner(System.in);

       System.out.print("[Overloaded Sort]\nWhat data type do you want to enter? ");

       String dataType = scanner.nextLine();

       if (dataType.equalsIgnoreCase("integer")) {

           int[] intArray = new int[8];

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

               System.out.print("Value " + (i + 1) + ": ");

               intArray[i] = scanner.nextInt();

           }

           sortArray(intArray);

       } else if (dataType.equalsIgnoreCase("char")) {

           char[] charArray = new char[8];

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

               System.out.print("Value " + (i + 1) + ": ");

               charArray[i] = scanner.next().charAt(0);

           }

           sortArray(charArray);

       } else if (dataType.equalsIgnoreCase("float")) {

           float[] floatArray = new float[8];

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

               System.out.print("Value " + (i + 1) + ": ");

               floatArray[i] = scanner.nextFloat();

           }

           sortArray(floatArray);

       }

       scanner.close();

   }

   public static void sortArray(int[] array) {

       Arrays.sort(array);

       System.out.print("Calling sortArray(). The sorted values are: ");

       for (int value : array) {

           System.out.print(value + ", ");

       }

   }

   public static void sortArray(char[] array) {

       Arrays.sort(array);

       System.out.print("Calling sortArray(). The sorted values are: ");

       for (char value : array) {

           System.out.print(value + ", ");

       }

   }

   public static void sortArray(float[] array) {

       Arrays.sort(array);

       System.out.print("Calling sortArray(). The sorted values are: ");

       for (float value : array) {

           System.out.print(value + ", ");

       }

   }

}

In this code, the user is prompted to enter the desired data type. Based on the input, the corresponding array is created, and the user enters the values. The sortArray() function is overloaded to handle sorting and printing of different array types. The sorted values are displayed to the user based on the chosen data type.

Learn more about data here: brainly.com/question/29117029

#SPJ11

_____ is software that is distributed, typically for free, with the source code available so that it can be studied, changed, or improved by its users.

Answers

open-source software is software that is distributed, typically for free, with the source code available so that it can be studied, changed, or improved by its users.

What is a software?

A computer's running applications, scripting languages, and algorithms are collectively referred to it as "software" in this context. It is the antithesis of technology, usually refers to a device's external components.

Open source software can we define does the core code or a source which is available for the people and his accessible to them. They can easily contribute to that by seeing it, modifying it or doing some kind of changes that if field is appropriate.

It is basically designed or produced by the community or a group of people. This gives some great variable to the viewer and the user.

Learn more about software, here:

https://brainly.com/question/985406

#SPJ1

You are designing an exciting new adventure game and you want to attempt to explain where items that are carried by the player are being kept. What inventory system should you use to this? O visual grid approach hyperspace arsenal weighted inventory pseudo-realistic​

Answers

Answer:

hYou are designing an exciting new adventure game and you want to attempt to explain where items that are carried by the player are being kept. What inventory system should you use to this? O visual grid approach hyperspace arsenal weighted inventory pseudo-realistic​

Explanation:

what's 3+3 and stop deleting my question i just wasted 41 points

Answers

Answer:

I am pretty confident that the answer is 6

Explanation:

3+3=6

Tin học đã làm thay đổi công tác văn phòng ngày nay như thế nào?

Answers

Công nghệ đã thay đổi cách mọi người sử dụng để giao tiếp ở nơi làm việc hiện đại

Why is it important for an app developer to work closely with the client and end users to understand what their users want and need?

Answers

if the app developer doesn't meet the clients needs within the app the client may be dissatisfied, and not use the app. The client could also spread the word that this app developer dosen't listen to their customers and this could jeopardize future clients wanting to work with the app developer.

Describing How to Insert a Picture in a Document
What are the correct steps for inserting a picture into a Word 2016 document?
Click Insert.
Click Pictures.
Select a picture file.
Click the Insert tab.
Place the cursor at the
insert point.
Helllpppp

Answers

Answer:

Explanation:

Right answer

Describing How to Insert a Picture in a DocumentWhat are the correct steps for inserting a picture into

Based on what you know about the Sort and Find functions, return to the database file to determine the answers to these questions.

How many people in the database have a birthday on 3/3/92?

0

1

2

3

Answers

ZERO

Explanation:

EDG 2021

First question is 0

second is 2

at netflix, the majority of the dvd titles shipped are from back-catalog titles, not new releases.
T/F

Answers

Answer:

It is truth

Explanation:

ITS TRUTH

Describe a situation where it would be advantageous to use the copper tape or aluminum foil instead of the A and B push buttons on the micro:bit.

Answers

Answer:

Say you already have the A and B buttons hooked up. You can still use the tape or foil to hook more things up to the micro:bit.

Explanation:

Select all the mistakes in the following: There may be more than one.

if (count = 10):
print ("Hello")
elseif (count > 100):
print ("Good-bye")
else
print("WAIT!")


If anyone knows the answer that would be greatly appreciated. Thanks

Answers

The if statement should have two equal signs, the elseif should be elif, and the else statement should have a colon at the end of it.  There might be more errors in the indentation but I cant know unless I see a picture of the problem. The print statement should be indented into the if, elif, and else statements.

3. How are you able to create photographs differently than 100 years ago?

Answers

Answer:

it willbe black and white

Explanation:

Answer:

Yes, of course!

Explanation:

Digital Cameras can create photographs very different than 100 years ago, which means the answer is yes.

3. One advantage of online classrooms over physical classrooms is that:
A-You can usually take the classes on your own time.
B-It is easier to access class materials.
C-You can communicate with your teacher more effectively.

D-The quality of the teaching is usually better.


Answers

Answer:

c

Explanation:

You can communicate your teachers

module 1 section 1 - deploying windows server this lab contains the following exercises and activities: exercise 1.1 configuring ipv4 settings exercise 1.2 configuring ipv6 settings exercise 1.3 configuring 6to4 lab challenge configuring isatap clean up resetting the server

Answers

Module 1 Section 1 - Deploying Windows Server lab consists of several exercises and activities related to configuring IPv4 and IPv6 settings. It includes Exercise 1.1 for configuring IPv4 settings, Exercise 1.2 for configuring IPv6 settings, Exercise 1.3 for configuring 6to4, and a lab challenge for configuring ISATAP. The lab challenge also involves a clean-up task and resetting the server.

The lab focuses on deploying Windows Server and specifically covers the configuration of IPv4 and IPv6 settings. Exercise 1.1 guides participants on configuring IPv4 settings, Exercise 1.2 focuses on configuring IPv6 settings, and Exercise 1.3 provides instructions for configuring 6to4. Additionally, the lab includes a challenge related to configuring ISATAP, which is an IPv6 transition mechanism. The challenge may involve tasks such as troubleshooting, configuring ISATAP tunnels, or ensuring proper connectivity.

Finally, the lab concludes with a clean-up task and resetting the server to its initial state, ensuring readiness for subsequent labs or exercises.

Learn more about Deploying Windows Server here: brainly.com/question/14718848

#SPJ11

To install a new program from rpm software repositories on the internet. You can use the yum update programname command. true or false

Answers

Answer: False

Explanation: False

For the configuration of Investigation 2, what is the change in potential energy from the moment of release to the moment of collision with the bumper? (Hint: look at the change in x in the data list. Remember that only the weight is changing potential energy.) Considering the kinetic energy of the system just before it crashes into the bumper, what is the change in total energy of the system? Is the change in energy positive or negative? Explain whether your result makes sense.
My data list is as follows to point of collision:
Time(sec) Position(m) also x Velocity Velocity^Squared error in v squared avg position
1.7 1.234 -0.84 0.7056 0.02375879 1.213
1.75 1.192 -0.8 0.64 0.02262742 1.172
1.8 1.152 -0.76 0.5776 0.02149605 1.133
1.85 1.114 -0.7 0.49 0.01979899 1.0965
1.9 1.079 -0.68 0.4624 0.0192333 1.062
1.95 1.045 -0.64 0.4096 0.01810193 1.029
2 1.013 -0.58 0.3364 0.01640488 0.9985
2.05 0.984 -0.56 0.3136 0.01583919 0.97
2.1 0.956 -0.52 0.2704 0.01470782 0.943
2.15 0.93 -0.46 0.2116 0.01301076 0.9185
2.2 0.907 -0.44 0.1936 0.01244508 0.896
2.25 0.885 -0.36 0.1296 0.01018234 0.876
2.3 0.867 -0.36 0.1296 0.01018234 0.858
2.35 0.849 -0.3 0.09 0.00848528 0.8415
2.4 0.834 -0.26 0.0676 0.00735391 0.8275
2.45 0.821 -0.22 0.0484 0.00622254 0.8155
2.5 0.81 -0.18 0.0324 0.00509117 0.8055
2.55 0.801 -0.14 0.0196 0.0039598 0.7975
2.6 0.794 -0.1 0.01 0.00282843 0.7915
2.65 0.789 -0.08 0.0064 0.00226274 0.787
2.7 0.785 -0.02 0.0004 0.00056569 0.7845
2.75 0.784 0.04 0.0016 0.00113137 0.785

Answers

To calculate the change in potential energy, we need to know the weight of the system. Let's assume the weight is 1 kg. From the data, we can see that the system is released at x = -0.84m and collides with the bumper at x = 0. The change in x is 0.84m. Therefore, the change in potential energy is mgh = 1 x 9.8 x 0.84 = 8.232 J.


To calculate the change in total energy, we need to consider the kinetic energy just before collision. From the data, we can see that the velocity just before collision is 0.0016 m/s^2, which gives a kinetic energy of 0.5 x 1 x 0.0016^2 = 0.00000128 J. The total energy just before collision is the sum of potential and kinetic energy, which is 8.232 + 0.00000128 = 8.23200128 J.
The change in energy is the difference between the total energy just before collision and the potential energy at the point of release, which is 8.23200128 - 0 = 8.23200128 J. This change in energy is positive, which means that the system gained energy as it moved from the point of release to the point of collision with the bumper.
This result makes sense because the system is being pulled by gravity as it moves from the point of release to the point of collision. This means that the potential energy is decreasing, but the kinetic energy is increasing due to the acceleration of gravity. Therefore, the total energy of the system is increasing as it moves towards the bumper. The positive change in energy confirms this trend.

learn more about potential energy here:

https://brainly.com/question/24284560

#SPJ11

The only arithmetic operators that can be used in SELECT statements are + for addition and - for subtraction.

Answers

This statement is not entirely correct.

We know that,

While the addition and subtraction operators (+ and -) are the only arithmetic operators typically used in SELECT statements to perform basic arithmetic operations in SQL, there are other arithmetic functions that can be used as well.

For example, the SQL language provides other arithmetic functions such as:

* for multiplication

/ for division

% for modulo or remainder

ABS() for absolute value

CEILING() and FLOOR() for rounding up or down

POWER() for exponentiation

SQRT() for square root

Hence, These functions can be used to perform more complex arithmetic operations within SELECT statements.

Therefore, while + and - are the most commonly used arithmetic operators in SELECT statements, other arithmetic functions and operators are available in SQL.

Learn more about the Arithmetic sequence visit:

https://brainly.com/question/6561461

#SPJ4

RIGHT ANSWER GETS BRAINLEST

Complete the code.

You are writing a loop to allow the user to enter data until they enter a "Q". You want to allow them to enter an upper- or lowercase "Q".

if yourTeam.
() == "q":
break


The options they give are:
Upper
Compare
lower

Answers

Answer:

sir i beleive lower is your answer, i know it isnt upper.

Explanation:

:D

Answer:

lower

Explanation:

i just did the quiz and got it right :)

Which tool can you use in spreadsheet software to display only specific data values?

Answers

Answer:

printer

Explanation:

printer printer is the collection of spell paper which can make it being out the exactly things that you are typing on the computer

you want to configure static nat so that packets from host 192.168.2.100 will always be assigned the registered ip address 24.1.2.11 as shown. match the missing lines with the required commands.

Answers

the missing lines with the required commands is ip nat inside source static 192.168.2.100 24.1.2.11.

What is IP address?

Any device on a network can be identified by its IP address, which stands for Internet Protocol. IP addresses are used by computers to connect with one another on different networks and the internet.

Private IP internetworks that employ unregistered IP addresses can connect to the Internet thanks to NAT. NAT runs on a device and typically joins two networks. The private (internal network addresses that are not globally unique) addresses are converted into lawful addresses by NAT before packets are sent into another network. NAT can be set up to only advertise one address to the outside world for the entire network. By effectively concealing the entire internal network behind that one address, this capability increases security.

A NAT-configured device has a minimum of two network interfaces: one to the internal network and one to the external network. NAT is typically set up between a stub domain and the backbone at the exit device. NAT converts the locally significant source address into a globally unique address when a packet leaves the domain.

NAT converts a packet's globally unique destination address into a local address as soon as it enters the domain. The translation table for each NAT must be the same if there are several exit points. If NAT is unable to assign an address because there are no more addresses available, it drops the message. Afterward, NAT transmits to the destination an Internet Control Message Protocol (ICMP) host unreachable packet.

Learn more about IP address click here:

https://brainly.com/question/27961221

#SPJ4

Other Questions
selections are: Operating, Investing, or FinancingClassify the following items as operating, investing, or financing activities. A. Cash payments to employees B. Sale of building at book value C. Purchase of treasury stock D. Cash payments to supplie Given the definitions of f (x) and g(x) below, find the value of (g f)(9).f(x) = -x +11g(x) = 3x^2 x+ 14 What is the first step in a segmentation targeting and positioning process? Sweet Stuff Sugar Source ships product all over the world. Since the product it ships has a low value-to-weight ratio, transportation costs are You have given an equal sided triangle with side length a. A straight line connects the center of the bottom side to the border of the triangle with an angle of . Derive an expression for the enclosed area A() with respect to the angle (see drawing). Which of the following statements best describes recurrent acute pain?A) The pain is constant and varies in severity, typically persists for 6 months or longer, and is relatively unresponsive to treatment. B) The pain typically goes on for 6 months or less and disappears when the tissue damage is repaired. C) It involves constant pain that increases in severity over time, due to a malignant condition, and typically lasts longer than 6 months. D) It involves intermittent episodes of pain that are acute in character but chronic inasmuch as the condition repeats for more than 6 months. problem 24.52 what is the electric field strength at a point inside the insulation that is 1.0 mm from the axis of the wire? PLEASE HELP MY OUT Solve: -2X + 5 +4X + 9 = 3 (6 + 4X) -12XShow your work Using the two cell reduction potentials shown for their corresponding reaction, calculate the cell potential for a voltaic cell made from these two systems.Question 17 options:A) 1.68 VB) 0.78 VC) 0.78 VD) 1.68 V rivalry among competing sellers decreases question 1 options: a) when buyer demand is growing rapidly. b) as it becomes less costly for buyers to switch brands. c) as the products of rival sellers become commoditized. d) when there is excess production relative to demand. e) as the number of competitors increases. You own a wholesale plumbing supply store. The store currently generates revenues of $1.03 million per year. Next year, revenues will either decrease by 10.4% or increase by 5.1%, with equal probability, and then stay at that level as Iong as you operate the store. You own the store outright. Other costs run $890,000 per year. There are no costs to shutting down; in that case you can always sell the store for $440,000. What is the business worth today if the cost of capital is fixed at 10.3\%? (Hint: Make sure to round all intermediate calculations to at least four decimal places.) What is the business worth today if the cost of capital is fixed at 10.3%? Today the business is worth $ (Round to the nearest dollar.) Complete the sentence. Ils sont _______ caf. (le caf) A) au B) la C) l' D) aux Investigator Sheer is testifying about DNA evidence she found at the crime scene that matches the suspect on trial. The prosecutor asks Investigator Sheer to explain her conclusion that the DNA samples matched.What would be a good explanation for her to give to the jury? That at least 10 different points on the two samples matched That the DNA profile matches someone with the suspect's hair color and skin tone That she found one point that matched on the two DNA samples That the DNA samples showed no clear points in common Please help me with 4 questions I'll give you 40 points 1. What's the relationship between the words civil and civilization? How are they similar? How arethey different?I2. According to the text, what is the most important factor of a civilization?3. Do you think it is important to be civil in a civilization? Explain.4. What are some of the ways we signal our feelings towards other people? is 6.7234724 rational or irrational. Example sentence of herbicide A triangle has sides with lengths of 10 yards, 12 yards, and 14 yards. Is it a right triangle?yes or no? The ratio of boys to girls at a movie is 4:7 . If there are 21 girls, how many boys are at the movie? The area of the shape is 54 cm2.Find the value of r. Carlos bought a new car that costs $27,250. The value of a car decreases continuously by 13% each year that it is owned. a. Write a function that describes the value of a car t years after it is purchased. b. What will the value of the car be after 5 years to the nearest dollar?