Does anyone know how to use a while loop to print the numbers 84, 81, 78, 75, 72, 69, 66, 63, 60, 57, 54, 51, 48, 45, 42, 39, 36, 33, 30, 27, and 24 in order on the same line with a space in between each number on edhesive?

If so this would help me out a lot

Answers

Answer 1

In python:

i = 84

while i >= 24:

   print (i, end=" ")

   i -= 3

I hope this helps!


Related Questions

the main function contains a program's ________ logic which is the overall logic of the program.

Answers

The main function contains a program's control logic, which represents the overall logic of the program.

The main function serves as the entry point of a program, where the execution of the program begins. It typically contains a series of instructions that control the flow of the program, directing it to perform specific actions and follow certain paths based on conditions and user input.

The control logic within the main function includes statements such as conditional statements (if-else, switch), loops (for, while), and function calls. These constructs help determine the sequence of operations and the decision-making process within the program.

By organizing and controlling the flow of execution, the control logic in the main function allows the program to carry out its intended tasks and achieve its desired outcomes.

To know more about control logic

brainly.com/question/32508810

#SPJ11

There are many options for using Python in the cloud. What should you check if you experience errors with standard syntax? Select an answer: the compression method the version of the Python kernel being used the fonts and color schemes for the editor the version of the exercise files

Answers

If you encounter errors with standard syntax while using Python in the cloud, it is recommended to check the version of the Python kernel being used as it could be incompatible with the version of the programming language you're using.

If you experience errors with standard syntax while using Python in the cloud, you should check the version of the Python kernel being used.

Python is a popular high-level programming language for general-purpose programming. It's utilized in web development, data analysis, artificial intelligence, scientific computing, and other fields. Python is open-source software, which means it's free to use and distribute.

Cloud computing is a model for delivering services on-demand over the internet, like servers, storage, databases, networking, software, analytics, and intelligence, rather than using your local server or computer. The pay-as-you-go service is accessible from any location with an internet connection.

There are various options for using Python in the cloud. Let's have a look at some of the most common ones:

Web Services: It's a collection of remote computing services provided. It provides cloud computing services that can help you get your project up and running quickly.Azure: It's a cloud computing service created by that is frequently used for building, testing, deploying, and managing applications and services through a network of managed data centers.Cloud Platform: It's a collection of cloud computing services provided. It provides cloud computing services that can help you get your project up and running quickly.OpenShift: OpenShift is a container application platform for deploying and managing cloud-native applications that allows you to deploy and scale your Python applications in the cloud.

If you experience errors with standard syntax while using Python in the cloud, you should check the version of the Python kernel being used. This may occur if the kernel version used is incompatible with the version of the programming language you're using.

Learn more about standard syntax: brainly.com/question/20935990

#SPJ11


Protecting privacy online is a principle of netiquette. Which of the following can expose private
information online? (select all that apply)
accessing someone's account without their permission
quoting an e-mail with private information in it
sending private information to someone over e-mail
DONE

Answers

All of the above, A, B, AND C

Answer: It's all 3

Explanation: it's correct

In the 1960s Bill Evans succeeded ______ as the major keyboard influence. A.Bud Powell. B.Keith Jarrett. C.Benny Green. D.Brad Mehldau

Answers

In the 1960s, Bill Evans succeeded Bud Powell as the major keyboard influence. Option A is correct.

What is the significance of Bud Powell?

Bud was a jazz pianist and composer from the United States. Powell was a key player in the creation of modern jazz, alongside Kenny Clarke, Charlie Parker, Thelonious Monk, and Dizzy Gillespie.

He was an American jazz pianist who rose to prominence in the mid-1940s as one of the first pianists to perform lines written by bebop horn players. Bill Evans supplanted Bud Powell as the dominant keyboard influence in the 1960s.

Therefore, option A is correct.

Learn more about the Bud Powell, refer to:

https://brainly.com/question/6773773

#SPJ1

A large, planned update that addresses multiple problems, or adds multiple features to software is a ________.

