Instructions In this exercise, you will design the class member Type 1. Each object of member Type can hold the name of a person, member ID, number of books bought, and amount spent 2. Include the member functions to perform the various operations on the objects of member Type -for example, modify, set, and show a person's name. Similarly, up-date, modify, and show the number of books bought and the amount spent. 3. Add the appropriate constructors. 4. Write the definitions of the member functions of memberType. 5. Write a program to test various operations of your class member Type memberData.txt memberTypelmp.c... + main.cpp memberType.h 1 #include 2 #include 3 #include 4 #include "memberType.h" 5 6 using namespace std; 7 8 int main() 10 // Write your main here. 11 return 0; 12] 13 main.cpp memberType.h memberData.txt memberTypelmp.c... + Σ. 14 2 10 3 John Williams 4 5 6 20 7 Lisa Berry 8 2 9 35.50 10 30 11 Ron Brown 12 10 13 255.68 14 40 15 Jessey Smith 16 0 17 0 18

Answers

Answer 1

To design the class memberType, include member variables for name, member ID, number of books bought, and amount spent. Implement member functions to modify and display the data. Use appropriate constructors.

To design the class memberType, we need to define the member variables and member functions based on the given requirements. Here's an example implementation: In this implementation, the memberType class has private member variables for name, member ID, number of books bought, and amount spent. It also includes appropriate constructors to initialize the member variables. The member functions setName, setNumOfBooksBought, and setAmountSpent are provided to modify the corresponding data. The displayMemberInfo function is used to display the information of a member object. In the main function, four member objects are created with different data. Their information is displayed using the displayMemberInfo function. This implementation allows for creating and manipulating member objects, setting their data, and displaying the information as required.

learn more about memberType here :

https://brainly.com/question/31200833

#SPJ11


Related Questions

Developers: IBM had Intel provide the CPUS for its new IBM PC in 1980. It established a monopoly on all PCs.

Answers

In 1980, IBM partnered with Intel to provide the CPUs for its new IBM PC. This move helped IBM establish a dominant position in the PC market, giving them a virtual monopoly over the industry. While this was great news for IBM and their shareholders, it proved to be challenging for developers looking to create software for the PC platform.

The limited options available meant that developers had to adhere to IBM's standards, limiting innovation and potentially stifling competition. Despite these challenges, developers continued to push the boundaries of what was possible on IBM PCs, ultimately leading to the development of new and exciting software applications that helped to shape the modern technology landscape.

IBM did indeed partner with Intel to provide CPUs for its new IBM PC in 1980. This collaboration led to IBM becoming a major player in the PC market and establishing a strong presence. However, it's important to note that IBM did not have a monopoly on all PCs, as there were other competitors in the market as well. The IBM PC's success did contribute to the growth and dominance of IBM and Intel in the industry, though, making them leading figures in the world of personal computing.

to know more about IBM:

https://brainly.com/question/17156383

#SPJ11

Consider a classroom for 56 students and one instructor, each generating heat at a rate of 100 W. Lighting is provided by 18 fluorescent lightbulbs, 40 W each, and the ballasts consume an additional 10 percent. Determine the rate of internal heat generation in this classroom when it is fully occupied. The rate of internal heat generation in this classroom when it is fully occupied is W.

Answers

Answer:

What is the probability of selecting the 4 of spade or black diamond from a deck of 52 playing cards?

 

a) 2/52

b) 4/52

c) 3/52

d) 1/5

Explanation:

which of the following can be used to manage policies and user rights for machines joined to a domain?Local Group Policy, Editor Group, Policy Management.

Answers

Local Group Policy Editor & Group Policy Management can be used to manage policies and user rights for machines joined to a domain.

What does Microsoft Group Policy management do?Within an Active Directory environment, you may manage the configurations of several users and machines using the Group Policy (GP) function of Windows. GP allows for the configuration of all Organizational Units, sites, or domains from a single, central location.The following new features are combined with the current Group Policy capability available in these tools in the GPMC to create a single console. a user interface that makes managing and using Group Policy objects more simple (GPOs). Copy, import, restore, and export Group Policy objects (GPOs).Start GPMC by performing the following: Click the Apps arrow on the Start screen. Enter gpmc.msc on the Apps screen, then choose OK or hit ENTER.

Learn more about Group Policy Management refer to :

https://brainly.com/question/13437913

#SPJ4

Why is it nearly impossible to obtain satisfactory performance from a shunt motor connected to an ac power source

Answers

Answer:

Because the shunt winding consist of a large number of turns,

