A user from the financial aid office is having trouble interacting with the finaid directory on the university's ERP system. The systems administrator who took the call ran a command and received the following output:
Subsequently, the systems administrator has also confirmed the user is a member of the finaid group on the ERP system.
Which of the following is the MOST likely reason for the issue?
A. The permissions on the finaid directory should be drwxrwxrwx.
B. The problem is local to the user, and the user should reboot the machine.
C. The files on the finaid directory have become corrupted.
D. The finaid directory is not formatted correctly

Answers

Answer 1

Answer:

A. The permissions on the finaid directory should be drwxrwxrwx.

Explanation:

The financial aid system is developed to record the fund inflow and outflows. The ERP system of the university has finaid system on which commands are run and output is received. The permissions on the finaid directory should be drwxr to enable the users to run the commands.


Related Questions

What breakthrough in sound recording facilitated stereophonic recording? Ο Α. overdubbing O B. multitrack recording O C. digital recording OD. Invention of the microphone O E. invention of the coaxial cable​

Answers

Answer:

D. Invention of the microphone

Explanation:

Indeed, as a result of the invention of the Microphone, stereophonic recordings were made possible. Note that stereophonic recording in simple terms involves the recording of sound by simultaneously using two microphones in other enrich the human hearing experience.

Thus, without such a breakthrough, stereophonic recording technology might have not been facilitated.

Write a java program to create and display unique three digit number using 1,2,3 and 4 also count how many three digit number are there.

Expected

123

124

---

---

431

432

Answers

Answer:

Answered below

Explanation:

Class Unique{

public static void main(String args[]){

int myArray[] = {1, 2, 3, 4};

int newArray[];

int i;. int j; int k;

for(i = 0; i < myArray.length; I++)

for(j = 0; j< myArray.length; j++)

for(k = 0; k< myArray.length; k++){

if(i != j && j!= k && i != k ){

newArray.add(myArray[i] + myArray[j] + myArray[k]);

}

}

int count = 0;

for(int m = 0; m < newArray.length; m++){

count++;

}

System.out.print(newArray, count)

}

}

Select the correct answer.

Cynthia is using a social media app on her mobile device, but the device’s battery is running out. What trend in app development will enable her to continue using the app on another device?

A.

coding in HTML5

B.

cloud technology

C.

enterprise app development

D.

standardizing the hardware input in different devices

Answers

Answer:

B. cloud technology

Explanation:

There are various ways to make this possible but the best way would be using cloud technology. This would allow the entire media application to run on a server somewhere else and have the images and inputs completely streamed to and from the user's device. This allows the application to be able to run on any device that the user may have and even start on one device and transfer over to another while still having all your information and data saved and usable on each device.

What is the advantage of using shortcuts

Answers

Answer: There can be advantages and disadvantages.

for example, if you were in the woods with a pathway, and a clear way that might be faster and a shorter way of getting out. You may take the shortcut leading to where you didn't want to go leading to you getting lost or, it could be the same time but with more challenges.

An example of shortcuts to it's advantage is when you're reading a text and you don't understand the word. It's much easier when you hear it being read out to you when the reader uses tone to kind of give you a hint if the connotation is negative or positive, A good example of this is the word unique let's use this sentence "She was very unique, and that's what made her cool!" We can use the words "cool" to see that unique is a positive connotation! For the word cool can usually mean that something is real nice or it's something/someone you'd typically like to be around. So therefore these are just a few examples of the advantages and disadvantages of shortcuts.

A pitch can help convey important information in pre-production for it to receive the green light into production. True or false

Answers

Hdjdicodxjxjcjxjjxjxixisiwiwididiicjci hfkdixiwiejen dixicisjen djdjkd