Answers

Answer: Service Pack

Explanation:

how do you select non-consecutive text in a document?

Answers

In most documents, you can select non-consecutive text by holding down the "Command" key while clicking on the text you wish to select.

To select non-consecutive text in a document, you can typically use a combination of key presses or mouse clicks while holding down a modifier key such as "Ctrl" or "Cmd". The exact steps vary depending on the platform and application you're using, but in general:

• Windows: Hold down the "Ctrl" key and click on each piece of text you want to select.

• Mac: Hold down the "Cmd" key and click on each piece of text you want to select.

In a web browser: Hold down the "Ctrl" key (Windows) or "Cmd" key (Mac) and click on each piece of text you want to select.

• In a text editor: Hold down the "Ctrl" key (Windows) or "Cmd" key (Mac) and click on each piece of text you want to select.

• In a PDF viewer: Hold down the "Ctrl" key (Windows) or "Cmd" key (Mac) and click on each piece of text you want to select.

Note: Some applications may have different shortcuts to select non-consecutive text, so be sure to consult the application's documentation or help resources if you're not sure how to do this.

Learn more about non-consecutive here:    https://brainly.com/question/980950  

 #SPJ4

help pleaseee!!!!!!! will give brainliest !!!!!
How do you increase the number of CPUs in a virtual machine in order to optimize it?

Answers

Answer:

Not sure if this will help

Explanation:

increase the number of motherboards, and install compatible CPUs on each motherboard

Explain how Steve Jobs created and introduced the iPhone and iPad.

Answers

Answer:Today, we're introducing three revolutionary products. The first one is a widescreen iPod with touch controls. The second is a revolutionary mobile phone. And the third is a breakthrough Internet communications device. So, three things: a widescreen iPod with touch controls, a revolutionary mobile phone, and a breakthrough Internet communications device. An iPod, a phone, and an Internet communicator. An iPod, a phone...are you getting it? These are not three separate devices. This is one device. And we are calling it iPhone. Today, Apple is going to reinvent the phone.

Late last year, former Apple engineer Andy Grignon, who was in charge of the radios on the original iPhone, gave behind-the-scenes look at how Apple patched together demos for the introduction, with Steve Jobs showing off developmental devices full of buggy software and hardware issues. The iPhone team knew that everything had to go just right for the live iPhone demos to succeed, and they did, turning the smartphone industry on its head even as Apple continue to scramble to finish work on the iPhone.

Apple had actually been interested first in developing a tablet known as "Safari Pad", but as noted by a number of sources including Steve Jobs himself, the company shifted gears once it became clear how revolutionary the multi-touch interface developed for the tablet could be for a smartphone. Apple's tablet wouldn't surface until the launch of the iPad in 2010, three years after the introduction of the iPhone.

Seven years after the famous Macworld 2007 keynote, the iPhone has seen significant enhancements in every area, but the original iPhone remains recognizable as Apple has maintained the overall look of a sleek design with a larger touchscreen and a single round home button on the face of the device.

Explanation:

4. How could you apply some of the ideas, principles, or structures of coding to fields of study, industries, or tasks outside of creating computer programs? Propose at least one way to use "coding" or creating programs outside of computer science and explain how it uses coding-related concepts.

Answers

Answer:

a production plant

Explanation:

"Coding" brings with it a linear way of thinking and problem solving, where one step needs to be taken before moving on to the next step. This can be applied to a wide range of real-life scenarios and industries. For example, a production plant starts with an initial input, that input is taken and used in a set of instructions (method), those instructions take that input and create a new output. Once the new output is created it is then passed on to another set of instructions that takes that output as an input to create a new output. Just like a computer program, a power plant repeats this process in order to a fully working and realized product.

Python - Write a program to print the multiplication table as shown in the image by using for loops.

Python - Write a program to print the multiplication table as shown in the image by using for loops.

Answers

Answer:

Explanation:

The following python code creates the multiplication table for 10 rows and 10 columns. This code uses nested for loops to traverse the table and print out the product of each multiplication. The image attached shows the output of the code.

