if cell b6 enter a formula to calculate the future value of this savings strategy use cell references wherever possible. The annual interest rate is stored in cell B5, the number of payments in cell B4, and the monthly payment amount in cell B3. Remember to divide the annual interest rate by 12 and use a negative value forthe Pmt argument

Answers

Answer 1

In Excel, to calculate the future value of a savings strategy using cell references, you can enter the following formula in cell B6

=FV(B5/12, B4, -B3)

How does it work?

Here's a breakdown of the formula.

B5/12 divides the annual interest rate (stored in cell B5) by 12 to obtain the monthly interest rate.

B4 represents the number of payments (stored in cell B4) which indicates the total number of months.

-B3 represents the monthly payment amount (stored in cell B3) with a negative sign, as it is considered an outgoing payment.

The FV function calculates the future value of an investment based on these inputs, providing the result in cell B6.

Learn more about Excel Formula at:

https://brainly.com/question/29280920

#SPJ4


Related Questions

consider the following implementation of gethours. public static double gethours(int marker1, int marker2) { /* missing statement */ return hours; } which of the following statements can replace /* missing statement */ so gethours works as intended?

Answers

One possible statement that can replace /* missing statement */ is double hours = Math.abs(marker1 - marker2) / 2.0;
This calculates the absolute difference between marker1 and marker2, divides it by 2 to get the distance between them, and returns it as hours. The use of Math.abs ensures that the result is always positive.

The statement calculates the time taken to travel between two markers on a hiking trail assuming a constant speed. The Math.abs function ensures that the distance calculation is always positive, regardless of the order of the markers. By dividing the distance by 2, the statement assumes that the hiker is traveling at a constant speed. The resulting value of hours can be used to estimate the time taken to complete the trail or to compare the performance of different hikers. Overall, this statement provides a simple and efficient way to calculate the time taken to travel between two points on a hiking trail assuming constant speed.

Learn more about speed here;

https://brainly.com/question/24909693

#SPJ11

Maureen added a trendline to a chart that shows sales trends for the past 10 years. To extend the trendline to forecast sales for the next two years, she enters 2 in the Backward box in the Format Trendline pane.A. TRUEB. FALSE

Answers

Got it "Maureen added a trend line to a graph showing sales trends for the past 10 years. To extend the trend line to forecast sales for the next two years, enter 2 in the Backward box on the panel. Trend Line Format" is true. Therefore, the correct choice is A. TRUE.

How can we extend the trend line to forecast sales for the next two years?

To extend the trend line to forecast sales for the next two years, we need to follow the steps below:

First, you need to add a trend line to the chart by clicking on the chart and selecting the Chart Design tab on the ribbon. Next, we need to choose the Add Chart Element button, which is located at the top of the chart. After that, we need to select the Trendline checkbox from the dropdown menu.

Next, we need to format the trend line by clicking on the chart and selecting the Format Trend Line panel. Then, in the dashboard, we need to enter 2 in the Backward box to extend the trend line to forecast sales for the next two years.

Finally, we need to close the Format Trendline panel by clicking the X button in the upper right corner of the panel. So the sustainability is true that Maureen added a trend line to a graph showing sales trends for the last 10 years. To extend the trend line to forecast sales for the next two years, enter 2 in the Backward box on the Format Trend Line panel.

See more information on extending the trend line at: https://brainly.com/question/2589459

#SPJ11

The type code for an int array is 'b'. What line of code creates an array of int data values?

intArray = array('b',[2, 5, 10])
intArray.array('b',[2, 5, 10])
intArray = array('b',2, 5, 10)
intArray.array('b',2, 5, 10)

Answers

Answer:

intArray=array(’b’,[2,5,10])

Explanation:on edge

Answer:

it's A

Explanation:

because The first value in the parentheses is the type code. The second value should be a list of ints. You use square brackets to designate a list.

Who is mostly responsible for your security online?

Answers

Answer:

You are most reponsible for your own security online

Explanation:

Datawriter
Create a File object using "data.txt" as the argument to its constructor. Store the reference to the new File object in a variable of type File.
Will mark brainliest

Answers

Answer:

Explanation:

what is the name of the method that is directly responsible for invoking/calling graphic game's run()?

Answers

It depends on the game engine and framework being used. But generally, the method that is directly responsible for invoking/calling a graphic game's run() method is often called start().

The run() method is a crucial part of a graphic game, as it is responsible for updating the game's state, rendering graphics, and managing user inputs. The method that directly invokes or calls this run() method is often referred to as start(). This method is usually defined in the game's main class or engine and is responsible for setting up the game's environment, initializing variables, and starting the game loop. The game loop, in turn, continually calls the run() method to update the game's state and render graphics until the game is stopped or closed. The name of the method that calls run() may vary depending on the game engine or framework used, but the functionality remains the same.

Learn more about graphic game: https://brainly.com/question/28843137

#SPJ4

also have a good day people !!

Answers

Answer:

Thx u2!!

Explanation:

Everyone have a good day!

Answer:

You too and thank you for 50 points!!

Explanation:

T/F: the mx record type is used to designate mail exchangers, or mail servers for e-mail.

Answers

True. The MX record type in the Domain Name System (DNS) is used to specify the mail exchangers, or mail servers, that are responsible for accepting and delivering email messages for a particular domain.

The MX records are used by email servers to route messages to the correct destination, based on the domain name in the email address. The MX record contains the name of the mail exchanger and a priority value, which is used to determine the order in which email servers should be contacted.

The MX record is an essential component of email delivery and is used by email clients and servers to ensure that messages are delivered to the correct destination.

Learn more about MX record here:

https://brainly.com/question/31589462

#SPJ11

DRU is a small brokerage house that enables its clients to buy and sell stocks over the Internet, as well as place traditional orders by phone or Fax. DRU has just decided to install a new e-mail package. One vendor offering an SMTP-based two-tier client -server architecture. The second vendor is offering a Web-based e-mail architecture. DRU doesn't understand either one but thanks the Web-based one should be better because, in their words, "the Web is the future".

Answers

Incomplete question.

Explanation:

Complete question reads;

DRU is a small brokerage house that enables its clients to buy and sell

stocks over the Internet, as well as place traditional orders by phone or Fax. DRU has just decided to install a new e-mail package. One vendor offering an SMTP-based two-tier client -server architecture. The second vendor is offering a Web-based e-mail architecture. DRU doesn't understand either one but thanks the Web-based one should be better because, in their words, "the Web is the future".

(a)Briefly explain to DRU management, in layperson's terms, the difference between the two.

(b)Outline the pros and cons of the two alternatives and

(c)Recommend to DRU about which is better

Which task would you use the Ctrl plus F command

Answers

Answer:

Bookmark a tab

Hope this helps :)

Answer:

If you're in a document or in a web browser, pressing the Ctrl key + the F key will bring up a search box in the top right corner of the screen. You can then type in a keyword or phrase to find places where that word or phrase is used in the text, often helpful for locating relevant sections.

Explanation:

a) Based on the information for your project, suggest three different conceptual models for your system. You should consider each of the aspects of a conceptual model discussed in this Chapter 11: interface metaphor, interaction type, interface type, activities it will support, functions, relationships between functions, and information requirements. Of these conceptual models, decide which one seems most appropriate and articulate the reasons why. steps. (b) Produce the following prototypes for your chosen conceptual model: (i) (ii) Using the scenarios generated for your topic, produce a storyboard for the chosen task for one of your conceptual models. Show it to two or three potential users and get some informal feedback. Now develop a card-based prototype from the use case for the chosen task, also incorporating feedback from part (i). Show this new prototype to a different set of potential users and get some more informal feedback. (c) Consider your product's concrete design. Sketch out the relevant designs. Consider the layout; use the colors, navigation, audio, animation, etc. While doing this use the three main questions introduced in Chapter 6 as guidance: Where am I? What is here? Where can I go? Write one or two sentences explaining your choices, and consider whether the choice is a usability consideration or a user experience consideration. (d) Sketch out an experience map for your product. Create the necessary scenarios and personas to explore the user's experience. In particular, identify any new interaction issues that you had not considered before, and suggest what you could do to address them. (e) How does your product differ from applications that typically might exists? Do software development kits have a role? If so, what is that role? If not, why do you think not?