For C++ ONLY please,
Write a for loop to print all NUM_VALS elements of vector courseGrades, following each element with a space (including the last). Print forwards, then backwards. End with a newline. Ex: If courseGrades = {7, 9, 11, 10}, print:
7 9 11 10
10 11 9 7
Hint: Use two for loops. Second loop starts with i-courseGrades.size() - 1 (Notes)
Note: These activities may test code with different test values. This activity will perform two tests, both with a 4-element vector (vector int> courseGrades(4)). See "How to Use zyBooks".
Also note: If the submitted code tries to access an invalid vector element, such as courseGrades at(9) for a 4-element vector, the test may generate strange results. Or the test may crash and report "Program end never reached', in which case the system doesn't print the test case that caused the reported message.
1 #include
2 #include
3 using namespace std; DIIDII
4
5 int maino {
6 const int NUM_VALS - 4;
7 vector int> courseGrades (NUM_VALS);
8 int i;
9
10 for (i = 0; i < courseGrades.size(): ++) {
11 cin >> courseGrades.at(i); /*
12 }
13
14 Your solution goes here */
15
16 return ;
17 }

Answers

Answer:

Replace the comment

/*Your solution goes here */

with

for (i = courseGrades.size()-1; i >=0 ; i--) {

cout<<courseGrades.at(i)<<" ";

}

Explanation:

This line iterates through courseGrade in reverse order

for (i = courseGrades.size()-1; i >=0 ; i--) {

This prints each element of courseGrade in reverse followed by blank space

cout<<courseGrades.at(i)<<" ";

}

I added the full program as an attachment

Answer:

for (i = 0; i < NUM_VALS; i++) {

cout << courseGrades [i] << " ";

}

cout << endl;

for(i = NUM_VALS - 1; i >= 0; --i) {

cout << courseGrades[i] << " ";

}

cout << endl;

Explanation:

When you add a software stack, such as an operating system and applications to the service, the model shifts to _____ model. SaaS PaaS IaaS All of the mentioned

Answers

Answer:

The correct answer is B) PaaS

Explanation:

PaaS is short for Platform-as-a-Service.

It is a cloud computing architecture that provides the capability for customers (with a full suite of outsourced hardware, software, and other related infrastructure) to create, run and maintain applications less the arduous task of developing such platform on their own business place.

Of course, it helps to reduce associated costs as well. is a cloud computing model that provides customers a complete platform—hardware, software, and infrastructure—for developing, running, and managing applications without the cost, complexity, and inflexibility of building and maintaining that platform on-premises.

Facilities included in a PaaSinfrastructure are

serversstoragenetworkingmiddlewaredevelopment toolsbusiness intelligence (BI) servicesdatabase management systems etc.

With a  PaaS one can complete the entire web application lifecycle which runs from building the application to testing it, deploying the software, managing and updating it.

Cheers

Explain the iterative nature of the database requirements collection, definition, and visualization process.

Answers

Answer:

you can do a quizlet about it and you can get da answers from there

Explanation:

when you heat a pot on a stove, the handle gets warm. which type of heat transfer is possible

Answers

Answer:

conduction

Explanation:

The handle will warm up until it's total heat losses equal the total heat coming in. Heat comes in mostly by conduction from the body of the pot.

Answer:

Conduction, I think

Explanation:

Conduction is the heat transfer through objects touching.

Hope this helps :)

The code repeat 3 [forward 50 right 120] creates which shape?
a square
a circle
a pentagon
a triangle

Answers

Answer:

Triangle. D

Explanation:

I have no Idea, I was searching for the answer like most of you guys are doing. But my best guess is Triangle

Answer:

D. A triangle is your answer

Explanation:

The triangle is the only shape in this list that has 3 sides.

Answerer's Note:

Hope this helped :)

how do I make my own algorithms ​

Answers

Answer:

Step 1: Determine the goal of the algorithm. ...

Step 2: Access historic and current data. ...

Step 3: Choose the right model(s) ...

Step 4: Fine tuning. ...

Step 5: Visualise your results. ...

Step 6: Running your algorithm continuously.

Get a basic understanding of the algorithm.
Find some different learning sources.
Break the algorithm into chunks.
Start with a simple example.
Validate with a trusted implementation.
Write up your process.

Which sensitivity level is not a default available in Outlook 2016?


Normal

Personal

Confidential

Company Only

Answers

Answer:

Company only

Explanation: The sensitivity levels available for Outlook 2016 are Normal, personal,private and confidential, this sensitivity levels helps users to the intentions of the user of the product and it will help to give their plan on what and how to utilize the product. It is very important to make use of the sensitivity levels in your Outlook for better usage of the Microsoft Outlook.

Answer:

company only

Explanation:

because i took the test edge2020

To fix a problem you are having with you PC, you have determined that you must flash the computer's BIOS. Which of the following would MOST likely need to be completed prior to flashing the BIOS?

a. Download the flash utility or tool from the manufacturer's website
b. Properly identify the motherboard
c. Locate the flash utility or tool that was shipped with your PC
d. Test the memory to ensure that it is functioning properly

Answers

Answer:

a. Download the flash utility or tool from the manufacturer's website

b. Properly identify the motherboard

Explanation:

In this scenario, you are trying to fix a problem you are having with your PC, you have determined that you must flash the computer's BIOS. The following would most likely need to be completed prior to flashing the BIOS;

a. Download the flash utility or tool from the manufacturer's website

b. Properly identify the motherboard.

How do professionals address their problems?


a.
With grace and malfeasance
b.
With grace and maturity
c.
With griping and maturity
d.
With griping and malfeasance

Answers

Answer:

b, with grace and maturity

B) Grace and maturity is the most professional way you could address problems

Determine the distance between point (x1, y1) and point (x2, y2), and assign the result to points Distance. The calculation is:
Distance =
(x2 – 21)2 + (y2 – yl)2

Answers

Answer:

2 feet

Explanation:

How does the Evaluate Formula dialog box help fix errors?

A. The dialog box checks the entire worksheet for any errors present.

B. A quick run of the entire worksheet checks all the formulas at once.

C. Each element of the formula is added to the box individually for checking.

D. The entire formula is entered into the dialog box and checked step by step. (:THE CORRECT ANSWER IS D :)

Answers

Answer:

D

Explanation: :)

describe what measures should have been taken by the educational service and test preparation provider to avoid the security breach

Answers

Incomplete question. Here's part of the missing question;

The EducationS Review, a fictional company, is hit with a data breach that is making headlines. The Olianas-based educational service and test preparation provider inadvertently exposed files of at least 100,000 students in various parts of the country through its Web site. News of the breach was made public on Tuesday morning by a report in the local newspaper.

The files were exposed after the company switched the Internet service providers earlier this year. The sensitive information, which included personal data such as names, birth dates, ethnicities, and learning disabilities, as well as test performance, were easily accessed through a simple Web search and were available for at least seven weeks, according to the report. None of the information was password protected and was intended only to be viewed by EducationS authors.

Explanation:

It is important to note that the company did not make the information password protected, which creates a vulnerability.

Measures 1: only those with authentication password should have been allowed to access the information.

Measures 2:  prior to switching to a new internet service provider, an information risk assessment should have been done to ensure information security.

use the internet to research the SYSTEM account. Why is it nessesary to include this account with full control on a directory

Answers

Answer:

It is essential for the existence of a helicopter administration over all other users on the system.

 

Explanation:

A system account is a computer user account that is generated by an operating system (OS) during installation of the OS and that is utilized by the user in accordance to the parameters with which it has been designed and the purpose which it was created.

A System account is usually referred to as a privileged account because it comes with full control on one or more directories. A directory is simply a location for file storage on a computer. Full access or control includes the ability to:

read directorieswrite to directoriesmake changes to and delete files, folder and subfolders. alter authorization settings for all files and subdirectories.

Besides control on the directory level, System Accounts which are also called Super Accounts which in addition to the above have permission to

install  and remove software applicationsupdate and or upgrade the computers operating system access directories and files which normal users cannot and should not.

System Accounts are therefore important for security reasons. They are configured to act as a supervisory account which can create, authorise and terminate other accounts and processes.

Some of their merits include the ability to:

Oversee, audit, and completely control all other privileges. forestall cyber attacks on the system from internal users or insiders. Establish and provide evidence for compliance with regulatory codes

