Consider the following code segment. ArrayList oldList = new ArrayList(); oldList.add(100); oldList.add(200); oldList.add(300); oldList.add(480); ArrayList newList = new ArrayList(); newlist.add(oldlist.remove(1)); newList.add(oldlist.get(2)); System.out.println(newlist); What, if anything, is printed as a result of executing the code segment? A [120, 300, 400) B [200, 300] 1200, 400) Nothing is printed because the code segment does not compile Nothing is printed because an IndexOutOfBoundsException will occur

Answers

Answer 1

The code does not compile, hence nothing is printed.

What do you mean by compiler?

The source code of one programming language is converted into machine code, bytecode, or another programming language by a compiler, a specialised programme. Usually, a high-level, understandable language like Java or C++ is used to create the source code.

What is a compiler and how does it work?

Compiler: A piece of software that converts source code written in a high-level language (such as C++) into a set of instructions that can be read by the CPU of a digital computer. Large-scale programmes called compilers have error-checking and other features.

To know more about compile visit:-

https://brainly.com/question/28232020

#SPJ4


Related Questions

under what circumstances would a multi-domain structure not be an ideal choice?

Answers

A multi-domain structure would not be the best option in PDC emulator master. conditions.

Can a forest contain many domains?

Multiple domain trees may exist in a forest. When a new tree is created in a forest, its root is a child domain of the original root domain.

What is a domain and how can members of the domain's machines and users benefit from it?

Network resources including computers, servers, and user accounts that allow for centralized management are grouped together as domains. It is possible to control which resources, including shared folders and printers, users and computers within a domain can access.

To know more about multi-domain structure visit :-

https://brainly.com/question/1133820

#SPJ4

If an echelon form of the matrix has a pivot position in every column, what can you say about the system of equations

Answers

The system has a singular solution if each column of the coefficient matrix has a pivot location. If the coefficient matrix has a column with no pivot point,

Describe the echelon form using an example:

If a rectangular matrix possesses all three of the following, it is in echelon form: All rows other than those with zeros are above all other rows. Each row's leading entry is in the column directly to the right of the row's leading entry above it.

What are the reduced echelon form and echelon?

When you execute row reduction, there are infinitely many alternative solutions since the echelon form of a matrix isn't unique. On the other end of the spectrum is the reduced row echelon form, which is distinctive,

To know more about echelon form visit:

https://brainly.com/question/14693506

#SPJ4

Ann, a user, reports that after setting up a new WAP in her kitchen she is experiencing intermittent connectivity issues. Which of the following should a technician check FIRST ?
A. Channels
B. Frequency
C. Antenna power level
D. SSID

Answers

Channels After installing a new WAP in her kitchen, Ann, a user, claims that she is having sporadic connectivity problems.

Which of the following provides the highest level of wireless security?

There is consensus among experts that WPA3 is the best wireless security protocol when comparing WEP, WPA, WPA2, and WPA3. WPA3, the most recent wireless encryption system, is the safest option.

Is WEP preferable to WPA2?

The WPA standard's second iteration is known as WPA2. Wep is the least secure of these standards, therefore if at all possible, avoid using it. However, using any encryption is always preferable to using none. Of the three, WPA2 is the safest.

To know more about WAP visit :-

https://brainly.com/question/13073625

#SPJ4

true or false : in sql, you cannot enter an apostrophe into a column whose type is character (char).

Answers

False because a character-type column cannot accept an apostrophe (CHAR). Common columns in two or more tables are used to implement relationships in relational databases.

Which of the following statements about SQL's UPDATE function is true?

You must specify the columns to update with their new values in the UPDATE command (separated by commas). The WHERE clause must be used to specify the UPDATE command in order to update multiple targeted records.

Which of the following qualifies as an acceptable SQL command?

All of these SQL commands for Character, Numeric, and Float are legitimate. Additionally, if you are a beginner and want to study SQL and become certified to improve your employment prospects, look at Intellipaat's SQL certification course.

To know more about SQL commands visit:-

https://brainly.com/question/13014014