Explanation:

It is nearly impossible to obtain satisfactory performance from a shunt motor connected to an ac power source because the shunt winding consist of a large number of turns, due to the high number of turns that the DC shunt motor has it develops a high impedance when connected to an ac power source. and due  to this high impedance the amount of current that flows through the field will be very low making it nearly impossible for the shunt motor to operate properly

Describe some typical pairs of entities that you think might be common in business, and describe their relationships, whether many-to-many, one-to-many, many-to-one, or one-to-one. Explain why you think that a particular relationship applies to that pair of entities.

Answers

Answer:

Sole Proprietorship, General Partnership , Limited Partnership, corporation

Explanation:

Business in something that an individual or a group of people do for a living and produce products and services that benefits the society and the people. There are several entities that can be common in business. Some common form of entities are :

Sole Proprietorship : One to one

-- here there is only one owner in the business and he maintains and manages the entire business functions under his control.

Limited Partnership : many to one

-- here two or more than two partners establish business and runs it but only one or more is liable to the amount of the investments.

General Partnership : many to many

-- It is a business partnership where all the partners shares the profits, the assets, legal liabilities and financial liabilities, etc.

Corporation : many to one

It is a business entity where a group of individual or a group of companies run a single business which is generally authorized by the state.

Some of the typical types of the entities that one may think to be common in term of the business entities are about the relationships that are held within many to many and one to many.

The one to one relation is Sole Proprietorship, General Partnership, Limited Partnership, corporation.

Learn more about the typical pairs of entities.

brainly.com/question/24935985.

Suppose we set the float property on a element. Which of the following statements are correct? (There are multiple correct options. Please select all of them.)

Group of answer choices

a) The elements after the floated element are moved up.
b) The floated element is taken out of the normal flow.
c) The elements after the floated element may overlap with the floated element.
d) The floated element no longer takes up the full width of the page.

Answers

The correct statements are (option b) The floated element is taken out of the normal flow, c) The elements after the floated element may overlap with the floated element, and (option d) The floated element no longer takes up the full width of the page.

When we set the float property on an element, it is taken out of the normal flow of the page and moved to the left or right side of its container. This allows other elements to wrap around it. However, this also means that the floated element no longer takes up the full width of the page and may overlap with other elements. The elements after the floated element are not necessarily moved up, but they may wrap around the floated element and overlap with it.

In conclusion, the float property allows an element to be taken out of the normal flow and positioned to the left or right of its container, potentially overlapping with other elements and no longer taking up the full width of the page.

Learn more about float property: https://brainly.com/question/15134019

#SPJ11

Which term is defined as the study of sound waves and their behaviors and interactions? propulsion acoustics hydraulics thermodynamics

Answers

Answer: i believe it’s acoustics

Explanation:

Consider the Fourier series for the periodic function: x(t)=cos(6t)+sin(8t)+e
j2t
The Fourier coefficient C
3

of the exponential series is: Select one: 0.5 Q.5e 3×12 0 0.5e
1π/2

Answers

The Fourier coefficient C3​ of the exponential series is 0.

In a Fourier series representation, the coefficients represent the contribution of each harmonic component to the periodic function. The Fourier coefficient C3​ is obtained by multiplying the periodic function x(t) by e^(-j3ωt) and integrating over one period.

Given x(t) = cos(6t) + sin(8t) + e^(j2t), we can write e^(-j3ωt) as e^(-j3(2π/T)t), where T is the period of the function.

To find the Fourier coefficient C3​, we need to calculate the integral of x(t) multiplied by e^(-j3(2π/T)t) over one period. However, since the given function x(t) does not contain the term e^(-j3(2π/T)t), the integral will evaluate to 0.

Therefore, the Fourier coefficient C3​ of the exponential series is 0.

Learn more about Fourier series.
brainly.com/question/31705799

#SPJ11

8. A voltmeter measures a voltage drop of 600 V across a heating element while an
ammeter reads the current through it as 2.0 A. What is the resistance of the
heating coil.

Answers

Answer:

How do I calculate voltage drop?

To calculate voltage drop, E, across a component, you need to know the resistance of the component and the current thru it. Ohm's Law is E=I⋅R , which tells us to then multiply I by R . E is the voltage across the component also known as voltage drop

Explanation:

Select the correct answer.
What is the output of P.P( theres three lines over the second P) ?
A. P.P

B. P

C. P.P(one line over the second P)

D. P.P(one line over both ps)

Answers

A is the correct answer

What is wrong with the following code?
6
print (what is your name?)