Answers

The paragraph outlines various tasks involved in developing a system, including conceptual models, prototypes, interface design, experience mapping, uniqueness of the product, and the role of software development kits (SDKs), but specific details are required to provide a comprehensive explanation.

What is the overall explanation of the given paragraph about system development, interface design, and user experience considerations?

The given paragraph outlines a series of tasks related to developing a system, including suggesting conceptual models, creating prototypes, designing the interface, developing an experience map, and discussing the product's uniqueness and the role of software development kits (SDKs).

The tasks mentioned in the paragraph belong to the domain of system development, user interface design, and user experience considerations. Each task involves different steps and methodologies to ensure the development of an effective and user-friendly system.

These steps may include conceptualizing different models, creating prototypes, gathering user feedback, designing the interface layout, considering usability and user experience factors, and addressing potential interaction issues.

To provide a detailed explanation, it would be necessary to have specific information about the project, such as the nature of the system, the target users, their goals and tasks, and the project's requirements and constraints. Without such information, it is not possible to provide a meaningful and contextually relevant explanation.

Learn more about system

brainly.com/question/19843453

#SPJ11

In which place does essential computing of computer takes place at?
option
1]microprocessor
2]ram
3]motherboard
4]none

Answers

3.Mother board controls everything

Answer:

123456789-0\(\lim_{n \to \infty} a_n fffff\)

Explanation:

how many external virtual switches can be created if a server has three physical network adapter?

Answers

It depends on the virtualization platform being used. However, in general, with three physical network adapters on a server, multiple external virtual switches can be created. the number of external virtual switches that can be created depends on the number of available physical network adapters and the configuration of the virtualization platform. For example, with VMware ESXi, a maximum of 1016 virtual switches can be created per host, with up to 4096 ports per switch. This means that multiple external virtual switches can be created, as long as the total number of switches and ports do not exceed the maximum limits.

it's important to note that creating multiple virtual switches can provide greater flexibility and network segregation for virtual machines on a server. However, it's also important to consider the potential impact on network performance and management complexity. It's recommended to carefully plan and test the configuration of virtual switches to ensure you can create three external virtual switches if a server has three physical network adapters.Each physical network adapter can support one external virtual switch. In this case, since the server has three physical network adapters, you can create one external virtual switch for each, resulting in a total of three external virtual switches.

When configuring virtual switches in a server environment, each external virtual switch is typically associated with one physical network adapter. This allows virtual machines to communicate with the external network through the associated adapter. Since you have three physical network adapters, you can create and associate one external virtual switch per adapter, giving you a maximum of three external virtual switches for your server.

To know more about physical network adapters visit:

https://brainly.com/question/14583291

#SPJ11

If a server has three physical network adapters, it can create a maximum of two external virtual switches.

How many external virtual switches can be created?

When setting up virtual switches on a server with three physical network adapters, the number of external virtual switches that can be created is limited to two.

Each physical network adapter are associated with only one external virtual switch. So, if all three network adapters are used to create external virtual switches, the maximum number of switches that can be created is two.

Read more about virtual switches

brainly.com/question/27980989

#SPJ4

James wants to buy a pair of pants for $60.
When he went to the store he found that the
price was marked down by 20%. How much do
they cost now?

Answers

They cost 48. Used a calculator

cual es el procedimientos para asistir en el transporte publico a personas discapacitadas

Answers