#SPJ4

The statement int wage; creates a variable named wage that is used to _____ the value 20. input output hold

Answers

The command int wage; hold a variable called wage that stores the value.

Which statement sets the subsequent input value as the variable value for numCars?

The input statement assigns the following program input value to the variable that is specified.  statement sets the subsequent input value as the variable value for numCars  design is an input statement A parallelogram indicates, As follows: Don't forget the output.

Do one-line comments frequently follow statements on the same line?

All the text after the initial / character is included in a single-line remark. Commonly, a statement on the same line is followed by a single-line comment. All content between / and / is considered to be a component of a multi-line comment, which begins with / and ends with /.

To know more about variable visit :-

https://brainly.com/question/17344045

#SPJ4

Gino is an ethical hacker hired as a consultant to test the security of a mid-sized company's network. As part of his assignment, he has been given physical access to the system. He has built a dictionary of hashed passwords from the hard drive of the device. Which type of attack is he planning to launch?

Answers

In light of the question that we have, option (B), or Rainbow, is the appropriate response.

How do moral hackers behave?

Ethical hackers deploy their expertise to safeguard and advance an organization's technology. By hunting for weaknesses that could result in a security breach, they offer these companies a crucial service.

The Gino intends to conduct an attack using the Rainbow in the scenario presented. The reason being that Gino created a thesaurus of usernames and passwords from the device's hard drive, which would empower Gino to launch a Rainbow attack. In a Rainbow attack, the attacker sends a data structure with a list of potential passwords. In this scenario, Gino has founded a vocabulary of hashed passwords.

To know more about Ethical Hacker visit :

https://brainly.com/question/30037784

#SPJ4

The Complete Question :

Gino is an ethical hacker hired as a consultant to test the security of a mid-sized company's network. As part of his assignment, he has been given physical access to the system. He has built a dictionary of hashed passwords from the hard drive of the device. Which type of attack is he planning to launch?

A. Dictionary

B. Rainbow

C. Hybrid

D. Brute force

Constructing strings
Construct a string alphaString from 'a' to endLetter, using the double colon operator.
Ex: If endLetter is 'e', then alphaString is 'abcde'
function alphaString = CreateString(endLetter)
% endLetter: Ending letter of string
% Construct a string alphaString from 'a' to endLetter, using
% the double colon operator
alphaString = 'fixme';
end

Answers

A three-part inclining wall structural surface feature constructed of reinforced concrete. It serves to sustain the stairway's elements. The base of the string refers to the lower portion.

What is the purpose of string in construction?

A string is used in masonry to create a level or straight line. It serves as a reliable guide while constructing a wall. Determine the fixed points that need to be linked before using a string.

What exactly does "string processing" mean?

As a result of the computer's ignorance of words or concepts and treatment of text as strings of letters, working with text in computer programs is referred to as "string processing." Anything constituted by strings.

To know more about structural surface visit:

https://brainly.com/question/29834264

#SPJ4

explain plat data model​

Answers

Data models are a set of guidelines and/or constructs that are employed in computers to define and represent elements of the real world. There are two main data models.

Describe data models using an example.

There are two distinct but related notions that might be referred to as data models. It can also refer to an abstract formalization of the entities and connections present in a certain application domain, such as the clients, goods, and orders in a manufacturing company.

By data model, what do you mean?

Data models for an organization visually represent data elements and their interactions. Models help define and structure data within the context of relevant business activities, which aids in the development of effective information systems.

To know more about data model​ visit:-

https://brainly.com/question/29651109

#SPJ1

List all of the permutations of {a, b, c} no replacement and length 3
Proof

Answers

If subsets, then the answer is correct.Notice that Part 4 * Part 5 = Part 1 6 * 10 = 60

What is permutation example?

An arrangement of things in a precise order is called to as a permutation. Here, the members of sets are arranged in a linear or relation to a matter. For illustrate, the set A=1,6 has a permutation of 2, which is 1,6,1. There is no other method for organizing the pieces of set A, as you can see.