Cheers

tip! if you want to not see notifications, just go to settings, go to notifications, and turn off notifications!​

Answers

Answer:

thanks that helps

Explanation:

Answer:

okok

Explanation:

When a new user visits your proprietary site, what is typically the first method of interaction with them

Answers

Answer:

Log file entry notifying you of new user activity

Explanation:

Log files are records of the timeline of activities in a computer system. These files contain information about new users of a site as well as the activities they performed on the site.

The internet protocol address of the visitor, the time of visit, as well as the features clicked on, or accessed by him, example, videos or images are all registered in the log file. The owner of the site can use the information sourced from the log files to perform site analytics.

A simple computer has a main memory and a disk but not a cache. If a referenced word is in main memory, 90ns are required to access it. If it is on disk but not in main memory, 10ms are needed to load it into main memory (this includes the time to originally check the main memory), and then reference is started again. The main memory hit ratio is 0.8. What is the average time in ns required to access a referenced word on this system

Answers

Answer:

The average time in ns to reference a work will be of 2,000,090.

Explanation:

80% of the time, you will need just to load from the main memory(when there is a hit), that is, a time of access of 90 ns.

20% of the time, you will have a miss, so you have to access the main memory(90 ns) plus the disk(10 ms = 10000000 ns).

So, the average time needed to reference a word will be:

[tex]t = 0.8*90 + 0.2*(90 + 10000000) = 2000090[/tex]

The average time in ns to reference a work will be of 2,000,090.

difference between Opacity and Alpha properties in CSS3?

Answers

Answer:

Opacity sets the opacity value for an element and all of its children; While RGBA sets the opacity value only for a single declaration. Opacity : The opacity property sets the opacity level for an element. ... The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque)

hope it helps

please mark me as brainliest.

follow me

One problem with dynamic arrays is that once the array is created using the new operator the size cannot be changed. For example, you might want to add or delete entries from the array similar to the behavior of a vector. This project asks you to create a class called DynamicStringArray that includes member functions that allow it to emulate the behavior of a vector of strings.
The class should have:
A private member variable called dynamicArray that references a dynamic array of type string.
A private member variable called size that holds the number of entries in the array.
A default constructor that sets the dynamic array to NULL and sets size to 0.
A function that returns size.
A function named addEntry that takes a string as input. The function should create a new dynamic array one element larger than dynamicArray, copy all elements from dynamicArray into the new array, add the new string onto the end of the new array, increment size, delete the old dynamicArray, and then set dynamicArray to the new array.
A function named deleteEntry that takes a string as input. The function should search dynamicArray for the string. If not found, return false. If found, create a new dynamic array one element smaller than dynamicArray. Copy all elements except the input string into the new array, delete dynamicArray, decrement size, and return true.
A function named getEntry that takes an integer as input and returns the string at that index in dynamicArray. Return "" string if the index is out of dynamicArray’s bounds.
Overload the operator[] so that you can get and change an element by an index integer. If the index is out-of-bounds, return a "" string.
A copy constructor that makes a copy of the input object’s dynamic array.
Overload the assignment operator so that the dynamic array is properly copied to the target object.
A destructor that frees up the memory allocated to the dynamic array.
Create a suitable test program to test your class.
You should name the project ASG10. When you zip up the project folder, ASG10, include all the files (.sln, .cpp, etc) and subdirectories (Debug, etc.).
**************************************************
Copy your DynamicStringArray from Assignment 10. Fix the program so all 13 tests work properly. Modify the definition of the overloaded operator [] and getEntry so they throw an OutOfRange exception if an index that is out of range is used. OutOfRange is an exception class that you define. The exception class should have a private int member and a private string member, and a public constructor that has int and string arguments. The offending index value along with a message should be stored in the exception object. You choose the message to describe the situation. Modify your test program and add tests that catch the new exception class.
You should name the project ASG14. When you zip up the project folder, ASG14, include all the files (.sln, .cpp, etc) and subdirectories (Debug, etc.).

Answers

Answer:

Un problema con las matrices dinámicas es que una vez que se crea la matriz utilizando el nuevo operador, no se puede cambiar el tamaño. Por ejemplo, es posible que desee agregar o eliminar entradas de la matriz de manera similar al comportamiento de un vector. Este proyecto le pide que cree una clase llamada DynamicStringArray que incluye funciones miembro que le permiten emular el comportamiento de un vector de cadenas.

La clase debe tener:

Una variable miembro privada llamada dynamicArray que hace referencia a una matriz dinámica de tipo cadena.

Una variable de miembro privada llamada tamaño que contiene el número de entradas en la matriz.

Un constructor predeterminado que establece la matriz dinámica en NULL y establece el tamaño en 0.

Una función que devuelve el tamaño.

Una función llamada addEntry que toma una cadena como entrada. La función debe crear una nueva matriz dinámica un elemento más grande que dynamicArray, copiar todos los elementos de dynamicArray en la nueva matriz, agregar la nueva cadena al final de la nueva matriz, incrementar el tamaño, eliminar el antiguo dynamicArray y luego establecer dynamicArray en el nueva matriz.

Una función llamada deleteEntry que toma una cadena como entrada. La función debe buscar la cadena en dynamicArray. Si no lo encuentra, devuelva falso. Si lo encuentra, cree una nueva matriz dinámica con un elemento más pequeño que dynamicArray. Copie todos los elementos excepto la cadena de entrada en la nueva matriz, elimine DynamicArray, reduzca el tamaño y devuelva verdadero.

Una función llamada getEntry que toma un número entero como entrada y devuelve la cadena en ese índice en dynamicArray. Devuelve la cadena "" si el índice está fuera de los límites de dynamicArray.

Sobrecargue el operador [] para que pueda obtener y cambiar un elemento por un índice entero. Si el índice está fuera de los límites, devuelve una cadena "".

Un constructor de copia que hace una copia de la matriz dinámica del objeto de entrada.

Sobrecargue el operador de asignación para que la matriz dinámica se copie correctamente en el objeto de destino.

Un destructor que libera la memoria asignada a la matriz dinámica.

Cree un programa de prueba adecuado para evaluar su clase.

Debería nombrar el proyecto ASG10. Al comprimir la carpeta del proyecto, ASG10, incluya todos los archivos (.sln, .cpp, etc.) y subdirectorios (Debug, etc.).

************************************************

Copie su DynamicStringArray de la Tarea 10. Corrija el programa para que las 13 pruebas funcionen correctamente. Modifique la definición del operador sobrecargado [] y getEntry para que generen una excepción OutOfRange si se usa un índice que está fuera de rango. OutOfRange es una clase de excepción que define. La clase de excepción debe tener un miembro int privado y un miembro string privado, y un constructor público que tenga argumentos int y string. El valor del índice infractor junto con un mensaje deben almacenarse en el objeto de excepción. Tú eliges el mensaje para describir la situación. Modifique su programa de prueba y agregue pruebas que detecten la nueva clase de excepción.

Deberías nombrar

Explanation:

What is the worst case time complexity of insertion sort where position of the data to be inserted is calculated using binary search

Answers

Answer:

O(n²)

Explanation:

The worse case time complexity of insertion sort using binary search for positioning of data would be O(n²).

This is due to the fact that there are quite a number of series of swapping operations that are needed to handle each insertion.

On early computers, every byte of data read or written was handled by the CPU (i.e., there was no DMA). What implications does this have for multiprogramming

Answers

Answer:

Multiprogramming will be extremely difficult to be achieved.

Explanation:

If every byte of data read or written is handled by the CPU the implications this will have for multiprogramming are not going to be satisfactory.

This is because, unlike before, after the successful completion of the input and output process, the CPU of a computer is not entirely free to work on other instructions or processes.

The stub: transmits the message to the server where the server side stub receives the message and invokes procedure on the server side. locates the connection on the computer. packs the parameters into a form transmittable over the hardware. locates the port on the computer.

Answers

Answer:

It does all of these

Explanation:

The stub is able to do all of what we have in this question. It can locate computer connections, locate ports on a computer, transit message to server etc.

in distributed computing, a stub is a piece of code that does the work of converting parameters that are passed between the client and the server at a time of remote procedure call.

The main objective of an RPC is to allow the client to call procedures remotely on another server.

Match the appropriate words to complete the paragraph.Wireless networks have no clear boundaries, therefore securing communications requires strong (a)_____, (b)_____, and (c)_____ protocols. One of the most common wireless security threats is the presence of (d)_____ access points (APs). Rogue points can be set up for the benign purpose of free wireless access or for malicious purposes, such as gaining access to confidential data. Using an (e)_____ wireless hotspot, like so many found in public settings, leaves you vulnerable to become the victim of (f)_____.

Answers

Answer:

a. Encryption.

b. Authentication.

c. Strong.

d. Rogue.

e. Insecure.

f. Hacking.

Explanation:

In Computer technology, authentication can be defined as the process of verifying the identity of an individual or electronic device. Authentication work based on the principle (framework) of matching an incoming request from a user or electronic device to a set of uniquely defined credentials.

Basically, authentication ensures a user is truly who he or she claims to be, as well as confirm that an electronic device is valid through the process of verification.

Encryption is a form of cryptography and typically involves the process of converting or encoding informations in plaintext into a code, known as a ciphertext. Once, an information or data has been encrypted it can only be accessed and deciphered by an authorized user.

Some examples of encryption algorithms are 3DES, AES, RC4, RC5, and RSA.

Wireless networks have no clear boundaries, therefore securing communications requires strong encryption, authentication, and strong protocols. One of the most common wireless security threats is the presence of rogue access points (APs). Rogue points can be set up for the benign purpose of free wireless access or for malicious purposes, such as gaining access to confidential data. Using an insecure wireless hotspot, like so many found in public settings, leaves you vulnerable to become the victim of hacking.

Identify the letter of the choice that best matches the phrase or definition. Group of answer choices Having a current knowledge and understanding of computers, mobile devices, the web and related technologies [ Choose ] Thin, lightweight mobile computer with a screen in its lid and a keyboard in its base [ Choose ] An electronic device, operating under the control of instructions stored in its own memory, that can accept data, process the data according to specified rules, produce information, and store the information for future use [ Choose ] A personal computer designed to be in a stationary location [ Choose ] A computer dedicated to providing one or more services to other computers or devices on a network [ Choose ] A computing device small enough to hold in your hand [ Choose ] An Internet-capable phone that usually also includes a calendar, an address book, a calculator, notepad, games, and several other apps [ Choose ] Any hardware component that allows you to enter data and instructions into a computer or mobile device [ Choose ] Any hardware component that conveys information from a computer or mobile device to one or more people [ Choose ] Where a computer keeps data, instructions, and information [ Choose ] Removable flash memory [ Choose ]

Answers

Answer:

1. Digital literacy.

2. Laptop.

3. Computer.

4. Desktop computer.

5. Server.

6. Mobile device.

7. Smartphone.

8. Input device.

9. Output device.

10. Storage media.

11. Memory card.

Explanation:

1. Digital literacy: having a current knowledge and understanding of computers, mobile devices, the web and related technologies.

2. Laptop: thin, lightweight mobile computer with a screen in its lid and a keyboard in its base.

3. Computer: an electronic device, operating under the control of instructions stored in its own memory, that can accept data, process the data according to specified rules, produce information, and store the information for future use.

4. Desktop computer: a personal computer designed to be in a stationary location.

5. Server: a computer dedicated to providing one or more services to other computers or devices on a network.

6.  Mobile device: a computing device small enough to hold in your hand.

7. Smartphone: an Internet-capable phone that usually also includes a calendar, an address book, a calculator, notepad, games, and several other apps.

8. Input device: any hardware component that allows you to enter data and instructions into a computer or mobile device.

9. Output device: any hardware component that conveys information from a computer or mobile device to one or more people.