Answer:

Una discapacidad física o motora en una o más partes del cuerpo obstaculiza las acciones y / o movimientos de la persona con discapacidad. La discapacidad puede surgir porque las partes del cuerpo no han crecido completamente o están dañadas (anomalías físicas) o porque las funciones físicas están alteradas (anomalías funcionales).

En la mayoría de los casos, se proporciona una ayuda a las personas con discapacidades físicas graves para que puedan desenvolverse más fácilmente en la sociedad. Alguien con una discapacidad motora severa en las piernas a menudo usa una silla de ruedas. Las personas con una discapacidad motora de las manos (pérdida de la motricidad fina) o de los brazos pueden compensar esto con un manipulador o ayudas especializadas en tareas, como un dispositivo para comer o un dispositivo para girar las hojas.

Así, todos estos elementos deben ser posibles de ser insertados en los medios de transporte público como forma de ayudar a estas personas a trasladarse por estos medios, es decir, los autobuses, trenes, etc., deben estar adaptados para poder recibir allí a pasajeros en sillas de ruedas o con necesidades motoras especiales.

How is a Creative Commons license different from a regular copyright?

Answers

Answer:

Creative Commons license is different from regular copy right because it's more loose and allows the owner to give out their art for others to use.

Explanation:

Creative Commons license isn't as strict as a normal copy right license allowing the owner to give out their art/movie/music for others to use.