1. That would be 5*4*3 = 60

Part 2 is the same as part 3,

just replace every "e" with a "c".

Part 3: correct

For enumerations, it's a good idea to be systematic in doing them,

so you don't miss any.

Alphabetical order would be good

a _ _, d _ _, e _ _

a(de, ed), d (ae, ea), e (ad, da)

ade, aed, dae, dea, ead, eda

Part 4: count the number of permutations in

part 2 or part 3: ? six.

Part 5: "subjects" ? or "subsets"

If subsets, then the answer is correct.

Notice that Part 4 * Part 5 = Part 1

6 * 10 = 60

To know more about permutations visit:

brainly.com/question/1216161

#SPJ4

The complete question is -

List all the permutations of {a,b,c}. This is a permutation and repeats are not allowed Therefore, there are p(3,3)= 3!/0! = 6 permutations, which are a, b, c ; a, c, b ; b, a, c ; b, c, a ; c, a, b ; c, b, a.

4.5 code practice phython code answers

Answers

Answer:

count = 0

data = input('Please enter the next word: ')

while data!= "DONE":

         count = count + 1

         print("#" + str(count) +": You entered the word " + data)

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

print("A total of "+ str(count) + " words were entered.")

Explanation:

So the code is asking us to put in words from the user and then it will count those words in total.

so first we want the code to start from 0 to get an accurate count

count = 0

boom, first line.

second you will ask the user to input a word with a data string on it to then have it stored

data = input('Please enter the next word: ')

now if the user enters DONE the code will know to stop and give the total

while data != "DONE":

then we will have the code count the words we inputed,

count = count + 1

next we want to know how many words we put in "the whole point of the code.

print("#" + str(count) +": You entered the word " + data)

the data is very important

if the user didnt enter DONE we want the code to continue so we ask the user to enter another word    

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

now we do the same thing as the code before, now we show how many words were entered in total

print("A total of "+ str(count) + " words were entered.")

Stay blessed

Stay up

the unit implemented a quality improvement program to address cleint pain relife. which set of criteria is the best determinant that the goal has been met. quislet

Answers

An organization's healthcare results can be improved by implementing a QI program, which is a collection of targeted tasks intended to track, evaluate, and enhance the quality of processes.

What does a QIP mean for healthcare?

Each and every Medicare Advantage Organization (MAO) is required to implement a Quality Improvement Project (QIP) and a Chronic Care Improvement Program (CCIP) as part of their mandatory Quality Improvement (QI) Program as outlined in 42 CFR 422.152. For every contract, MAOs are required to carry out a CCIP and QIP.

What are the six areas where quality may be improved?

Safety, effectiveness, patient-centeredness, timeliness, efficiency, and equity are the six characteristics of quality in healthcare that Don Berwick identifies.

To know more about QI program visit :-

https://brainly.com/question/29555477

#SPJ4

splunk Which scheduled report setting allows you to define a time range for a report to run if it is delayed: (A) Schedule Time Range
(B) Schedule Window
(C) Report Window
(D) Report Time Range

Answers

We may choose when our report should run by using the Schedule Window options.

Which alert setting gives you the ability to choose how many alerts are fired when a trigger condition is met?

As the escalation level increases, you can customize the alert to take various actions. Escalation Level 1 includes all initial steps you want to do when the alert is activated and the trigger criteria are met.

What Splunk edit option enables the display of a report to users outside your company?

In external (non-Splunk) websites, dashboards, and portals, you can embed scheduled reports using report embedding. Results from embedded reports can be shown as event views, tables, charts, maps, single values, or any other style of visualization.

To know more about Schedule Window visit :-

https://brainly.com/question/29892252

#SPJ4

Which loop(s) would happen after another loop of movement?

Answers

The loop(s) that would happen after another loop of movement differs.

What is the  loop of movement?

In the above case, It is difficult to accurately answer this question without having more context.

Loops in programming are used to execute a block of code multiple times, and the specific order in which they are executed can depend on a variety of factors, such as the structure of the code, the values of variables, and the conditions specified within the loop.

