Jonah's minimum monthly payment on his credit card is the higher of 2% or
$20. If his balance at the end of the month is $4500, what is the minimum
amount Jonah must pay to keep his account in good standing?
A. $450
B. $20
C. $90
D. $125

Answers

Answer 1

Answer:

$90

Explanation:

Because 90 is 2 % of 4500

Answer 2
The answer I got was ac

Related Questions

when inserting a fly in animation what is the first step in the process?

Answers

Answer:

you select the element you wish to animate

Selma needs to ensure that users who have access to her presentation are unable to make changes to the presentation.
What should she do?
O Apply password protection and only distribute the read-only password.
O Use the Mark as Final feature
O Restrict access to the presentation at the file server
O Use the Protected View option.

Answers

Use protected view option

Answer:

She should D. Use the Protected View option.

Explanation:

Steve wants to become a successful graphic design entrepreneur. Which entrepreneurial approach will help him succeed? A. working as a graphics artist B. working as an animator C. being employed as a web developer D. employing or hiring designers for work

Answers

Answer: A.  working as a graphics artist

Explanation: None of the others are specifically what he wants.

Answer:

I believe the answer is: C. Being employed as a web developer

Explanation:

Which of the following is one of the three methods used to perform drug calculations?

A. Volume and mass
B. Quantity proportion
C. Quantitative analysis
D. Ratio and proportion

Answers

Answer:

D

Explanation:

ratio and proportion are used to perform drug calculations.

5.23 LAB: Miles to track laps

One lap around a standard high-school running track is exactly 0.25 miles. Write a program that takes a number of miles as input, and outputs the number of laps.


Output each floating-point value with two digits after the decimal point, which can be achieved by executing

cout << fixed << setprecision(2); once before all other cout statements.


Ex: If the input is:


1.5

the output is:


6.00

Ex: If the input is:


2.2

the output is:


8.80

Your program must define and call a function:

double MilesToLaps(double userMiles)

has to be done in c++

Answers

Answer:

Following are the code to this question:

#include <iostream>//defining header file

#include <iomanip> //defining header file

using namespace std;

double MilesToLaps(double userMiles)//defining method MilesToLaps which accepts parameter  

{

   double numlaps; //defining double variable

   numlaps = userMiles / 0.25; //calculating and holding numlaps value

   return numlaps; //return value

}

int main() //defining main method

{

   double userMiles;//defining double variable userMiles

   cout<<"Enter miles value: ";//print message

   cin>>userMiles;//input value

   cout<<fixed<<setprecision(2);//using setprecision method

   cout<<"Total laps: "<<MilesToLaps(userMiles);//print MilesToLaps method value

   return 0;

}

Output:

Enter miles value: 1.5

Total laps: 6.00

Explanation:

Description of the above code:

In the above program, a double method "MilesToLaps" is declared, which accepts "userMiles" a double variable in its parameter. Inside the method, a double variable "numlaps" is declared, which divides the "userMiles" value by 0.25 and returns its value. In the main method, a double variable "userMiles" is declared that inputs value from the user end and use the setprecision and call the method "MilesToLaps"  and prints its return value.

Answer:

def miles_to_laps(miles):

  return miles / 0.25

miles = 5.2

num_of_lap = miles_to_laps(miles)

print("%0.2f miles is %0.2f lap(s)" % (miles, num_of_lap))

Explanation:

The character you control enters the Mystic Palace. Once inside, you find that the game’s world turns upside down. Standing on the ceiling, your objective is to get to the exit that is now above your head. To do so, you’ll have to use objects on the wall such as bookcases and paintings. What kind of challenge has been described here?

resource management
reaction time
spatial awareness
pattern recognition and matching

Answers

Answer:

is it pattern recognition and matching

Explanation:

Answer:

pattern recognition and matching

You've found an image you want to insert into your slide presentation. You
want to make the image look more gray so that it looks like an older image.
What would you need to adjust?
A. Contrast
B. Hue
C. Tone
D. Size

Answers

You would need to adjust the hue

Answer:

B) Hue

Explanation: You need to adjust btw ED 2020

Identify the three common types of programming design.


object-oriented programming design


structured programming design


group-centered programming design


top-down programming design


multi-developer programming design


multi-language programming design

Answers

Answer:

object-oriented programming design

structured programming design

top-down programming design

Explanation:

Object-oriented programming design are those in which the programming is designed according to the objective required. For example I want a complete analysis of financial statements so I would design a program in which all the financial ratios would be included which would show results.

Structured programming design are those in which programs are designed using specific structures . For example i want an analysis of financial statements so the income statements profit would be found out first then the balance sheet would be balanced.