Answers

Answer:

pakipic na lang po question nyo para masagot po

Explanation:

please po di ko masyado gets po e

it is simple the title name after all it is just asking your name

The insulation resistance of a motor operated by an electronic drive is to be tested using a megger. What precaution should you take? Why?

Answers

Use protective gear. Use insulated tools, Wear flame resistant clothing, safety glasses, and insulation gloves, Remove watches or other jewelry, Stand on an insulation mat. 03. Never connect the insulation tester to energized conductors or energized equipment and always follow the manufacturer's recommendations. When installing new electrical machinery or equipment, testing insulation resistance is important for two reasons. First, it ensures that the insulation is in adequate condition to begin operation. ... The test is accomplished by applying DC voltage through the de-energized circuit using an insulation tester. Insulation resistance should be approximately one megohm for each 1,000 volts of operating voltage, with a minimum value of one megohm. For example, a motor rated at 2,400 volts should have a minimum insulation resistance of 2.4 megohms.

Your company has been asked to design an air-traffic control
safety system by the FAA. The system must identify the closest two
aircraft out of all the aircraft within radar range. For a set P
c

Answers

Air traffic control is an important aspect of aviation that ensures the safety of the passengers, crew, and cargo. The Federal Aviation Administration (FAA) has asked our company to design an air traffic control safety system that can identify the closest two aircraft within radar range.

The system should be able to handle a set P of aircraft and efficiently identify the two closest aircraft from the set. The task requires knowledge of various aspects of air traffic control, including communication, navigation, and surveillance. Therefore, the design team should consist of experts in these fields.

Additionally, the team should develop algorithms that can detect the location of the aircraft, the altitude, and the speed. These data points should then be analyzed to identify the closest two aircraft based on their distance and bearing from each other. The team should also consider other factors such as weather conditions and altitude restrictions while designing the system.

Finally, the system should be tested thoroughly to ensure its reliability and accuracy. The system should be able to handle high traffic density and provide timely information to air traffic controllers. This will help reduce the risk of mid-air collisions and ensure that air travel remains safe and efficient.

To know more about important visit :

https://brainly.com/question/24051924

#SPJ11

Many of the problems applied scientists address are multidisciplinary issues and therefore require the collaboration of scientists with a variety of skills and knowledge. Explain which types of scientists might be involved in studying global warming.

Answers

Scientists have studied global warming for more than 100 years. Thousands of experts have tested hypotheses, gathered evidence, constructed models, debated results, and reviewed one another’s work. Thousands of papers are written every year, produced from nearly every leading university and research institution on Earth—from Harvard to NASA and the US Department of Defense.

The consensus couldn’t be clearer. Climate change is happening. It’s caused primarily by the burning of oil, gas, and coal. If we do nothing, the world will become significantly less habitable.

We’ve lost precious time, but if we act now—decisively and dramatically—we still have a chance at avoiding climate change’s most catastrophic impacts

Name the force acting on the handles of a plastic shopping bag that is full of groceries.

Answers

The answer is

The force acting on the handles of a plastic shopping bag that is full of groceries are gravitational force, muscular force.

Gravitational force works downwards, and muscular force is applied by the hands lifting bucket upwards. Two forces are in the opposite direction and hence balancing each other. As a result net force is zero.

Learn more things about gravitational and muscular force

https://brainly.com/question/20939728

1. Enhance security
2. Improve performance
3. Simplify troubleshooting
Provide three reasons why a network administrator might separate traffic.​
​A network administrator might separate traffic to accomplish the following:
1.
2.
3.

Answers

Enhance security: By separating traffic based on security policies, the network administrator can isolate sensitive data and applications from potential threats. This also helps to prevent unauthorized access to critical resources.

Improve performance: Separating traffic based on network usage can help to optimize network performance by reducing congestion and ensuring that critical applications have the necessary bandwidth to operate efficiently.Simplify troubleshooting: Separating traffic by function or application can make it easier to identify and isolate issues when they occur. This can help to reduce downtime and minimize the impact of network problems on users.

To learn more about resources click the link below:

brainly.com/question/14434570

#SPJ11

Which of the following statements best describes the first priority of public works during the initial response?

Answers

The statement that best describes the first priority of public works during the initial response is: B. Provide an initial assessment of the damages to all community services

How to describe public works?

Public works are defined as a broad category of infrastructure projects, that are financed and constructed by the government, for recreational, employment, and health and safety uses in the greater community.

They include works (such as schools, highways, docks) constructed for public use or enjoyment especially when financed and owned by the government.