Without more information about the specific loops in question, it is not possible to determine which loop(s) would happen after another loop of movement.

Learn more about loop from

https://brainly.com/question/19344465

#SPJ1

Compare the printout on the SDV screen (Brain) with the list you created and coded. Why didn’t the Brain have 1s and 0s on it? Can you identify how the code creates what you saw on the Brain?

Answers

The printout on the SDV screen (Brain) and the list I created and coded, are different because the code creates a representation of the data on the Brain, rather than displaying the data itself in the form of 1s and 0s.

The code is used to create the visualization on the Brain by interpreting the data and displaying it in a way that is understandable for humans. This visualization can include various elements such as text, images, and graphics. The code is responsible for creating the layout, design, and functionality of the visualization, as well as for processing and displaying the data.

What is the code about?

It is likely that the code uses various programming libraries and frameworks to create the visualization on the Brain, and these libraries and frameworks have their own methods for handling and displaying data.

The code may also use algorithms and data structures to process and organize the data before it is displayed on the Brain.

In all, the printout on the SDV screen (Brain) and the list I created and coded are different because the code creates a representation of the data on the Brain rather than displaying the data itself in the form of 1s and 0s. The code uses various programming libraries, frameworks, algorithms and data structures to process and display the data in a way that is understandable for humans.

Learn more about coding from

https://brainly.com/question/27639923

#SPJ1

Tablets (e.g., iPads) and cell phones make extensive use of ________ to store the operating system and applications that are included with the device. RAM Optical memory Flash memory Cache memory

Answers

Tablets (e.g., iPads) and cell phones make extensive use of Flash memory to store the operating system and applications that are included with the device. Flash memory is used to store the operating system and applications on tablets and cell phones.

Flash memory is a type of non-volatile memory that is commonly used in mobile devices such as tablets and cell phones. It is used to store the operating system and applications that come pre-installed on the device. Unlike RAM, flash memory retains its data even when the device is powered off. It is also smaller, more durable, and more power-efficient than a traditional hard drive, making it a suitable choice for mobile devices that have limited space and battery life. Additionally, flash memory is re-writeable, so it can be used to store additional applications and data as the device's storage needs grow.

Learn more about flash memory, here https://brainly.com/question/30134835

#SPJ4

A controversial program rewards prison inmates who behave particularly well in prison by giving them the

Answers

The controversial program rewards prison inmates who behave particularly well in prison by offering them the opportunity to reduce their sentence.

Reducing Prison Sentences Through Positive Behavior

This program rewards inmates who demonstrate good behavior, such as following prison rules, participating in rehabilitation programs, and taking part in work programs. This program is intended to help inmates transition back into society by giving them an incentive to follow the rules and turn their lives around. Ultimately, this reduces recidivism and helps inmates become productive members of society.

Learn more about Sentences: https://brainly.com/question/552895

#SPJ4

Nathan wants TRUE to be elicited if either of the statements are true, and FALSE if both are true. Which of the following formula can he use to ensure that

Answers

Nathan wants TRUE to be elicited if either of the statements is true, and FALSE if both are true. The formula C:=XOR(...) can be used to ensure that.

The XOR Function is available under Excel Logical functions. The XOR Function is a logical 'exclusive OR' function. For the two given logical statements, the working of the XOR Function is as follows:

The XOR function would return 'TRUE' if one of the given statements is true and The XOR function would return 'FALSE' if both statements are true.

Thus, Nathan should use XOR Function to meet her specified purpose.

"

Complete question:

Nathan wants TRUE to be elicited if either of the statements are true, and FALSE if both are true. Which of the following formula can he use to ensure that?

a. =IFERROR(...)

b. =IFNA(...)

c. =XOR(...)

d. =TRUE OR FALSE(...)

"

You can leanr more about The XOR function at

https://brainly.com/question/26680966

#SPJ4

Robin has been asked to lead training for new technicians at a local PC distributor specializing in gaming PCs. For which one of the following should she not recommend upgraded parts ?
A. High-end cooling
B. A RAID array
C. High-end video
D. Better sound card