Top-down programming design are those in which programs are designed using flow of command or informational operations from the top hierarchy to the bottom. For example I want an analysis of financial statements so journal entries done by the accountant must be correct or the ledgers must be complete before the information is further used. In  top-down programming design the command is used from the top to the bottom. Being a CEO,  must be having  complete  financial analysis and the company's details.

Answer:

A , B, D

Explanation:

when inserting a fly in animation what is the first step in the process?

Answers

Answer:

The answer: select the element you wish to animate.

Explanation:

Select an element or image or something you want to edit

How would you determine if your earned credits would transfer to a regionally accredited school?

A. You would need to contact the United States Department of Education.

B. You would need to contact the regional accreditation agency that accredited the school.

C. You would need to contact the regionally accredited school from which you earned your credits.

D. You would need to contact the regionally accredited school to which you intended to transfer the credits.

Answers

Answer:

D hope this helped - Willow

Answer:

Im pretty sure it is D

Explanation:

What column, row, and text formatting issues are important when designing tables and lists?

Answers

Answer:

Microsoft Excel or Google sheets.

Explanation:

Michael needs to ensure that those items that are automatically archived are still easily accessible within Outlook.

Answers

Answer:

yes

Explanation:

1. Create a new local folder or .pst (Personal Folders) file to hold Archived Mail. Right-click on the On My Computer heading at the bottom of your folder list and choose New Folder.  Name the folder Archived Mail or something else that’s easily recognizable. In older versions of Outlook, you can select File>Archive and change the date under Archive items older than. 2. Create a new Archiving Rule. Click on Tools > Rules, select Exchange from the On My Computer section, and click the + near the bottom of the window. Name the rule something meaningful and recognizable, like “120 Days, Auto Archive.”            

           3. Define the time limit and destination for emails eligible for archiving. Under the When a new message arrives menu, change Date Received (we suggest 120-180 days) and then change Do the Following to a defined action like “Move Message + Archived Mail.” Click the check box for Enabled and click OK. In older versions of Outlook, clicking Tools>Options>Other>Auto Archive brings up a similar set of options.          

           4. Run the new rule on existing email folders. If you set a new rule that all emails over six months old will be archived, don’t let aging messages received before that rule was implemented continue to clog up your Inbox. Select the preferred mail folder, click Messages>Rules>180 Day, Auto Archive, and wait patiently while your email account reorganizes itself. Remember, you’ll have to perform this function on each desired folder; also, Outlook uses “Last Modified Date” to archive, not “Received Date.”

           5. Want to access your archived emails? Simple — they’re waiting for you right on the left-hand column of folders — or under the list of .pst files on your computer — with all of your other mail folders. The key? They’re no longer taking up space in your mailbox.

Answer:

D

Explanation:

A _____________ is the information sent to a function in python

Answers

Answer:

Formal Parameters

Explanation:

The arguments in the function definition bind the arguments passed at function invocation (i.e. when the function is called), which are called actual parameters, to the names given when the function is defined, which are called formal parameters.

Answer:

argument

Explanation:

What has created a major shift in the methods used by graphic artists in recent times

Answers

Answer:

apps and tools online like procreate and apple pencil

Explanation:

Only apps and tools for graphics artists.

Which of the following types of education may not require an application, only a registration and fee?

A. Colleges
B. Universities
C. Graduate Schools
D. Training Programs

Answers

Answer:

The answer here is D training programs

Explanation:

Answer:

Training programs may not require an application, only a registration and fee.

Buying a house is most likely a long-term goal for a person of which of these
ages?
O A. 59 years old
B. 19 years old
O c. 79 years old
D. 69 years old
SUBMIT

Answers

Answer:

B  i think

Explanation:

most likely 19 years old

Data refer to
A. Images that illustrates evidence or main points of an argument.

B. Pictures that accompany the results of studies and research projects.

C. People who are targeted for large surveys such as the u.s census

D. Large sets of information that can be analyzed for patterns and trends

Answers

D. Large sets of information that can be analyzed for patterns and trends

You have a chart that shows 100 data points and you’ve circled the highest value.which of the following are you using?

Answers

Answer:

D) the Rudolph Rule

Explanation:

I did this before

BRAINLIEST plz help

What duration of blank roll should Jon begin with to avoid ripples at the start of the tape?

A. 5 sec
B. 10 sec
C. 20 sec
D. 30 sec

Answers

Answer:

i would say 10

Explanation:

for example u drop the toilet paper and roll it back up as fast as you can it wont align but if you roll it up super slow its too hard to make it neat. If you roll it up at a moderate speed then it will be easy

Answer:

You have the question wrong it should be:

What duration of blank roll should Jon begin with to avoid ripples at the start of the tape?

A.  

5 seconds

B.  

15 seconds

C.  

20 seconds

D.  

30 seconds

which i would think 15 seconds.