[I'm doing this for code.org too :)]

How do you write mathematical expressions that combine variable and literal data

Answers

Variables, literal values (text or integers), and operators specify how the expression's other elements are to be evaluated. Expressions in Miva Script can generally be applied in one of two ways: Add a fresh value.

What connection exists between literals and variables?

Literals are unprocessed data or values that are kept in a constant or variable. Variables can have their values updated and modified since they are changeable. Because constants are immutable, their values can never be updated or changed. Depending on the type of literal employed, literals can be changed or remain unchanged.

What kind of expression has one or more variables?

The concept of algebraic expressions is the use of letters or alphabets to represent numbers without providing their precise values. We learned how to express an unknown value using letters like x, y, and z in the fundamentals of algebra. Here, we refer to these letters as variables.

to know more about mathematical expressions here:

brainly.com/question/28980347

#SPJ1

Look at the following code:
Line 1 public class ClassA
Line 2 {
Line 3 public ClassA() {}
Line 4 public void method1(int a){}
Line 5 }
Line 6 public class ClassB extends ClassA
Line 7 {
Line 8 public ClassB(){}
Line 9 public void method1(int x){}
Line 10 }
Line 11 public class ClassC extends ClassB
Line 12 {
Line 13 public ClassC(){}
Line 14 public void method1(int y){}
Line 15 }
Which method (line number) will be executed as a result of the following statements?
ClassB item1 = new ClassA();
item1.method1(5);

Answers

Answer:

The answer is "There is an error, that's why the program will crash".

Explanation:

In the given program code, three class  "A, B, and C" is defined, and inside the code, all class constructor and a method "method1" is defined, that uses an integer variable in its parameters.

At the last line class B object "item1" is created, that holds the class A instance, and in the next step, method1 is called by accepting integer value. when we create the class B object and convert it into ClassB. it is not possible that's why it will give an error.

In the current situation, how do you access information as a student? How will you integrate the use of ICT in your daily life and your chosen track?

Answers

Answer:

Explanation:

As a computer science student information is accessed in every possible way. This can be through a local school lan network, mobile devices, e-mail, etc. All of these help information flow to and from various people and makes obtaining this information incredibly simple as a student. Especially in the field of computer science, I need to integrate as many ICT devices with me in my everyday life, to send emails, check calendar updates, research information on the web, check school reports, and even speak with clients.

when the final value of an expression is assigned to a variable, it will be converted to

Answers

When an expression is evaluated, the result is a value which can be of any data type (e.g. number, string, boolean, etc.). When this value is assigned to a variable, it is converted to the data type of the variable.

When the final value of an expression is assigned to a variable, it will be converted to:

The data type of the variable.

This value can then be assigned to a variable, in which case it will be converted to the data type of the variable. This is an important concept to understand, as it can have a big impact on how a program functions, as variables of different data types can behave differently. Knowing when and how to convert an expression result to the correct data type can help make a program more efficient and accurate.

Learn more about Data variable: https://brainly.com/question/16397886

#SPJ4

Nico needs to change the font and color of his worksheet at once. Use the drop-down menu to determine what he should do.

First, he should select all of the worksheet at once by clicking the
.

Then, he should right-click the
to change the font of the whole worksheet at once.

Release the cursor and select the
to change the color of the font.

Release the cursor and both font and color should be changed.

Answers

Answer:

he should click the top left corner of the worksheet

he should right click the font-drop down choices

release the cursor and select the color-drop down choices

Explanation:

I just did this

The things that Nico needs to do include the following:

He should click the top left corner of the worksheet.He should right-click the font-drop down choices.He should release the cursor and select the color.

It should be noted that fonts and colors are used in order to make one's work more pleasing to the eyes. Therefore, the steps that are illustrated above are important for Nico to change the font and color of his worksheet at once.

Read related link on:

https://brainly.com/question/18468837

Read through the following scenario, and then decide which computer is the best fit.

Read through the following scenario, and then decide which computer is the best fit.

Answers

Answer:

gaming pc?

Explanation:

i dont know why you have this question kinda weird but entertainment pc or gaming pc sounds right

Answer:

B. Gaming or media production computer

Explanation:

Gaming or media production computer is the best computer you'll need because if you don't have the best computer it probably won't work on you. But if you the gaming or media production computer it will work on you.

I hope this helps.<3

Have a nice day.<3

What is used to see the fine details of
graphics on a screen

Answers

Answer:

graphics card

Explanation:

For some external components such as flash drives and external hard drives, the safest way to remove them from a computer is to ______
Sleep mode and Hibernate mode are _________ that help you safely put your computer in a low-power state when you will not be using it for a period of time.
Cleaning dust from your keyboard, monitor, and fans should be done______
Magnets ________ a computer’s performance.
Heat, humidity, and cold can damage a computer’s _______.
You should check all computer cords for the safety of______

eject them
power-saving modes
regularly
may damage
internal and external components
you and the computer

Answers

Answer:

Explanation:

For some external components such as flash drives and external hard drives, the safest way to remove them from a computer is to eject them

Sleep mode and Hibernate mode are power-saving modes that help you safely put your computer in a low-power state when you will not be using it for a period of time.

Cleaning dust from your keyboard, monitor, and fans should be done regularly

Magnets may damage a computer’s performance.

Heat, humidity, and cold can damage a computer’s internal and external components

You should check all computer cords for the safety of you and the computer

the answers are:

- eject them

- power-saving modes

- regularly

- may damage

- internal and external components

- you and the computer

Two devices are connected to the Internet and communicating with one another. A squirrel chews through one of the wires in the network that is currently being used by the devices to communicate. The network immediately begins using a different path through the network and communication continues as normal.

This situation best exemplifies which principle?

Answers

Answer:

Fault-Tolerance

Explanation:

Fault tolerance refers to the ability of a system (computer, network, cloud cluster, etc.) to continue operating without interruption when one or more of its components fail.

The situation exemplifies the principle of fault - tolerance.

We are told that a squirrel chewed through the wire carrying the network but that yet the network immediately switches to a different path and the communication continues normally.

This means that even though there is a failure in the hardware, the system continues to operate without smoothly without malfunction or with little to no impact on it's operation.

In the ICT world, this process is known as fault tolerance.

Examples include;

- Use of UPS(Uninterruptible power supply) to prevent the computer system from going off in the event of primary power failure.

- A plane with double engine so that if one has a fault, the other one can be utilized.

Read more at; brainly.com/question/21695378

Convert this data model to a database design. Specify tables, primary keys, and foreign keys. Using Figure 6-43 as a guide, specify column properties.

Describe how you have represented weak entities, if any exist.

Describe how you have represented supertype and subtype entities, if any exist.

Create a visual representation of your database design as a Crow’s Foot E-R diagram similar to the one in Figure 6-39.

Document your minimum cardinality enforcement using referential integrity actions for required parents, if any, and the form in Figure 6-29(b) for required children, if any.

Answers

To convert the given data model to a database design, tables, primary keys, foreign keys, and column properties need to be specified. Additionally, representation of weak entities and supertype/subtype entities, as well as creating a visual representation using a Crow's Foot E-R diagram, are required. Minimum cardinality enforcement and referential integrity actions should also be documented.

1. How can the data model be converted to a database design with tables, primary keys, and foreign keys?2. If there are any weak entities, how should they be represented in the database design?3. If there are any supertype and subtype entities, how should they be represented in the database design?4. How can a Crow's Foot E-R diagram be created to visually represent the database design?5. How should minimum cardinality enforcement and referential integrity actions be documented?

1. The data model can be converted to a database design by identifying the entities and creating tables for each entity. Primary keys should be assigned to uniquely identify records, and foreign keys should establish relationships between tables.

2. Weak entities can be represented by creating a separate table for each weak entity and including a foreign key to the strong entity it depends on.

3. Supertype and subtype entities can be represented using inheritance techniques, such as a single table for the supertype and separate tables for each subtype, with appropriate foreign key relationships.

4. A Crow's Foot E-R diagram can be created using symbols to represent tables, entities, relationships, and cardinality. The diagram visually depicts the structure and relationships of the database design.

5. Minimum cardinality enforcement can be documented by specifying required parent entities and using referential integrity actions, such as "CASCADE" or "SET NULL." Required child entities can be documented using the form shown in Figure 6-29(b), which indicates the relationship between parent and child entities.

Learn more about: Database design

brainly.com/question/13266923

#SPJ11

who plays oblox .............................

Answers

Answer:

Me

Explanation:

MEEEE!!! i love scary games

If a change is made to the active
cell, what type of cell will also
change?
Precedents
Dependents

Answers

Answer:

precedents

Explanation:

when a program uses the setw manipulator, the iosetwidth header file must be included in a preprocessor directive. question 4 options: a) True. b) False.