Answers

If she doesn't suggest upgrading the parts, one of the following is a RAID array.

Which kind of operating system, and why, is best for a modern computer system?

MS-Windows It has been the standard operating system powering computing systems around the world since Windows 95 up until Windows 10. It is simple to operate and quickly restarts operation. More protection has been added to the most recent versions to protect you and your data.

Which of these three desktop virtualization clients are there?

Desktop-as-a-Service, Remote Desktop Services, and Virtual Desktop Infrastructure (VDI) are the three most prevalent types of desktop virtualization (DaaS).

To know more about RAID array visit :-

https://brainly.com/question/29892509

#SPJ4

an array is a(n) ____ of values in computer memory.

Answers

In a computer's memory, an array is a list of values. Each element (value or variable) in an array is identified by at least one array index or key. An array is a type of data structure.

when using subscript 6 when you have a 5 element array?

It is argued that your subscript is out of limits if you have a five element array and use subscript 6. The loop control variable has two possible values: increase and decrease. By exiting a loop as soon as a match is discovered in the array, you can increase a program's efficiency.

In a data structure, what exactly is an array?

A continuous stream of memory locations is used to hold elements of the same data type in arrays.

To know more about array visit :-

https://brainly.com/question/13261246

#SPJ4

The local Internet provider wants to develop a network that will connect its server at its satellite center in Valparaiso with the main city computer centers in Northwest Indiana to improve the Internet service and to minimize the amount of cable used to connect network nodes. If we represent this problem with a network:

Answers

The goal of the minimal spanning tree challenge is to connect every node in a network while minimizing the overall branch lengths.

What kind of data cable does the television industry use to transmit data and video signals?

Coaxial cables are able to transmit huge volumes of data as well as carry information in both directions. Only a small part of the bandwidth available through coaxial cables is used by cable television signals.

How is a computer connected to a network? What kind of connection is used?

A Local Area Network, or LAN, is a network of computers in a constrained space, such as a workplace, campus, or even your home, that is connected by Ethernet cables. The Ethernet connection from the internet provider is connected to the wireless router that is prevalent in many households.

To know more about LAN visit:-

https://brainly.com/question/13247301

#SPJ4

Marcy, a new hire, has just been given access to a company email account and a company-issued tablet. Marcy wants the email she receives to be stored only on the tablet. Which protocol would you use in setting up Marcy's tablet to comply with her request?

Answers

POP protocol would be used in setting up Marcy's tablet to comply with her request.

What purposes serve the POP protocol?

Official Postal Protocol (POP3) When transmitting messages from an email server to an email client via the Internet, the post office protocol (POP) is the most widely used message request protocol. Email clients can retrieve messages from a distant server using the Secure Post Office Protocol (POP3S), which is an encrypted protocol. Nowadays, the secure IMAP mail protocol is far more common, but POP3S is still in use.

How do POP and IMAP protocols work?

Two ways to access email are IMAP and POP. If you want to check the emails from several various gadgets, including a phone, laptop, and tablet, IMAP is the suggested method.

To know more about POP protocols visit

brainly.com/question/1396348

#SPJ4

both pc1 and server 1 have a default gateway. what is the purpose of a default gateway?

Answers

A default gateway's primary function is to route packets to another subnet.

Which one most accurately sums up a default gateway's function?

When a device is unable to determine the destination, it will use the default gateway to pass information. A router that links your host to distant network segments is a default gateway, to put it simply.

What ought to be the default gateway?

Typically, the IP address of your router will serve as your default gateway. Yes, your WiFi router has an own, distinctive IP address. It's important to know where to look for this identification code so that information can reach your network.

To know more about default gateway's visit :-

https://brainly.com/question/29213945

#SPJ4

An application named APP1 runs on a domain-joined Windows server named SERVER1. When APP1 runs, it reads and writes to a specific registry key. You need to harden APP1's access to the registry. What should you do

Answers