for x in range(1, 11):

       for y in range(1, 11):

           z = x * y

           print(z, end="\t")

       print()

Python - Write a program to print the multiplication table as shown in the image by using for loops.

The program to print the multiplication table as shown in the image by using for loops is in the Source code.

The Python program that uses nested for loops to print the multiplication table:

Source code:

for i in range(1, 11):

   for j in range(1, 11):

       if i == 1 and j == 1:

           print("x", end="  ")

       elif i == 1:

           print(j, end="  ")

       elif j == 1:

           print(i, end="  ")

       else:

           print(i * j, end="  ")

   print()

This program will iterate through the values of `i` from 1 to 10 and `j` from 1 to 10. It checks for special cases when `i` or `j` is equal to 1 to print the headers (x and the numbers 1 to 10).

For other cases, it calculates the multiplication of `i` and `j` and prints the result.

Learn more about Nested loop here:

https://brainly.com/question/33832336

#SPJ6

A programmer notices the following two procedures in a library. The procedures do similar, but not identical,
things.

Procedure square (n) returns the value n2

Procedure cube (n) returns the value n3

Which of the following procedures is a generalization of the procedures described above?
A. Procedure Add (n, m), which returns the value n + m
B. Procedure Fourth (n), which returns the value n4
C. Procedure Polynomial(n), which returns the value n3 +n2
D. Procedure Power (n, m), which returns the value nm

Answers

Answer:

D. Procedure Power (n, m), which returns the value n^m

Explanation:

Given

\(square(n) \to n^2\)

\(cube(n) \to n^3\)

Required

The generalization

The given functions are power functions which returns the power of n to a certain value.

The power sequence follows:

\(fourth(n) \to n^4\)

\(fifth(n) \to n^5\)

\(sixth(n) \to n^6\)

------

-----

--

\(power(n,m) \to n^m\)

Hence, (d) is correct

What is the purpose of the Print Area feature?

printing graphs and charts for the document
printing how many copies of a document should print
selecting specific cells and ranges to print
selecting color for the Print Area’s border

Answers

Explanation:

printing how many copies of a document should print

Answer:

C. selecting specific cells and ranges to print

HELP ASAP!!! (MICROSOFT WORD)
Which types of paragraphs can Paragraph styles be applied to? Select all that apply.
Body text
Headings
Individual words
Quotations

The Table Options box allows you to do which of the following? (select all that apply)
Change the cell margins.
Change the spacing between cells.
Automatically resize to fit contents.
Add new cells.

Answers

Different types of paragraphs that can be formatted with paragraph styles

Body textHeadingsQuotations

These types of paragraphs can be given paragraph styles to keep the formatting and style consistent throughout the text.

The appropriate responses in the Table Options box are:

Change the cell margins.Change the spacing between cells.Automatically resize to fit contents.

Microsoft Word's Table Options box provides many settings and options for customizing tables, such as changing cell borders and spacing, as well as automatically resizing cells to fit their contents. It lacks the ability to add additional cells, which is usually accomplished by adding or deleting rows or columns from the table.

So, the correct options are A, B and D for question 1 and A, B and C for question 2.

Learn more about Table Options box, here:

https://brainly.com/question/2840973

#SPJ1

How do I find where I have used Premium Feature in CANVA
I am a free user

Answers

Answer: Ok go to the website (Canva) and you will see they have plan like there is one that is free, and there is one that is name pro but you have to pay $12.95 and the last one is Enterprise which cost $30.00

Hope this help :)

Explanation:

which of the following refers to a tunneling protocol used to support vpns? Cipher
Trusted Platform Module (TPM)
Layer 2 Tunneling Protocol (L2TP)
Point-to-Point Tunneling Protocol (PPTP)

Answers

The tunneling protocols used to support VPNs are Layer 2 Tunneling Protocol (L2TP) and Point-to-Point Tunneling Protocol (PPTP).