10. Storage media: where a computer keeps data, instructions, and information. It includes hardware devices such as solid-state drive (SSD), hard-disk drive (HDD), optical drive, and flash drive.

11. Memory card: Removable flash memory. In terms of size, it has a width and height of about 1.5 inches.

have you ever had to adjust your communicatio style to egage a customer or roommate? what was the situation and outcome?

Answers

Answer: When I was the HR of my bank, one of our good customer was disappointed and was wanting to close his account. BM didn't want to loose him.Everybody tried to convince him but all in vain.Then ,I in my regional language and communication skills not only stopped him to close the account but also made him open a new account of his wife.

What symbol should you look for to determine who owns the intellectual property of a website?

Answers

Answer:

the logo of the company or corporation

Explanation:

Usually, the symbol that determines who owns the intellectual property is the logo of the company or corporation. The logo of a website is technically the logo of the brand which has the rights to all of the information represented on the site and ultimately the intellectual property of the site itself. Since there are various board members that usually make up the company that owns the intellectual property, the logo is a way of representing all of these members as a single entity.

Answer: D the copyright symbol

Explanation: I hope this helps you out

Other Questions
Assume an annual interest rate of 8%. You have $1. What is the value of the $1 one year in the future what are the differences of location decisions between manufacturing establishment and service establishment? Cules seran los desafos actuales en tu comunidad? Employees at a certain company currently have to pay 3% of their health care costs, while the company pays the rest. Next year, however, employees will have to pay 6% of their health care costs. Express this change as an absolute change (in percentage points) and a relative change. The absolute change in the employees' health care costs will be percentagee points. The relative change in the employees' health care costs will be %. HELP PLEASE Which of the following was NOT a part of the U>S Indian policy helpppp, i need this asap Find the value of x in the triangle translate 7. Put the money here. (formal)8. Let's wash our hands before.9. Come with us. (informal)10. Listen to the music with me. (formal)11. Talk with him today. (informal)12. Get up early (levantarse) (informal}13. Leave on time. (formal)14. Have the money today. (informal)15. Let's get off the bus (bajarse) 1) Solve the linear equation: x + x + 2 + x + 4 + x + 6 = -28 HELP PLS- Pharoah Chemicals Company acquires a delivery truck at a cost of $35,000 on January 1, 2022. The truck is expected to have a salvage value of $2,900 at the end of its 5-year useful life. Assuming the declining-balance depreciation rate is double the straight-line rate, compute annual depreciation for the first and second years under the declining-balance method. Coffee costs $3.59 per pound. How much would 5.7 pounds of coffeecost? Please answer this question ANSWER IF YOUR 100% SURE Read the passage. The attack was a great, but not total, success. Although the U.S. Pacific Fleet was shattered, its aircraft carriers (not in port at the time of the attack) were still afloat and Pearl Harbor was surprisingly intact. The shipyards, fuel storage areas, and submarine base suffered no more than slight damage. More importantly, the American people, previously divided over the issue of U.S. involvement in World War II, rallied together with a total commitment to victory over Japan and her Axis partners. Which best analyzes how the boldfaced text supports the main idea? It shows that instead of crushing Americans' spirits, as the Japanese had hoped, the attack made them want to fight back It shows that instead of focusing on the lost ships, Americans were committed to rebuilding Pearl Harbor. It shows that instead of making Americans want to go to war, the attack left them divided over how to proceed. It shows that instead of crushing the Pacific fleet as they had hoped, the Japanese ended up raising Americans' spirits. What does the law of the conservation of momentum state? 17m(5m+3n6)+2 Simplify. Then, justify Why do you think most of the jobs in the United States and Canada are service jobs? de autobiografa de un esclavo The Sun is_____more massive than the rest of the solarsystem combined. Emmanuel walks at an average speed of 5 m/min. How far does he walk in 1.7 hours? What formula do you use to solve the problem? Your answerWhy is sulfur often removed from fuels before they are burnt? *1 poiSo the fuel produces less soot when it burns.To reduce the cost of the fuel.To reduce acid rain.Which of these is not produced when a fuel undergoes completo