Looking at the given options, the one that best describes the first priority of public works is Option B

Read more about Public Works at: https://brainly.com/question/12458747

#SPJ1

The missing options are:

A. Review reports and other data to provide a preliminary damage assessment

B. Provide an initial assessment of the damages to all community services

C. Restore solid waste management services, repair facilities, and clear streets

D. Assist with life safety activity by providing equipment and technical expertise

in order to prevent falls when mounting the tractor, you should have at least body part(s) in contact with the tractor at one time.

Answers

Yes, to prevent falls when mounting the tractor, you should have at least one body part in contact with the tractor at one time.

The act of mounting a tractor involves stepping up onto the machine, which can pose a risk of falls if not done carefully. To prevent such accidents, it is recommended to always have at least one body part in contact with the tractor during the mounting process. This means maintaining contact with the tractor using a hand, foot, or any other body part while transitioning onto or off of it.

By having a point of contact with the tractor, you ensure stability and a secure base of support. This helps distribute your weight evenly and reduces the likelihood of slipping, losing balance, or falling. Additionally, keeping a body part in contact with the tractor provides a physical connection that can be used to steady yourself and make necessary adjustments during the mounting or dismounting process.

To prevent falls when mounting a tractor, it is crucial to maintain contact with the machine by having at least one body part in contact at all times. This simple precautionary measure significantly reduces the risk of accidents and ensures a safer experience when operating agricultural machinery. By following this guideline, operators can promote their well-being and minimize the potential for injuries during tractor usage.

To know more about tractor, visit:

https://brainly.com/question/31659778

#SPJ11

Toyotas more than 30 hybrid vehicles investment in zero emissions vehicle and working on developing hydrogen fuel cell vehicles not only protect the natural environment but also further his overall economic progress customer is generally has positive feelings towards companies that focus on______ efforts such as Toyotas

Answers

The missing term in the presented paragraph is environmental.

In recent years the effects of climate change have been strongly manifested around the world causing:

Forest firesFloodsHeatwavesCold wavesSnowfallThe rise in the level of rivers and seasDeglaciation

Therefore, many companies have begun to investigate productive alternatives to reduce their environmental impact. In the case of the car industry, companies have deepened their research on other sources of energy such as:

ElectricSolarWind

One of them is Toyota, the Japanese brand that has developed cars that work hybrid, that is, with gasoline and electric power. This will reduce the emissions of CO2 and other harmful gases into the atmosphere.

Therefore, it is possible to infer that the missing term in the paragraph is Environmental.

Learn more in: https://brainly.com/question/9427437

A piece of iron of specific heat capacity 0.04 Jkg ¹K and mass 400 kg, is quickly
dropped into 30 kg of water at 10 °C contained in a calorimeter of 120 kg and specific
heat capacity of 0.1 Jkg¹K. If the temperature of the mixture is 30 °C, calculate the
initial temperature of the hot iron (4200 Jkg ¹K¹ = specific heat capacity of water)
(4 marks)

Answers

The hot iron's initial temperature is 157545°C.

What is iron?

Iron has the atomic number 26 and the chemical symbol Fe. It is a metal from the first transition series and group 8 of the periodic table.

Given mass of the iron mi = 400 kg

Specific heat capacity of iron Ci; = 0.04 Jkg⁻¹k⁻¹

Mass of water Mw = 30 kg

Specific heat capacity of water C w = 4200 Jkg⁻¹ k⁻¹

Temperature of water Tw = 10°c

Mass of Calorimeter Mc = 120 kg

Specific heat capacity of Calorimeter Cc = 0.1 Jkg⁻¹K⁻¹

Final temperature of the mixture of T f = 30°c

Let Ti be the initial temperature of the iron.

We know that, heat lost and heat gained will be equal.

So,

Mc Cc ( T f - 10 ) + Mw C w ( T f - 10 ) + Mi Ci; ( T f - T i ) = 0.

=120 x 0.1 ( T f - 10 )+ 30 x 4200 (T f - 10) + 400 x 0.04 (T f - T i) = 0.

=12Tf - 120 + 126000Tf - 1260000 + 16Tf - 16 T i = 0

= - 16 T i = 1260120 ( 26028 x T f)

T i = 157545°C.

To learn more about iron
https://brainly.com/question/150962
#SPJ9