In the context of VPNs, tunneling protocols are used to encapsulate and secure network traffic as it traverses an untrusted network, such as the Internet. Two commonly used tunneling protocols for VPNs are Layer 2 Tunneling Protocol (L2TP) and Point-to-Point Tunneling Protocol (PPTP).

L2TP is a protocol that combines the best features of two other protocols, namely Point-to-Point Protocol (PPP) and Layer 2 Forwarding (L2F). It provides a secure method for transmitting data over the internet by creating a virtual tunnel between the client and the VPN server. L2TP is often used in combination with IPsec (Internet Protocol Security) for encryption and authentication.

PPTP, on the other hand, is an older tunneling protocol that was widely used in earlier versions of VPNs. It is relatively simple to set up and offers good compatibility with various operating systems. However, PPTP is considered less secure compared to newer protocols like L2TP/IPsec and OpenVPN.

Both L2TP and PPTP are used to establish secure VPN connections by encapsulating data within a tunnel, protecting it from unauthorized access or interception while in transit.

To learn more about VPNs visit:

brainly.com/question/31831893

#SPJ11

Select all that apply.


What is one method that can be used to open the Microsoft Word application?


1. By using shortcut key Ctrl+O

2. Through the File tab

3. By using the Quick Access toolbar

4. Through desktop shortcuts

Answers

One method that can be used to open the Microsoft Word application is 4. through desktop shortcuts.

What is a desktop shortcut ?

A desktop shortcut is an icon on the desktop of your computer that allows you to quickly access a program or file. If there is Microsoft Word installed on your computer, you may have a desktop shortcut to the application that you can double-click to launch it.

Also, you may create a new Microsoft Word desktop shortcut by right-clicking on the Microsoft Word application icon in the Start menu or the Applications folder.

Find out more on desktop shortcuts at https://brainly.com/question/29730957

#SPJ1

When you instruct a computer or mobile device to run an application, the computer or mobile device answer its software, which means the application is copied from storage to memory?

Answers

I believe loads

not for sure what the question is

____ approacj to competitive advantage contends that internal resources are more

Answers

The resource-based approach to competitive advantage argues that internal resources are the primary drivers of a firm's competitive advantage.

It emphasizes the importance of unique and valuable resources possessed by a company, rather than external factors or market conditions. According to the resource-based view, a firm's competitive advantage is derived from its ability to leverage and exploit its internal resources effectively. These resources can include tangible assets such as physical infrastructure, technology, and financial capital, as well as intangible assets like intellectual property, brand reputation, and organizational capabilities. The key premise of this approach is that firms with superior resources can achieve sustained competitive advantage by differentiating themselves from competitors and creating barriers to entry. The resource-based approach focuses on developing and acquiring resources that are difficult for competitors to imitate or replicate, leading to a sustainable competitive advantage. It suggests that firms should conduct an internal analysis to identify their unique resources and capabilities and align them with market opportunities. By leveraging their distinctive resources, firms can create value for customers, achieve cost leadership, or offer differentiated products or services.

Learn more about the resource-based approach here:

https://brainly.com/question/30713356

#SPJ11

PYTHON HELP!
Write a loop that inputs words until the user enters DONE. After each input, the program should number each entry and print in this format:

#1: You entered _____
When DONE is entered, the total number of words entered should be printed in this format:

A total of __ words were entered.
Sample Run
Please enter the next word: cat
#1: You entered the word cat
Please enter the next word: iguana
#2: You entered the word iguana
Please enter the next word: zebra
#3: You entered the word zebra
Please enter the next word: dolphin
#4: You entered the word dolphin
Please enter the next word: DONE
A total of 4 words were entered.

Answers

The code to show the loop that inputs words until the user enters DONE will be:

i = 0

while True:

word = input("Please enter the next word: ")

if word == "STOP":

break

i += 1

print("#{}: You entered {}".format(i, word))

print("All done. {} words entered.".format(i))

What is a loop?