Answers

The statement when a program uses the setw manipulator, the iosetwidth header file must be included in a preprocessor directive is false.

What is the setw manipulator?

In C++ programming, setw is a stream manipulator that is used to set the field width of the output stream. It stands for set width.

This manipulator returns an object of type std::ostream and is declared in the iomanip header file.

What is an iomanip header file?

The iomanip header file is an input/output manipulation header file in C++. To use manipulators such as setw(), setprecision(), and setfill(), it must be included with a preprocessor directive. In the C++ library, the iomanip header file is defined.

The setw() manipulator sets the width of the next output field to a certain number of characters when used with cout. It specifies the width of the field in which the value should be put.

The correct statement is that the iomanip header file is required for programs that use the setw manipulator in a preprocessor directive. Therefore, the statement "when a program uses the setw manipulator, the iosetwidth header file must be included in a preprocessor directive" is false, as iosetwidth is not a header file in C++.

In conclusion, the answer to the question "when a program uses the setw manipulator, the iosetwidth header file must be included in a preprocessor directive" is False.

To know more about manipulator visit:

https://brainly.com/question/28701456

#SPJ11

(a) Willow has created a hangman program that uses a file to store the words the program can select from. A sample of this data is shown in Fig. 3.

Fig. 3
crime, bait, fright, victory, nymph, loose.

Show the stages of a bubble sort when applied to data shown in Fig. 3.

(b) A second sample of data is shown in Fig. 4.