Which of the following is not a basic networking hardware component? Network interface card
network cable
device driver
Hub /Switch

Answers

Answer:

Device Driver

Explanation:

All of the other options are physical and are something that you can physically touch. The device driver runs in software and allows the computer to communicate with the device that is attached.

Describe two utility programs that may be useful in preventing harmful programs from being installed on computers in a network

Answers

Answer:

1- Antivirus

2- Antispyware

Explanation:

1- The antivirus will look for possibly malicious actions on the computer

2- Antispyware, it will search for spy programs on your computer

The two utilities namely Antivirus, Antispyware are useful in preventing harmful programs from being installed on computers in a network.

What is an antivirus?

An antivirus programme is a security tool you install on your computer or mobile device to guard against malware infection. Malicious software of any kind, including viruses, worms, Trojan horses, and spyware, are collectively referred to as "malware."

Anti-spyware software is a type of application created to stop and identify the installation of undesirable spyware applications and to delete them after they have been set up.

Rules-based detection or detection based on definition files downloaded and identifying currently running spyware programmes are both options for detection.

A virus can be found, blocked, and then removed from our computer system using antivirus software. Software called anti-spyware is designed to identify a particular kind of dangerous programmes known as spywares.

Thus, these are two utility programs that may be useful in preventing harmful programs from being installed on computers in a network.

For more details regarding antivirus, visit:

https://brainly.com/question/14313403

#SPJ2

Which of these is a digital broadcast system?
A.
NTSC
B.
PAL
C.
DTMB
D.
SECAM

Answers

Answer:

DTMB is the digital broadcast system among them.

Answer:

All but one analog television system began as black-and-white systems. Each country, faced with local political, technical, and economic issues, adopted a color television system which was grafted onto an existing monochrome system, using gaps in the video spectrum (explained below) to allow color transmission information to fit in the existing channels allotted. The grafting of the color transmission standards onto existing monochrome systems permitted existing monochrome television receivers predating the changeover to color television to continue to be operated as monochrome television. Because of this compatibility requirement, color standards added a second signal to the basic monochrome signal, which carries the color information. The color information is called chrominance with the symbol C, while the black and white information is called the luminance with the symbol Y. Monochrome television receivers only display the luminance, while color receivers process both signals. Though in theory any monochrome system could be adopted to a color system, in practice some of the original monochrome systems proved impractical to adapt to color and were abandoned when the switch to color broadcasting was made. All countries used one of three color systems: NTSC, PAL, or SECAM.

Explanation:

What does it mean for a school to be “accredited”?

A. It has to prove that all of its graduates eventually find gainful employment.

B. It has to prove that it is an actual college or university with professors and classes.

C. It has to prove that it provides high quality education that will meet a student’s needs.

D. It has to prove that it offers classes that teach students about many different points of view.

Answers

It mean that the college can operate as a business in that state

Answer:

C. It has to prove that it provides high quality education that will meet a student’s needs.

A ____________ is a set of commands which can be run by calling it by name. (Phyton)

Answers

A function: is a set of commands which can be run by calling it by name.

In Computer programming, a function refers to a group of organized, reusable set of commands (code) that are used to instruct a computer to perform a specific task i.e a single but related action.

Generally, a function receives or accepts data as an input, processes the data and then returns a single result or a set of results as the case may be.

Additionally, the name and arguments contained in a function must always be specified by a function. This makes it possible for a function to be run by a program by calling its name.

Read more: https://brainly.com/question/23838498

How will Mario know which words are misspelled in his document?

Answers

Answer:

By seeing if there are any red lines under the words or go to tools.

Explanation:

Sometimes when you spell something wrong, there will be a red line under it. If not, and you're are not sure if it's correct, go to "tools" then select spelling and grammar then it'll give you corrections if they need to correct anything.

Answer: D

The word would have a red underline.

Explanation:

Hope this helps!!

Which of the following is a regional accreditation agency?

A. Middle States Association of Colleges and Schools

B. Accrediting Commission of Career Schools and Colleges

C. Accrediting Agency for Independent Colleges and Schools

D. Distance Education Training Council, Accrediting Commission

Answers

Answer:

A. Middle States Association of Colleges and Schools

Explanation:

The Middle States Association of Colleges and Schools (Middle States Association or MSA) is a non-profit association that performs regional accreditation of schools both public and private  in the Mid-Atlantic region of the United States and for some institutions with an American origin. The MSA has three commissions:

Middle States Commission on Higher Education (MSCHE) Middle States Commission on Elementary Schools (MSCES) Middle States Commission on Secondary Schools (MSCSS)

Walt is distributing a presentation to others in hopes that they will review portions of the presentation. What could he create
to more easily inform those users of the slides on which they should focus?
Groups
O Sections
O Comments
O Custom Slide Shows

Answers

Answer:

Sections

Explanation:

It lets others know what parts to skip in a short sentence.

Answer:

Hello

Answer:

Sections

Please Mark.

Cheers, Jake

Add the following binary numbers. 101110010 and 111001101

Answers

Answer:

101110010 is 370 in decimal (base 10, what we usually do math in) and 111001101 is 461 in decimal. The sum of 370 and 461 is 831, and 831 is binary is 1100111111. So, if you want the answer in decimal it is [tex]\boxed{831_{10}}[/tex] and if you want the answer in binary, it is [tex]\boxed{1100111111_2}[/tex].


Select the correct answer.
Dave is a recruiter for a large video and animation firm. He is looking for an employee who is willing to give productive hours to activities related
to the job. Which quality is he looking for?
A responsibility
B. flexibility
C trust
D. reliability
E integrity

Answers

The answer is B. Flexibility

Dave is a recruiter for a large video and animation firm.  The quality he is looking for is responsibility. The correct option is A.

What is a responsible employee?

The business owner is in charge of organizing the organization, overseeing its operations, and inspiring staff. The business owner sets the direction and vision that the employees follow, so it is up to the business owner to be admirable, dependable, and consistent.

The workers are in charge of ensuring that the work they perform for the companies is safe and healthy for them.

The employees are accountable for their acts and inactions for the health and safety of other stakeholders, and they must assist with the employer's safety measures.

Therefore, the correct option is A. responsibility.

To learn more about responsible employees, refer to the link:

https://brainly.com/question/17177422

#SPJ2

Which transformation(s) can be used to map ARST onto
AWWX?
reflection only
translation only
reflection, then translation
Srotation, then translation​

Answers

Answer:

The last line i.e "rotation, then translation​ " is the correct answer .

Explanation:

Missing information :

In this question some information is missing The triangles are congruent by the SSS and HL. This line is missing in the given question .

The triangles that are the exactly similar sides and the angles.is known as congruent triangles .In the congruent  triangle  One's three sides are exactly similar in way of measuring to someone else's three sides also each of the three angles has almost the same angle as another.

In the congruent triangles firstly the reflection will applied then after the translation process is applied in the SSS and HL.The other options are incorrect because they are not used for the mapping of RST into AWWX that's why these are incorrect option .  

Answer:the correct answer is d

Explanation:

just took the test

Other Questions
What property was applied to solve the equation below?0.36x=-1.80.36(+0.36)x=-1.8(+0.36)X=-5Addition Property of EqualitySubtraction Property of EqualityMultiplication Property of EqualityDivision Property of Equality what is the combined lenght of all buttons longer than 1 inch? In Ruthless by William DeMille, how does the authors use of dialogue develop characterization and indirect characterization? solve system by substitutition or elimination. 9x-8x=9 -18x+16y=-18 Determine and prove which lines are parallel.: Need by Tuesday!! Thanks! After conquering an area, what aspects of that society did Genghis Khan keep?Plz help I will mark you brainlest You flip two coins and roll a dice. What is the probability of flipping two tails and rolling an even number? pis possibHow many gallons of a 60% antifreeze solution must be mixed with 100 gallons of 15% antifreeze to get a mixture that is50% antifreeze? Use the six-step method.Gallons ofAntifreezeStrength Gallons ofSolutions60%X15%10050%X + 100 A circle has a diameter of 10 feet. What is the area of the circle? Leave answers in terms of . Please answer this question and thank you !! Will give you brainliest !! Choose which of these is the net of a cube. On Orbitz, you found a flight for $345.00 to Miami. Whoooo! As you are about to check it out, Orbitz offers you a promotion. Get 20% off What is the discount that you will be saving, if tickets are needed for you, one of your parents, and two friends? Cuanto son 2 mas 2? um.. i need help _ What information can you infer from the Lewis structure diagram shown below? A. Boron has six valence electrons. B. Oxygen has six valence electrons. C. Boron has five valence electrons. D. Oxygen has five valence electrons. The number of phone calls received by the complaint department of asmall company over a five day period is as follows:28, 26, 33, 41,47Find the mean deviation for this data. Which hydrocarbon has more than one possible structural formula? i don't even know what this is literally someone help me (khan) Based on the diagram above, which organism will have the greatest physical difference from its ancestor?a) birds (b) lobsters (c) perch (d) mammals What is the main use of freshwater worldwide?A.Residential uses,such as bathing and cookingB.Recreational uses,such as boating and swimming C.Industrial uses,such as manufacturing D.Agricultural uses such as watering crops Please answer question 2.1. What happens when you stir a spoonful of sugar into hot water? 2. When sugar or another substance is dissolved in water, it disappears from view and forms a homogeneous mixture with the water, also called a solution.If you cant see the sugar, how can you tell that it is there?