A loop is used to execute a block of code several times based on the condition specified in the loop. It means that it executes the same code multiple times, saving code and assisting in traversing the elements of an array.

The loop was illustrated thus:

Words for defining a method

An integer variable "c" and a string variable "word" are declared inside a method, and a while loop is defined.

Within the loop, we input the string value and declare a conditional statement that checks whether the word value is equal to STOP.

It counts the total number of input values and prints the result along with the message.

Finally, we invoke the method.

Learn more about program on:

https://brainly.com/question/18750495

#SPJ1

choose what is the correct to create a function from the following
1.use def keywords
2.use empty function
3.python don,t have function

please i want answer i have ict test

Answers

In python, we use the def keyword to create functions.

True or False: You cannot flip the alignment of a mate while editing a mate.

Answers

It will be False because it can’t flip

TRUE OR FALSE (1 POINT EACH) 11. Most computers typically fall into one of three types of CPU organization: (1) general Register organization; (2) single accumulator organization;or (3) stack organization.

Answers

TRUE. Most computers typically fall into one of three types of CPU organization: general Register organization, single accumulator organization, or stack organization.

There are three main types of CPU organization that are commonly used in computer architecture:

General register organization: In this type of organization, the CPU has a set of general-purpose registers that can be used to hold data and perform arithmetic and logical operations. Each register has a unique identifier, and data can be moved between registers using load and store instructions.Single accumulator organization: In this type of organization, the CPU has a single accumulator register that is used as the primary location for arithmetic and logical operations. Data is loaded into the accumulator from memory or other registers, and the result of an operation is stored back into the accumulator.Stack organization: In this type of organization, the CPU uses a stack to store data and perform operations. Data is pushed onto the stack and popped off the stack as needed, and arithmetic and logical operations are performed on data that is on the top of the stack.

Learn more about registers here:

https://brainly.com/question/16740765

#SPJ11

Match the items with their respective descriptions.
defining focus
visual balance
color harmonies
screen design principles
helps make visually attractive and
functional web page
helps with color combinations in a
>
web page
helps scan for Information quickly in a
web page
>
helps provide visually pleasing screen
arrangement in a web page
>

Match the items with their respective descriptions.defining focusvisual balancecolor harmoniesscreen

Answers

Defining focus helps scan for Information quickly in a web page.

Visual balance helps make visually attractive and functional web pageColor harmonies helps with color combinations in a  web pageScreen design principles helps provide visually pleasing screenarrangement in a web page.

What is Defining focus?

This is known to be a form of  good screen design that can help on to highlight important areas to which one can focus on when looking for information.

Note that this form of guidance helps a person to scan for information very fast . Without having a clear focal points, you have to work a lot on the the entire web page.

Learn more about  Defining focus from

https://brainly.com/question/7284179

What is the art of getting your work done through people in a harmonious way?
A.
having good interpersonal skills
B.
having good work ethics
C.
having high self-esteem
D.
having high work efficiency
E.
having conflict resolution skills

Answers

Answer:

A.

having good interpersonal skills

Answer:

it is (A)

Explanation:

Which of the following statements about health assurance is false

Answers

The statement which is false about health assurance is paying for health insurance is always cheaper than paying for your own medical expenses. The correct option is c.

What is health insurance?

Because the person may believe he won't encounter such dangers in the future, insurance planning also aids in accepting the level of risk to transfer to the insurance business and maintain the risk share to itself.

When compared to not having health insurance and paying for your medical needs out of pocket, health insurance can be highly expensive. Since everyone has distinct demands, each situation will be considered individually.

Therefore, the correct option is C. Paying for health insurance is always cheaper than paying for your own medical expenses.

To learn more about health assurance, refer to the link:

https://brainly.com/question/13220960

#SPJ9

The question is incomplete. The missing options are given below:

A. People use insurance to reduce their risk of having very large medical expenses

B. Insurance plans with different premiums and deductibles let you decide how much financial loss you are willing to risk

C. Paying for health insurance is always cheaper than paying for your own medical expenses

D. None of the above