Fig. 4.
amber, house, kick, moose, orange, range, tent, wind, zebra.

Show the stages of a binary search to find the word "zebra" when applied to the data shown in Fig. 4.

Answers

(a) A bubble sort applied to the data in Fig. 3 produces these stages:

Loose, crime, bait, fright, victory, nymph

Crime, loose, bait, fright, victory, nymph

Bait, crime, loose, fright, victory, nymph

Fright, bait, crime, loose, victory, nymph

Victory, fright, bait, crime, loose, nymph

Nymph, victory, fright, bait, crime, loose.

(b) When a binary search is conducted in order to find the word "zebra" in the data in Fig. 4, the following yield occurs:

The search begins by looking at the list's middle item, which is "orange".

Hope to explain the bubble sort

Since "zebra" comes after "orange" alphabetically, the search continues amongst the second half of the list.

The centermost item on this narrowed down list proves to be "tent", from there, it is deduced that "zebra" must go after "tent" alphanumerically.

Likewise, the process is repeated for the reminder of the sequence.

Moving forward, the search encounters "wind" in its midst, again concluding that zebra has to appear subsequently.

Finally, when observing the midpoint of the remainder, "zebra" is pinpointed as the desired result.

Learn more about bubble sort on

https://brainly.com/question/30395481

#SPJ1

Other Questions
Do people who sit for at least 8 hours per day have more health problems thanthose who sit for fewer than 8 hours per day?Is statistical or non-statistical? 1.List and explain two key out of six markers of AfricanAmerican criticism2. What is the point of : The darkened Eye Restored"? find 3/5% of $90,000 The original selling price was $154.30 The sale price was $127.92 What is the first step in finding the percent markdown? What are some things you want (but do not need to survive)? The promotional tool that stimulates consumer purchasing and dealer interest by means of short-term activities is known as sales? how might cultural differences affect people's conclusions about the causes and effects of global climate change? Description of recent (2018-2020) example of how Xenophobia has displayed itself in your community tire pressure monitoring system warn driver when tire pressure is 26% below target pressure of 31 psi. a) at what pressure will tms trigger warning. b) suppose tire pressure is a normally distributed random variable with standard deviation of 2psi. if the average tire pressure is on target, what is the probability that the triggers warning. c) correct inflation rate is 29psi to 33psi. if tires inspected at random what is probability the tires inflation is within recommended range. Solve for the dependent variable in Y= -7x+5 When the independent variable equals -2 ( show your work ) A: x = 3/7B: x = -9 C: x = 1 D: x = 19 PLEASE HELP ILL GIVE YOU 80PTSGold, God, and Glory were the three main motives for colonization in the New World. In a paragraph identify (name) and explain at least three different motivations for colonization in the New World. Include an economic, religious, social, and political motive. Be sure to include a topic sentence. Given the two rectangles below. Find the area of the shaded region. what is the value of B is the value of A+ is 15? president roosevelt's court-infiltration plan was a proposal to decrease the size of the court to five loyal individuals in order to secure what are the effects of ozone depletion on humans and the environment? What are two reasons companies like to issue stock? 29. You drop a handball from a height of 1 meter. Each curved path has 64% ofthe height of the previous path.a. Write a rule for the sequence using centimeters. The initial height is when n = 1.b. What height will the ball reach at the top of the sixth path? A bead with a hole through it slides on a wire track. The wire is threaded through the hole in the bead, and the bead slides without friction around a loop-the-loop (see figure below). The bead is released from rest at a height h = 3.60R.(a) What is its speed at point A? (Use the following as necessary: the acceleration due to gravity g, and R.)V =(b) How large is the normal force on the bead at point A if its mass is 5.50 grams?magnitude __________N(c) What If? What is the minimum height h from which the bead can be released if it is to make it around the loop? (Use any variable or symbol stated above as necessary.)h = ______ I also need help with this one too Solve for d. 8+6=10+10