Make a service account for APP1 and use regedit.exe to provide the service account the required registry rights.

In regedit, how can I add permissions?

Click Start > Run > type regedit.exe > press Enter to launch the Registry Editor. Right-click the key that requires permission in the left pane, then select Permissions. Choose the user or group to which the permission should be applied. For the access levels of the group or username, select the Allow checkbox.

Registry permissions: What are they?

Each permission option allows you to manage Registry rights for a certain person or group. Three groups of these permissions are provided by the Registry. The procedure of defining user access to the Registry keys is made simpler by these groupings.

To know more about APP1 visit:-

https://brainly.com/question/30137229

#SPJ4

In a cross join, all of the rows in the first table are joined with all of the
O unmatched columns in the second table
O matched rows in the second table
O rows from the second table
O distinct rows in the second table

Answers

O rows from the second table. All of the first table's rows and all of the second table's O unmatched columns are combined in a cross join.

What does SQL's cross join accomplish?

The Cartesian sum of the rows from of the rowsets inside the join are returned by a cross join.The rows from the first and second rowsets will be combined, in other words.

Describe the Cross join ?

A crossing join is a kind of join that gives the Cartesian sum of all the rows from the joined tables.In other words, every row from the initial table and each row from of the second table are combined.

To know more about rows visit:

https://brainly.com/question/27917476

#SPJ4

A loop that will output only the names that come before "Thor" in the alphabet from the names list.


names = ["Peter", "Bruce", "Steve", "Tony", "Natasha", "Clint", "Wanda", "Hope", "Danny", "Carol"]



Please answer with code for someone who is starting to learn lists in python

Answers

The following is a loop that will only output from the names list names that are in alphabetical order before "Thor":

names = ["Peter", "Bruce", "Steve", "Tony", "Natasha", "Clint", "Wanda", "Hope", "Danny", "Carol"]

names.sort()

for x in names:

 if x == "Thor":

     break

 else:

     print(x)

How do loops work?

In computer programming languages, a loop is a sequence of instructions that constantly repeats itself up until a predetermined condition is met.

The difference between decorative and extended program loops is the time it takes to calculate how many times the loop iterates before the loop actually executes.

A loop is referred to as a pretest if the specified condition is tested before the block of code that makes up the loop is executed. The loop is to be continued until the provided condition becomes false.

To learn more about the loop, refer to the link:

brainly.com/question/25955539

#SPJ4

A significant part of your marketing plan should allocate resources to online advertising.

True


False

Answers

The statement "a significant part of your marketing plan should allocate resources to online advertising" is definitely true.

What is Online advertising?

Online advertising may be defined as a type of marketing strategy that significantly involves the utilization of the Internet as a medium in order to obtain website traffic and target.

The process of online advertising may typically include banner ads, search engine results pages, social networking ads, email spam, online classified ads, pop-ups, contextual ads, and spyware.

The purpose of a marketing strategy is to maximize the influence of advertising either via online medium or offline versions. The basic intention of this is to promote the marketing of the product to their customers.

Therefore, the statement "a significant part of your marketing plan should allocate resources to online advertising" is definitely true.

To learn more about the Purpose of advertising, refer to the link:

https://brainly.com/question/1658517

#SPJ1

If a technician does not obey all state board rules and regulations he/she may be charged with a fellony.

Answers

The answer to this question is no, because if a technician obeys all state board rules and regulations he/she may be charged with a felony.

What do you mean by a technician?

A technician may be defined as a person who is specifically skilled in mechanical or industrial techniques or in a particular technical field. In other words, a person employed in a laboratory, technical college, or scientific establishment to do practical work.

The State Board is also empowered to make regulations to conduct examinations and also to deal with the use of unfair means at the final examination. These regulations do not supersede or cancel any administrative and departmental of the station or unit allow, all air force equipment on charge is diminished.

Therefore, the answer to this question is no, because if a technician obeys all state board rules and regulations he/she may be charged with a felony.

To learn more about Technicians, refer to the link:

https://brainly.com/question/18428188

#SPJ1