1.How is the Query wizard used on a table?
2.How is the form command used to create forms for a table?
3.How is the form created if we choose to use "split form"option?
4.What are the types of the form available ,if we use the"form wizard"?
5.How can we use the "Report wizard" to generate report of a table?​

Answers

1. The Query Wizard is used on a table to easily create queries that extract specific data by guiding users through a series of steps to define fields, criteria, and sorting options.

2. The Form command is used to create forms for a table by automatically generating a layout based on the table's structure, allowing users to input or view data.

3. When using the "Split Form" option, a form is created with two views: a datasheet view displaying the table's records and a single record view for editing or adding data. These views are synchronized, making data manipulation efficient.

4. The "Form Wizard" offers various form types, including columnar, tabular, datasheet, and justified forms, allowing users to customize the layout according to their needs.

5. The "Report Wizard" generates reports of a table by guiding users through selecting fields, grouping levels, and sorting options, resulting in a professionally formatted report for data analysis or presentation.

learn more about Query Wizard here:

https://brainly.com/question/29306855

#SPJ11

how many bits would be needed to count all the students in class today

Answers

Answer:

5 bits

Explanation:

Most classes have around 20 student with a 5-bit system goes up to 31 ( 1+2+4+8+16) and a 4-bit system(1+2+4+8) goes up to 15. Bits are the 1s and 0s and so a 5-bit system looks like this: 01001(18).

pt1 Write a method called arrayInit(int[] a, int initValue) to initialize all the elements of an integer array, a, to initValue. What return type should arrayInit() have?
p2 Write a method called reset(int[] a) which will reset all values within array, a, which are outside the range 0..100 (inclusive) to -1. Does this method need to return anything? Explain.
pt3 Write a method called make2DArray(int nRows) to create and return a two-dimensional "ragged" array initialized to all zeroes that looks like this:
Row 0: 0
Row 1: 0 0
Row 2: 0 0 0
Row 3: 0 0 0 0
...
Row n-1: 0 0 0 0 ... 0
In other words, the first "row" is of length 1, the second "row" of length 2,..., and the (n-1)th "row" is
length n-1.
This is to be done in Java. Please only answer if you will answer all 3 parts of the question. Thanks

Answers

No, the reset() method does not need to return anything.

Does the reset() method need to return anything?

Part 1:

What return type should the `arrayInit()` method have?

The `arrayInit()` method should have a void return type because it is initializing the elements of the integer array `a` directly and does not need to return any value.

Part 2:

Does the `reset()` method need to return anything? Explain.

No, the `reset()` method does not need to return anything. It modifies the values within the array `a` directly and does not require returning any result.

Part 3:

Q: Write a method called `make2DArray(int nRows)` to create and return a two-dimensional "ragged" array initialized to all zeroes.

A: Here is an example implementation of the `make2DArray()` method in Java:

```java

public int[][] make2DArray(int nRows) {

   int[][] array = new int[nRows][];

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

       array[i] = new int[i + 1];

   }

   return array;

}

```

This method creates a two-dimensional array where each row has a length equal to its row index + 1. The array is initialized with zeroes, and it is returned as the result of the method.

Learn more about  method

brainly.com/question/14560322

#SPJ11

How could steganography be used to thwart normal forms of surveillance?

Answers

DONT TRUST THE LINK FROM THE OTHER USER

To which of these options does the style in Word apply? Select three options.

Answers

More information???

Answer:

lists

tables

headings

Explanation:

Other Questions
if the friction force is 175n and the normal force is 200n then the friction angle is most nearly (in degrees)Multiple Choice:a) 30 degreesb) 45 degreesc) 60 degreesd) 75 degrees Is 5,517,552 divisible by 2?Yes or No Not everything that is sensed is perceived. Do you think there could ever be a case where something could be perceived without being sensed?. Let X1,...,Xn be a random sample from the Exp(0). For the following (0)a. 7(0) = 0.b. t(0)) = 1/0, 1) Find the MLE. 1/0,2) Obtain the asymptotic distribution of MLE of (a and b). Suppose that the index model for stocks A and B is estimated from excess returns with the following results: RA = 2.60% + 0.90RM + eA RB = -2.00% + 1.20RM + eB M = 26%; R-squareA = 0.21; R-squareB = 0.12. Assume you create portfolio P with investment proportions of 0.70 in A and 0.30 in B.What is the standard deviation of the portfolio?Beta of the portfolio?Firm-specific variance?Covariance? Could someone tell me if this is correct. They have to be either in preterite or imperfect. PLS HELP!!! I really need help!Use substitution to solve the system.5x + 4y = 9-2x + y = -14 Is postal code the same as zip code? HELP ASAP PLEASE I NEED THE ANSER NOW1. How is the idea of the American Dream, coming to America for a better life, different in passage 1 than inpassage 2?A) In Passage One, they choose to stay while in Passage Two, she wants to leave.B) Passage One is about working hard in America, while Passage Two is about changing America.C) The narrator in Passage Two is ungrateful, while Passage 1 is grateful.D) Passage Two doesn't care about money, but Passage 2 does. 1. (IRR calculation) Determine the IRR on the following projects:a. An initial outlay of $13,000 resulting in a single free cash flow of $17,182 after 8 years (Round to two decimalplaces.) ANSWER:b. An initial outlay of $13,000 resulting in a single free cash flow of $48,077 after 10 years (Round to two decimalplaces.) ANSWER:c. An initial outlay of $13,000 resulting in a single free cash flow of $114,943 after 20 years(Round to two decimalplaces.) ANSWER:d. An initial outlay of $13,000 resulting in a single free cash flow of $13,680 after 3 years (Round to two decimalplaces.) ANSWER: a client is receiving a maintenance dose of oral dantrolene sodium for the treatment of spasticity. the nurse reviews the medication record, expecting which dose to be prescribed? A 230 kV transmission line is sending a 135 MW power at 78% pf lagging. If the voltageregulation is equal to 5.75% and the line has a capacitive reactance of 1573 ohms.a.) Determine the receiving end voltage of the system.b.) Determine the value of sending current.c.) Determine the current flowing through the line impedance.d.) What is the impedance of the line?e.) What is the efficiency of the line? University of Waterloo has a contract for the maintenance of the libraries. For the first 20 years, UW should pay $16,000 at the end of the first year and then annual payment will be increased by the rate of 4% per year up to year 20. At the end of year 20, UW will pay $320,000 which will be repeated every 40 years forever. The annual payments will be continued from year 21 by a constant amount of $60,000 forever. What is the present worth of this plan if the interest rate is 8% per year? Question 11 Which of the following describes continental crust, as opposed to oceanic crust? A) basalt B) 20-65 km thick C) relatively high density D) mafic E) sinks at subduction zones 3. Writing to Explain At a cat and dog hospital, 9 of the patientswere cats, 17 were dogs. Use this fact to write two ratios.Explain what each ratio means. Hi can someone please help me with these questions I'm struggling with them!!! PLZZZ HELPPPOver a one week period in the summer, the price of a gallon of gas increased from $2.35 to $2.82. By what percent did the price of gas increase over that week? A. 10% B. 20% C. 30% D. 40% Present Value of Bonds Payable; Premium Moss Co. 15sued $100,000 of four-year, 12% bonds, with interest payable semiannualiy, ot a market (effective) interest rate of 9%. Determine the present value of the bonds payable, using the present value tables in Exhibit 5 and Exhibit 7 , Note: Round final answer to the nearest dollar. How can a civilization exist without agriculture 8. At the system study phase of ..............., the design team attempts to assess whether theanticipated benefits of the system exceed its projectedcosts,which one is correct ?!CHOICE OPTIONS A. Data mining B. EXTRACT C. Bolt-ons D. Hadoop E. Virtual private network (VPN) F. Data encryption G. Variety H. Operational feasibility 1. Enterprise application integration (EAI) J.