will a chart that only specifies the outdoor ambient temperature still read accurately if the indoor relative humidity is very far from 50 percent? A) Yes, because the chart is based on 400 CFM per ton airflow.
B) Yes, because the chart uses both outdoor and indoor dry-bulb temperature.
C) No, because a central assumption of the chart would be inaccurate.
D) No, because the intersection would always fall below the red line in this instance.

Answers

C) No, because a central assumption of the chart would be inaccurate.

The accuracy of a chart that specifies only the outdoor ambient temperature relies on the assumption that the indoor relative humidity is around 50 percent. If the indoor relative humidity deviates significantly from 50 percent, the chart's accuracy would be compromised. The relationship between temperature, relative humidity, and other factors affects the performance and comfort levels of a space, so a deviation from the assumed conditions would render the chart inaccurate.

Learn more about inaccurate here

https://brainly.com/question/32350240

#SPJ11

Consider the following data for 2008 in a small suburban community:

1. number of accidents: 360 fatal 10 injury 36 pdo 314
2. number of fatalities 15
3. area population: 50,000
4. registered vehicles 35,000
5. annual vmt: 12,000,000
6. average speed 30 mi/hr

compute all relevant exposure and population based accident and fatality rates for this data. compare these to national norms for the current year. (hint: use the internet to location current national norms)

Answers

Answer:

Motorcyclist Fatality and Injury Rates per Vehicle Miles Traveled, 1998-2008. 10. 9. Fatalities in School Transportation Related Crashes,. 1998-2008.

Explanation:

When driving a commercial motor vehicle safely, it is recommended that you leave at
least one second between your vehicle and the vehicle you are following for each
feet of your vehicle's length.

Answers

Answer:

If you are driving below 40 mph, you should leave at least one second for every 10 feet of vehicle length.

a worn or defective axle bearing will likely make what type of noise?

Answers

A worn or defective axle bearing will likely make a whining or growling defective axle . Axle bearings serve a vital role in the suspension and drivetrain system of a vehicle.

They are responsible for supporting the weight of the vehicle, as well as transmitting the rotation of the axle to the wheels.

When an axle bearing is worn or defective, it can cause a range of issues and symptoms. The most common symptom of a bad axle bearing is noise.

This noise can be heard as a whining or growling sound, which will usually increase in intensity as the vehicle's speed increases.

Other symptoms of a bad axle bearing may include vibration or shaking in the vehicle, as well as poor handling or steering.

In conclusion, if you hear a whining or growling noise coming from your vehicle, it is likely that the axle bearing is worn or defective. It is important to have this issue addressed as soon as possible, as a bad axle bearing can lead to more serious problems with your vehicle's suspension and drivetrain system.

To know more about drivetrain system visit:

brainly.com/question/30811747

#SPJ11

Water is pumped from a lake to a large storage tank that is 15 m above at a rate of 70 L/s while consuming 15.4 kW of electric power. Disregarding any frictional losses in the pipes.

a. Starting from the conservation of energyequation in the units of Watts, simplify the equation for the case where you want to determinethe mechanical energy added to the water by the pump. Explain why you can eliminate each termyou would not need. The final form of the equation should be in terms of parameters given in a typical problem.
b. Calculate the overall efficiency of the pump-motor unit.

Answers

Answer:

Water is pumped from a lake to a storage tank of 15 m above at a rate of 70 L/s while consuming 15.4 kW of electric power. Disregarding any frictional losses in the pipes and any changes in kinetic energy, determine (a) the overall efficiency of the pump-motor unit and (b) the pressure difference between the inlet and the exit of the pump.Explanation:

If chestnut hair (E) is dominant over black hair (e), can two horses with black hair produce an offspring with chestnut hair? Explain your answer.

Answers

Answer:

No, the offspring of two black horses cannot have chestnut hair. Since the black hair allele is recessive, both parents have to be hz recessive and do not carry the dominant chestnut hair allele. The only allele the parents can pass back to their offspring is the black allele.

Explanation:

Edg. 2022

Answer: The offspring of two black horses cannot have chestnut hair. Since the black hair allele is recessive, both parents have to be his recessive and do not carry the dominant chestnut hair allele. The only allele the parents can pass back to their offspring is the black allele.

Explanation:

vết nứt tế vi là gì?

Answers

henuwueg kîlsbw srwy

True or false To fasten a duct hanger to a gypsum board wall, the best fastener would be an anchor shield

Answers

The given statement of "To fasten a duct hanger to a gypsum board wall, the best fastener would be an anchor shield" is false.

Why is the above statement false?

Anchor shields are typically used to secure objects to concrete or masonry walls.