It is possible to construct any algorithm using only Python's built-in operators and control statements. It is possible to construct any algorithm using only Python's built-in operators and control statements. False

Answers

Any algorithm can be developed using only the control statements and built-in operators of Python. The memory for the stack frame is reallocated when a call returns or finishes running.

Which of the following statements best represents how a parameter is used in Python?

When a function is called, an argument is supplied to it and is referred to as a parameter in the function declaration.

What is the name of the diagram that depicts the connection between the functions of a program and the flow of data between them?

In the Unified Modeling Language, a collaboration diagram—also called a communication diagram—illustrates the connections and interactions between software elements (UML).

To know more about Python visit:-

https://brainly.com/question/18502436

#SPJ4

Which of the following is a reason to use Remote Assistance instead of Remote Desktop Protocol (RDP)

Answers

The original statement makes the claim that you require user control over the computer.

Describe the desktop :

Documents, phone books, cellphones, reference materials, writing and painting tools, and project binders are examples of the types of items that one can find on the top of a real desk in a desktop, which is a digital display area.

What makes it a desktop, and why?

A desktop computer is one that you use at your desk as opposed to a laptop, which is one that fits on your lap. A phone or media player would be a portable computer. The term "computer desktop," which should be pronounced "computer desktop" rather than "desktop computer," is most frequently used to refer to a component of your programs and the computer.

To know more about Desktop visit :

https://brainly.com/question/30052750

#SPJ4

Can anyone please help answer this question?
What is a multi-dimensional database?

Answers

it’s a base with data that is used to show information
Other Questions
write 363 in the base-four system Jane plans on making flyers for the church bake sale. But she's running low on printer paper, so she takes home some paper from work to print them out. It's fora good cause, but is this ethical?YesNo Pam said the equations x/16=4 and x/4=16 have the same solution. Is she correct? Explain Find the sum or difference (I will give you brainlist :D) When merida divides her age by 3 and adds 5, the result is 9 which equation represents this situation where m is meridas age?a/ 9= (m ~ 3) x 5b/ m= (9 - 3 ) + 5 c/ m = (9~3) +5 d/ 9= (m~ 3) +5 What factors do you consider when deciding to buy or not to buy something? what is the estimated value of 102.3x4.7 write a story.about an animal. that can play music. Pls help! Step by step:) What was the main issue in the Presidential election of 1868? A high fashion designer brings his upcoming fall collection to Nordstrom department store for customers to preview. This is an example of which type of event Read this section The Story Matters. Using that and this chapter as a guide, write a short journal entry as if you are one of Washington's men crossing the Delaware River on the way to attack the British in Trenton, New Jersey. Write at least 5 complete sentences:The story matters : It is December 25, 1776. General George Washington is preparing to lead 2,400 troops across the Delaware River to launch a surprise attack on the British troops stationed in Trenton. The river is filled with huge chunks of ice. The weather is terrible, and hurricane-force winds pound at Washington's troops. After crossing the Delaware River, General Washington and his troops will have to march 9 miles (14 km) to meet their enemy. The young United States is in desperate need of some battlefield success in its war against the British. Hi can you help me please , thanks in advance Write a letter from Charles Dickens discussing the problems in society and what he wants his readers to learn from his novels She is going to quit her job ________ they give her a pay rise.(A) or(B) until(C) unless(D) providing Quadrilaterals A and B are similar. The area of quadrilateral A is 5cm. Calculate the area of quadrilateral B. 3cm 63 87 120 A 90 15cm 63 87 B 120 90 Which rhetorical appeal does Wiesel rely on in paragraph four? Overall, what is his argument regarding the past and the future?Passage: Home, Despair, and Memory By Elie Wiesel Show Your Work gerry spends $1.25 each day on lunch at school. every friday, she buys an extra snack for $0.55. how much money will she spends in two weeks What was Chinas position in ww1 an ""ordering and receiving materials"" cost pool would most likely have as a cost driver: Crestive17. Match the definition with the correct word.compliant; manageabletractablecanvassbeatificplacid