For fastening a duct hanger to a gypsum board wall, the best fastener would be a toggle bolt or a self-drilling drywall screw. These fasteners are specifically designed for use in drywall and can provide a secure hold for the duct hanger.

Therefore, one can say that Anchor shields may not provide a secure hold in drywall, as they are designed for use in masonry or concrete.

Learn more about gypsum from

https://brainly.com/question/28238766

#SPJ1

Your new team is working hard, but they are all less experienced than you and don't complete their tasks as quickly.What would you be most and least likely to do? (A). Reach out to your manager to discuss the situation.Try to identify the best way to support the new associates. (B).Remind your coworkers of performance expectations and that they need to be working harder to complete tasks. (C). Offer to help others complete their tasks; observe their work process and provide some tips that might help them. (D). Give your coworkers more time to figure out how to do the task; they likely just need more practice with what they've already learned.​

Answers

I believe most likely: (C) least likely: (B)

Technician A says force on the brake pedal is transmitted directly to the wheels by linkage. Technician B says pedal force is transmitted by hydraulic pressure generated in the master cylinder. Who is correct

Answers

Given sentence'' Technician B says pedal force is transmitted by hydraulic pressure generated in the master cylinder'' is correct. Technician B is correct.

Technician B is correct. The brake pedal is connected to the master cylinder through a hydraulic system, which transmits the force generated by the pedal to the brake calipers or drums. A technician is a skilled employee who repairs, installs, replaces, and services various types of equipment and systems. Each day, a technician spends time tackling different tasks, depending on the issue, such as analyzing problems, running tests, and repairing equipment. The force on the pedal creates pressure in the master cylinder, which in turn activates the brakes through the hydraulic lines. There is no direct mechanical linkage between the brake pedal and the wheels in modern vehicles.

For such more questions on Hydraulic pressure and brakes.

https://brainly.com/question/28278722

#SPJ11

Other Questions
Investigate substances containing carbon or oxygen that relate to biological processes. Explain their main function in those processes. Answer the questions below Regardless of his income and regardless of prices, Smedley always spends 25% of his income on housing, 10% on clothing, 30% on food, 15% on transportation, and 20% on recreation. This behavior is consistent with which of the following?a. All goods are perfect substitutes.b. Smedley's demands for commodities do not change when their prices change.c. Smedley consumes all goods in fixed proportions.d. Smedley has a Cobb-Douglas utility function.e. More than one of the above. The American Board of Genetic Counseling certifies graduates who are then allowed to help map the human genome.TrueFalse If bicoid mrna is injected at the anterior end of an egg from a bicoid mutant mother, what would the phenotype of the resulting larva be?. PLEASE HELP! 20 POINTS 1) A ball is thrown starting at a time of 0 and a height of 2 meters. The height of the ball follows the function H(t)=4.9t2+25t+2. What is the height of the ball at each second from 0 to 5? (I'll put a picture of the graph.) 2) Which expression could represent the height of a soccer ball as it is in the air after being kicked? (This is part 2 to question 1) A. 16t+9 B. 16t2+4t3 C. 9t2+25t D. 16t2+25t+1 hardest french questions the orishas, gods of the yoruba, can best be described asgroup of answer choicesattribute godsotiose godsomnipotent godscreator gods The population of a country is initially 7.3 million peopleand is increasing ata rate of 2.8% per year. Determine an exponential function asa model forthe population at any time, t, in years. (i.e TSUIf the measure of angle U = 22 degrees, thenangle S =angle U = At what temperature in Kelvin will 50.01 moles of neon at a pressure of 1.01 atm occupy a volume of 237L? 3. The jar with a plant floating on it was placed on top of the table. What do you think is the plant inside the jar? A lotus B. lemon grass C. onion D. orchidPLEASE I REALLY NEED THE CORRECT ANSWER RIGHT NOW!!! Moon-shape strip of land located in the modern day middle east, also known as mesopotamia. Interview a business owner on how to manage crisis in a workplace conduct an interview A) how far would the cheetah have traveled in the first 8 minutes? show how you arrived at your answer. Use two points to enter an equation for the function. Give your answer in the form a (b^x). In the eventthat a = 1, give your answer in the form b^x. How did the native american share their culture and history Katherine invested $63,000 in an account paying an interest rate of 9.265 compounded monthly. brianna invested $63,000 in an account paying an interest rate of 9.75 compounded continuously. to the nearest dollar, how much money would brianna have in her account when katherine's money has doubled in value? When microsoft creates an advertisement that promotes microsoft as a whole, it is using? What is the shape that the question below