How would you access the Format Trendline task pane?

A. clicking the Insert tab and Trendline group
B. double-clicking on the trendline after it’s added
C. adding the Chart Element called Trendline
D. clicking the Format contextual tab and Format Selection

Answers

Answer 1

Answer:

B. double-clicking on the trendline after it's added

Explanation:

I did the assignment on edge 2020

Answer 2

A format trendline task pane is a task pane that is used to format or change the settings of a trendline in a chart. The correct option is B.

What is the format trendline task pane?

A format trendline task pane is a task pane that is used to format or change the settings of a trendline in a chart.

The easiest way to access the format trendline task pane for an inserted trend line is to double-click on the trendline after it is added. A preview of the Format trendline task pane is attached below. Therefore, the correct option is B.

Learn more about Task Pane:

https://brainly.com/question/20360581

#SPJ2

How Would You Access The Format Trendline Task Pane?A. Clicking The Insert Tab And Trendline GroupB.

Related Questions

Your program will choose a random 4 digit number as the secret number. Your program must prompt the user to enter a 4 digit number as their guess. The program will respond with a message indicating how many of the digits in the user's guess are the same as the digit in the same position in the secret number. For example, if the secret number is 3749, and the user's guess is 9753, then the program would respond with the message You matched 1, because only one of the digits (the 7) in the user's guess is the same as the digits in the same position in the secret number. The program will allow the user to continue to enter guesses until they guess the correct secret number. mere presente la memories more than more than After the user has entered the secret number, the programevill output a count of the total number of guesses the user took to find the secret number. Then the program will ask the user if they would like to play again. If the user answers "yes", then the program will choose another random 4 digit number and play continues as described above. Here's an example interaction (user input in bold): ----- MASTERMIND ----- Guess the 4 digit number! Guess 1: 0000 You matched 0 Guess 2: 1111 You matched 1 Guess 3: 1234 You matched 1 Guess 4: 2444 You matched 2 Guess 5: 1442 You matched 4 Congratulations! You guessed the right number in 5 guesses. Would you like to play again (yes/no)?

Answers

Answer:

Written in Python

import random

#randnum = str(random.randint(999, 9999))

tryagain = "Yes"

while tryagain == "Yes":

     randnum = "1234"

     trys = 1

     guess = input("Guess: ")

     count = 0

     while not count == 4:

           for i in range(0,4):

                 if randnum[i] == guess[i]:

                       count = count + 1

                 if not count == 4:

                       print("You match "+str(count))

                       guess = input("Guess: ")

                       trys = trys + 1

                 else:

                       print("Congratulations, you match at "+str(trys))

                       trys = 1

                       tryagain = input("Start? (Yes/No): ")

Explanation:

I've added the full source code as an attachment where I used comments as explanation

How can you create the first row of the table as the header of the table?

Answers

Answer:

In the Insert Table dialog box, you select the. checkbox to create the first row as the header of the table.

Explanation:

Create and test an HTML document that describes nested ordered lists of cars. The outer list must have three entries: compact, midsize, and sports. Inside each of these three lists there must be two sublists of body styles. The compact- and midsize-car sublists are two door and four door; the sports-car sublists are coupe and convertible. Each body-style sublist must have at least three entries, each of which is the make and model of a particular car that fits the category. The outer list must use uppercase Roman numerals, the middle lists must use uppercase letters, and the inner lists must use Arabic numerals. The background color for the compact-car list must be pink; for the midsize-car list, it must be blue; for the sports-car list, it must be red. All the styles must be in a document style sheet.1. Rewrite the document of Exercise 3.6 to put all style-sheet information in an external style sheet. Validate your external style sheet with the W3C CSS validation service.2. Rewrite the document of Exercise 3.6 to use inline style sheets only.3. Create and test an HTML document that contains at least five lines of text from a newspaper story. Every verb in the text must be green, every noun must be blue, and every preposition must be yellow.4. Create and test an HTML document that describes an unordered list of at least five popular books. The bullet for each book must be a small image of the book's cover. Find the images on the Web.

Answers

Answer:

ok so basically 3 x 9 is 278

Explanation:

ok so basically 3 x 9 is 278

1. Immunomedics was alerted that there was some negative buzz about the company in a chat room. The poster used a pseudonym, and therefore the company was unable to identify the poster for lawsuit purposes. The only information the company could ascertain was the poster’s ISP. So the company decided to subpoena the ISP for identity information of the poster in order to file suite against the poster. How should the courts handle these cases, where the company’s complaints may, or may not rise to the level of an actionable legal claim?
2. Users of the popular Internet website Craigslist are able to post advertisements for housing that permit statements regarding the preference, limitation, or discrimination of others based on race, religion, sex, or family status. The Fair Housing Act (FHA), however, prohibits making, printing, or publishing a notice, statement, or advertisement for sale or rental of dwellings indicating preference, limitation, or discrimination based on protected classes. As such, the Chicago Lawyers Committee for Civil Rights Under Law, Inc. brought suit against Craigslist alleging a violation of the FHA. In defense, Craigslist claimed that it was immune from liability based on Section 230(c)(1) of the CDA, which protects interactive computer services from liability for unlawful third-party content. Should Craigslist be subject to liability for FHA violations? Why or why not?

Answers

Explanation:

1.)

If the only information that this company was able to get is the ISP then they should provide it to the court and then the court handles it by ordering that the ISP be registered. through the ISP, details of the poster would be ascertained and. this poster would be caught. The company can then decide to take legal actions because this a a degradation on the company and it is also a form of social harassment.

But in a situation where the complaints is unable to be proven because of insufficient facts, then a lawsuit cannot be filed.

2.)

craigslist cannot or shouldn't be subjected to any liability for FHA violations after all they are just a service provider and shouldn't be held responsible for the violations or unlawful practices of a another party. What craigslist engages in is the provision of platform for users to be able to post advertisements.

Which item is used for formatting in responsive web design?
1. Adding horizontal scroll
2. Adding interesting text
3. Improving image quality
4. Removing horizontal scroll
Thanks to anyone who answers this! I would add more points, but I’m running low and will only have 25 after this.

Answers

Answer:

4. Removing horizontal scroll

Explanation:

Horizontal scroll can be super annoying when you're trying to view someone's web page. It can cut off part of your view and ruin the whole experience. It's best to eliminate horizontal scroll completely wherever you can.

Answer:

removing horizontal scroll

Explanation:

if not then its adding interesting text. but im pretty sure its removing horizontal scroll

Create a program to calculate the wage. Assume people are paid double time for hours over 60 a week. Therefore they get paid for at most 20 hours overtime at 1.5 times the normal rate. For example, a person working 70 hours with a regular wage of $20 per hour would work at $20 per hour for 40 hours, at 1.5 * $20 for 20 hours of overtime, and 2 * $20 for 10 hours of double time. For the total wage will be:

20 * 40 + 1.5 * 20 * 20 + 2 * 20 * 10 = 1800

The program shall include the following features:

a. Prompt the user to enter the name, regular wage, and how many work he/she has worked for the week.
b. Print the following information:NameRegular wageHours worked in one weekTotal wage of the week

Answers

Answer:

Written in Python

name = input("Name: ")

wageHours = int(input("Hours: "))

regPay = float(input("Wages: "))

if wageHours >= 60:

->total = (wageHours - 60) * 2 * regPay + 20 * 1.5 * regPay + regPay * 40

else:

->total = wageHours * regPay

print(name)

print(wageHours)

print(regPay)

print(total)

Explanation:

The program is self-explanatory.

However,

On line 4, the program checks if wageHours is greater than 60.

If yes, the corresponding wage is calculated.

On line 6, if workHours is not up to 60, the total wages is calculated by multiplying workHours by regPay, since there's no provision for how to calculate total wages for hours less than 60

The required details is printed afterwards

Note that -> represents indentation

Which is larger - 5,000,000 Megabytes or 10 Petabytes? *
5,000,000 Megabytes
10 Petabytes
They're equal

HELP ME 10 points

Answers

5000000 megabytes

Explanation: a larger span of internal storage of a factor on a mother board / graphics card / and hard drive

Can I have some help debugging this exercise:// Application lists valid shipping codes// then prompts user for a code// Application accepts a shipping code// and determines if it is validimport java.util.*;public class DebugEight1{public static void main(String args[]){Scanner input = new Scanner(System.in);char userCode;String entry, message;boolean found = false;char[] okayCodes = {'A''C''T''H'};StringBuffer prompt = newStringBuffer("Enter shipping code for this delivery\nValid codes are: ");for(int x = 0; x < length; ++x){prompt.append(okayCodes[x]);if(x != (okayCodes.length - 1))prompt.append(", "); }System.out.println(prompt);entry = input.next();userCode = entry.charAt(0);for(int i = 0; i < length; ++i){if(userCode = okayCodes){found = true;}}if(found)message = "Good code";elsemessage = "Sorry code not found";System.out.println(message);}}

Answers

Answer:

See Explanation

Explanation:

The following lines of codes were corrected.

Note only lines with error are listed out

char[] okayCodes = {'A''C''T''H'};

corrected to

char[] okayCodes = {'A','C','T','H'};

StringBuffer prompt = newStringBuffer("Enter shipping code for this delivery\nValid codes are: ");

corrected to

StringBuffer prompt = new StringBuffer("Enter shipping code for this deliveryValid codes are: ");

for(int x = 0; x < length; ++x)

corrected to

for(int x = 0; x < okayCodes.length; ++x)

for(int i = 0; i < length; ++i)

corrected to

for(int i = 0; i < okayCodes.length; ++i)

if(userCode = okayCodes)

corrected to

if(userCode == okayCodes[i])

if(found)message = "Good code";elsemessage = "Sorry code not found";

corrected to

if(found)

message = "Good code";

else

message = "Sorry code not found";

However, I've added the full source code as an attachment

a) What actions or steps in Excel can you take to rank them from 1st to 10th (4 marks)

b) State the specific action(s) or step(s) in Excel that will produce a list/display of those countries with 800 or more medals in total? (4 marks)

c) Which type of graph will be suitable for representing only gold medals information? (2 marks)

d) In which column(s) might replication have been used?
(2 marks)

e) What Excel formula can be used to calculate the overall total medals awarded? (3 marks)


14) Write the Excel functions for the following: (5 Marks each)

a. Give the total number of medals for Germany and Great Britain.

b. Give the average number of silver medals for a European country,

c. Sum the Medals Total for Gold for those countries with less than 20 games involvement.

d. Search the database (the whole spreadsheet) to find ‘Italy’ and also the corresponding Medals Total.

Answers

Answer:

a) highlight row F by clicking on F, go to toolbar at top undar DATA click filter, you will see an arrow next to F now, click the dropdown on the arrow and sort

Explanation:

does my mum love me? I need to know...

Answers

Yes she does even if you feel like she don’t sometimes

Answer:

it depends she might need her space and yell at you get out my life it ok then. you just tell her to go to hell.

Explanation:

hope this helps!!

What does the term Gestalt mean?
A image
B graph
C big
D part
E whole

Answers

Gestalt is a German word for form or shape so I would probably put d or e

Answer:

it is E whole.

Explanation:

Please mark me brainleast

As part of his proofreading process, and to catch any spelling or grammar mistakes, John uses this feature in Word Online to have the program read what is on the document.

Editing View
Immersive Reader View
Reading View
Subversive Reader View

Answers

Answer:

immersive reader view is the answer

Explanation:

Answer:

B

Explanation:

Which of the following are examples of system software?
device drivers and system security utilities
operating systems and Web browsers
word processing programs and device drivers
disk drive utilities and email programs

Answers

Answer:

Operating systems and web browsers

Explanation:

i did the test

Answer:

c

Explanation:

terms that represents the achual speed used by device to transfer data​

Answers

Answer:Mb/s

Explanation:

megabytes per second

Write a function swap that swaps the first and last elements of a list argument. Sample output with input: 'all,good,things,must,end,here'

Answers

Answer:

def swap(lst):

  lst = lst.split(",");

  temp = lst[0]

  lst[0] = lst[-1]

  lst[-1] = temp

 

  return lst

lst = input("Enter the list items: ")

print(swap(lst))

Explanation:

Create a function named swap that takes one parameter, lst

Since the input is entered as commas between values, we need to split the values using split() function

Set the temp as the first item in the lst

Update the first item as the last item

Update the last item as temp (Note that temp has the initial value of the first item)

Return the list

Ask the user to enter the items

Call the swap function passing the input as parameter and print

Answer:

def swap (values_list):

   values_list[0],values_list[-1]=values_list[-1],values_list[0]

   return values_list

Explanation:

Is a house phone a computer?
And why??

Answers

Answer:

yes because they emit radio waves or radio frequency

Explanation:

No there are two separate device one is for calling and reviving info and the other is too work on even though they both take in information

Which part of this HTML tag is an "element"?
Hello World!
h1
A
оа
Ob
ос
Od
Hello World!

Answers

Answer:

h1

Explanation:

h1 is a heading tag

h1 has many types h 1-6

Answer:

I believe it is h1

Explanation:

Chevening is looking for individuals with strong professional relationship building skills, who will engage with the Chevening community and influence and lead others in their chosen profession. Please explain how you build and maintain relationships in a professional capacity, using clear examples of how you currently do this, and outline how you hope to use this skill in the future.

Answers

Answer:

explanation below

Explanation:

Individuals with excellent relationship building skills would be able to engage and lead members of Chevening community in their respective profession.  Forming a bond with these sets of people who have a stake in the success or failure of your tasks would help you stay on track of your career and projects.

To build these relationships, you need to identify your relationship needs. Do you feel you have come to know what you need from these people you have formed a bond with and do they know what they need from you? In my own case, I engage in regular communications with everyone to ensure I understand what I need from them and what they need from me.  

I have also spent time in developed my Emotional Intelligence [E.I] which is worthwhile in building professional relationships. I have rightly done this by recognising my own emotions and ensure I understand what I feel in different situations. This high level of EI would help in understanding the emotions and needs of your professional relationships.  

These skills would be much needed when working in a corporate environment. I would be able to form bonds with different stakeholders, colleagues and customers, and understand their needs and emotions to be able to achieve different business needs.  

Python
A regular polygon is an n-sided polygon in which all sides are of the same length and all angles have the same degree (i.e., the polygon is both equilateral and equiangular). The formula for computing the area of a regular polygon is
area = (n * s^2) / (4 * tan(PI / n)
Here, s is the length of a side. Write a program that prompts the user to enter the number of sides and their length of a regular polygon and displays its area

Answers

Answer:

d?t;./Wr.E

Explanation:

Calculate the BMI of a person using the formula BMI = ( Weight in Pounds / ( ( Height in inches ) x ( Height in inches ) ) ) x 703 and assign the value to the variable bmi. Assume the value of the weight in pounds has already been assigned to the variable w and the value of the height in inches has been assigned to the variable h. Take care to use floating-point division.
SUBMIT
1 of 4: 2020-05-24 21:05:22 - W2 of 4: 2020-05-24 21:39:16 - W3 of 4: 2020-05-24 21:54:30 - W4 of 4: 2020-05-24 22:32:18 - W
#python program to compute BMI
print("Enter weight in pounds:")
w = float(input())
print("Enter height in inches:")
h = float(input())
bmi = w / (h * h) * 703
print("BMI = " + str(bmi))

Answers

Answer:

See Explanation

Explanation:

Your program is correct.

However, it's best to control your output (especially when it involves decimals) by rounding up to some decimal places.

So, I'll rewrite the program as follows (See comments for explanation)

#Prompt user for weight

w = float(input("Enter weight in pounds: "))

#Prompt user for height

h = float(input("Enter height in inches: "))

#Calculate BMI

bmi = w / (h * h) * 703

#Print BMI and round up to 2 decimal places

print("BMI = " + str(round(bmi,2)))

Consider the following code segment.

for (int k = 0; k < 4; k++)
{
/* missing loop header */
{
System.out.print(k);
}
System.out.println();
}
The code segment is intended to produce the following output.
0
11
222
3333

Which of the following can be used to replace /* missing loop header */ so that the code segment will work as intended?

a. for (int h = 0; h < k; h++)
b. for (int h = 1; h < k + 1; h++)
c. for (int h = 0; h < 3; h++)
d. for (int h = k; h >= 0; h--)
e. for (int h = k; h <= 0; h--)

Answers

Answer:

for (int h = k; h >= 0; h--)

Explanation:

From the list of given options, option C answers the question.

In the outer loop

Initially, k = 0

In the inner loop,

h = k = 0

The value of h will be printed once because h>=0  means 0>=0 and this implies once

To the outer loop

k = 1

The inner loop will always assume value of k;

So,

h = 1

This will be printed twice because of the condition h>=0  means 1>=0.

Since 1 and 0 are >=0; 1 will be printed twice

To the outer loop

k = 2

The inner loop

h = 2

This will be printed thrice because of the condition h>=0  means 2>=0.

Since 2, 1 and 0 are >=0; 2 will be printed thrice

To the outer loop

k = 3

The inner loop

h = 3

This will be printed four times because of the condition h>=0  means 3>=0.

Since 3, 2, 1 and 0 are >=0; 3 will be printed four times

5 seasons,10.episodes each from which episode in 1st season are 45 min and 35 sec, and in the remaining one are 35 mim and 15 sec each. Please help

Answers

Answer:

wow

Explanation:

Please help I’m on a timer!!! Arie is moving icons around and deleting shortcuts. He is working on the _____.
A. All programs submenu
B. Start menu
C. System tray
D. Desktop Arie is moving icons around and deleting shortcuts. He is working on the _____.
A. All programs submenu
B. Start menu
C. System tray
D. Desktop

Answers

Answer:

D. Desktop

Explanation:

If he's moving icons around and deleting shortcuts, he has to do that at the desktop.

You decide that you want to run multiple operating systems on a single machine which of these will you need?

firmware

multitasker

hypervisor

0S switcher

Answers

Answer:

Hyer-V = Hypervisor

Explanation:

Hyper visor because their job is to mostly multi Task work

Why did Herman Hollerith invent the Tabulating Machine?

Answers

Answer:

the machine was developed to help process data for the 1890 U.S. Census.

Explanation:

U.U

Cyberbullying prevention provides a safe environment by
stopping people from being bullies online.
showing people how to spot bullies online,
O rewarding people for catching bullies online,
O teaching people to ignore bullies online,

Answers

Answer:

stopping people from being bullies online.

Explanation:

true false you cannot fill in a callout​

Answers

??????? Can you explain the question some more

For this project you will write a Java program that will run a simple math quiz. Your program will generate two random integers between 1 and 20 and then ask a series of math questions. Each question will be evaluated as to whether it is the right or wrong answer. In the end a final score should be reported for the user. (See below for how to generate random numbers).Following the instructions from Closed Lab 01, create a new folder named FunWithBranching and a new Java program in that folder named FunWithBranching.java for this assignment.Sample Ouptut This is a sample transcript of what your program should do. Values in the transcript in BOLD show the user inputs. So in this transcript the user inputs 33, Jeremy, 24, -16, 80 and 0 - the rest is output from the program.Enter a random number seed: 33Enter your name: JeremyHello Jeremy!Please answer the following questions:4 + 20 = 24Correct!4 - 20 = -16Correct!4 * 20 = 80Correct!4 / 20 = 0Correct!4 % 20 = 4Correct!You got 5 correct answers!That's 100.0%!Your code will behave differently based on the random number seed you use and the answers provided by the user. Here is a second possible execution of this code. As before, values in BOLD are provided by the user - in this case 54, Bob, 8, 32, 8 and 1 - the rest is the output of the program when you run it.Enter a random number seed: 54Enter your name: BobHello Bob!Please answer the following questions:20 + 12 = 8Wrong!The correct answer is: 3220 - 12 = 32Wrong!The correct answer is: 820 * 12 = 8Wrong!The correct answer is: 24020 / 12 = 1Correct!20 % 12 = 8Correct!You got 2 correct answers!That's 40.0%!

Answers

Answer:

Here is the JAVA program:

import java.util.Scanner;   //to accept input from user

public class FunWithBranching {   //class name

   public static void main(String[] args) {  //start of main function

   Scanner input = new Scanner(System.in);  //creates Scanner object

   System.out.print("Enter your name: "); //prompts user to enter name

   String userName = input.nextLine();  //stores the name

   System.out.print("Welcome " + userName + "! Please answer the following questions:\n");   //prompts user to answer the questions

   int randomOperand1 =  (int)(20 * Math.random()) + 1;  //generates random number for operand 1 (1-20)

   int randomOperand2 =  (int)(20 * Math.random()) + 1;  //generates random number for operand 2 (1-20)

   int randomAdd = randomOperand1 + randomOperand2;  //performs addition of two random numbers and stores result in randomAdd

   int randomMul = randomOperand1 * randomOperand2;  //performs multiplication of two random numbers

   int randomDiv = randomOperand1 / randomOperand2;  //performs division of two random numbers

   int randomMod = randomOperand1 % randomOperand2;  //performs modulo of two random numbers

   int correctAns = 0;  //stores number of correct answers

   System.out.print(randomOperand1 + " + " + randomOperand2 + " = ");  //displays random number + random number

   int AdditionGuess = input.nextInt();   //reads the answer of addition from user and stores it in AdditionGuess

   if (AdditionGuess == randomOperand1 + randomOperand2) {  //if the user answer is correct

   System.out.println("Correct!");  //displays correct

   correctAns++;  //adds 1 to the count of correctAns every time the user gives correct answer of addition

 } else {  //if user answer is incorrect

   System.out.println("Wrong!");  //displays wrong

   System.out.println("The correct answer is " + randomAdd);   }  //displays the correct answer of addition

   System.out.print(randomOperand1 + " * " + randomOperand2 + " = ");  //displays random number * random number  

   int MultiplicationGuess = input.nextInt();   //reads the answer of multiplication from user and stores it in MultiplicationGuess

 if (MultiplicationGuess == randomOperand1 * randomOperand2) {  //if the user answer is correct

     System.out.println("Correct!");  //displays correct

     correctAns++;  //adds 1 to the count of correctAns every time the user gives correct answer of multiplication

 }else{  //if user answer is incorrect

       System.out.println("Wrong!");  //displays wrong

       System.out.println("The correct answer is " + randomMul);   }  //displays the correct answer of multiplication

   System.out.print(randomOperand1 + " / " + randomOperand2 + " = ");  //displays random number / random number  

   int DivisionGuess = input.nextInt();   //reads the answer of division from user and stores it in DivisionGuess

   if (DivisionGuess == randomOperand1 / randomOperand2) {  //if the user answer is correct

       System.out.println("Correct!");  //displays correct

       correctAns++;   //adds 1 to the count of correctAns every time the user gives correct answer of division

       }else{  //if user answer is incorrect

           System.out.println("Wrong!");  //displays wrong

           System.out.println("The correct answer is " + randomDiv);     }  //displays the correct answer of division

      System.out.print(randomOperand1 + " % " + randomOperand2 + " = ");  //displays random number % random number  

       int ModGuess = input.nextInt();  //reads the answer of modulo from user and stores it in ModGuess

           if (ModGuess == randomOperand1 % randomOperand2) {  //if the user answer is correct

           System.out.println("Correct!");  //displays correct

           correctAns++;   //adds 1 to the count of correctAns every time the user gives correct answer of modulo

           }else{  //if user answer is incorrect

               System.out.println("Wrong!");  //displays wrong

               System.out.println("The correct answer is " + randomMod);    }  //displays the correct answer of modulo

double percentage = correctAns * 25;   //computes percentage

System.out.println("You got " + correctAns + " correct answers.");   //display number of correct answers given by user

System.out.println("That's " + percentage + "%!");         }  } //displays percentage

Explanation:

The program is well explained in the comments mentioned with each line of code. The screenshot of the output is attached.

Are the actions legal or illegal?
a. Your company is moving toward final agreement on a contract in Pakistan to sell farm equipment. As the contract is prepared, officials ask that a large amount be included to enable the government to update its agriculture research. The extra amount is to be paid in cash to the three officials you have worked with. Should your company pay?

Answers

Answer:

No, Company will not pay

Explanation:

At the last point of the final deal, any significant sum of money does not fall into the frame.

It was important to address the exact amount needed to update the research on agriculture. They might be asking for inflated amounts.

What is the Web of Trust?
A. a group of experts who rate reviews as good or bad B. a group of experts who analyze reviews before they go online C. a group of reviewers who review products frequently D. a group of reviewers with your highest ratings

Answers

Answer:

A group of reviewers with your highest ratings

Answer:

D plato

Explanation:

Other Questions
f(x) = 32^2+ 5x - 14Find f(-9) Solve each Algebraic Equationx-27=56y+14=83k+53=124a-27=90q+67=11835+x=4458+p=16 Jill grew 5/8 of an inch last year. This year she has grown 1 1/4 inches. How much has she grown in all? Under which plan was the number of representatives based on population? What is greater 5/8 or 60% 51/8 times 17/4and simplified You may have polarized sunglasses that eliminate glare by polarizing the light. When light is polarized, all of the waves are traveling in parallel planes. Suppose vertically polarized light with intensity Io strikes a polarized filter with its axis at an angle of with the vertical. The intensity of the transmitted light It and are related by the equation Cos= Io/It. If , write It as a function of Io, A baseball player hits a ball towards the outfield. *Newton's 1st LawNewton's 2nd LawNewton's 3 LawLaw of Universal GravitationLaw of Conservation of Momentum Mia and her children went into a grocery store and where they sell apples for $2 each and mangos for $1.50 each. Mia has $20 to spend and must buy no less than 9 apples and mangos altogether. If Mia decided to buy 3 mangos, determine the maximum number of apples that she could buy. Question 1 Why does Karana, the narrator, decide not to shoot the wounded dog? Cite textual evidence to support your answer.~Question 2Do you think Karana has hunted with a bow and arrow before? Note evidence in the text that supports your answer.~Question 3Why does the dog back away and show his teeth when Karana goes up to feed him? Cite textual evidence to support answer.~Question 4Use context to determine the meaning of the word fortunate as it is in Island of the Blue Dolphins. Write your definition of "fortunate" here and tell house you got it. How might the "fortunate" be related to the word "fortunate"?~Question 5Use context to determine the meaning of limp as it is used in Island of the Blue Dolphins. Write your definition of "limp" and note any clues that helped you to define the word. How sentence help you the figure out its meaning? Dialogue is important in a story for two reasons. Which of the following is one of the reasons? With they're vivid use of color and pattern, the museum's new photographswill challenge you're perceptions of what can be achieved through portraitphotography.Submit The accompanying data represent the actual amount (in mL) poured into a short, wide glass for individuals asked to pour 44.3 mL (1.5 ounces). 89.3 68.6 32.7 37.3 39.7 46.7 66.1 79.4 66.4 52.1 47.3 64.4 53.7 63.4 46.2 63.0 92.1 57.6 A) Calculate the values of the mean and standard deviation (in mL). mean 59.222 mL standard deviation 16.725 mL Interpret the values of the mean and standard deviation. A typical amount poured into a short, wide glass is 19.7 mL. A typical deviation from the mean amount poured is_____mL. B) The mean amount poured into a tall, slender glass for individuals asked to pour 44.3 mL (1.5 ounces) was 51.283 mL. What do the values of the means for the two types of glasses suggest about the shape of glasses used? The mean amount for a short, wide glass is greater than the mean amount for a tall, slender glass. This suggests that bartenders tend to pour more into a short, wide glass compared to a tall, slender glass. The same vocabulary test with 50 questions is given to 600 students from 5th to 10th grade and the number of correct responses is collected for each student in this group. The interquartile range is 40 correct responses. What would a box plot look like for the results of the vocabulary test? what is an american ? What are some attributes that define the new race of men as the author describes them in paragraph 3? DLite Dry Cleaners is owned and operated by Joel Palk. A building and equipment are currently being rented, pending expansion to new facilities. The actual work of dry cleaning is done by another company at wholesale rates. The assets, liabilities, and common stock of the business on July 1, 2016, are as follows: Cash, $45,000; Accounts Receivable, $93,000; Supplies, $7,000; Land, $75,000; Accounts Payable, $40,000; Common Stock, $60,000. Business transactionsduring July are summarized as follows:A. Joel Palk invested additional cash in exchange for common stock with a deposit of $35,000 in the business bank account.B. Paid $50,000 for the purchase of land adjacent to land currently owned by DLite Dry Cleaners as a future building site.C. Received cash from cash customers for dry cleaning revenue, $32,125.D. Paid rent for the month, $6,000.E. Purchased supplies on account, $2,500.F. Paid creditors on account, $22,800.G. Charged customers for dry cleaning revenue on account, $84,750.H. Received monthly invoice for dry cleaning expense for July (to be paid on August 10), $29,500.I. Paid the following: wages expense, $7,500; truck expense, $2,500; utilities expense, $1,300; miscellaneous expense, $2,700.J. Received cash from customers on account, $88,000.K. Determined that the cost of supplies on hand was $5,900; therefore, the cost of supplies used during the month was $3,600.L. Paid dividends, $12,000.Required:1. Determine the amount of retained earnings as of July 1 of the current year.2. The assets, liabilities, and stockholders equity as of July 1 are stated in equation form similar to that shown in this chapter. In tabular form below the equation, indicate increases and decreases resulting from each transaction and the new balances after each transaction. In each transaction row (rows indicated by a letter), you must indicate the math sign (+ or -) in columns effected by the transaction. You will not need to enter math signs in the balance rows (rows indicated by Bal.). Entries of 0 (zero) are not required and will be cleared if entered.3.a. Prepare an income statement for the month ended July 31, 2016. Refer to the Accounts in the accounting equation grid and to the list of Labels and Amount Descriptions for the exact wording of the answer choices for text entries. Be sure to complete the statement heading. If a net loss has been incurred, enter that amount as a negative number using a minus sign. You will not need to enter colons (:) on the income statement.3.b. Prepare a retained earnings statement for the month ended July 31, 2016. Refer to the lists of Accounts in the accounting equation grid and to the list of Labels and Amount Descriptions for the exact wording of the answer choices for text entries. Be sure to complete the statement heading. Enter all amounts as positive numbers. The word "Less" or "Add" is not needed in the Retained Earnings Statement.3.c. Prepare a balance sheet as of July 31, 2016. Refer to the Accounts in the accounting equation grid and to the list of Labels and Amount Descriptions for the exact wording of the answer choices for text entries. Be sure to complete the statement heading.4. Prepare a statement of cash flows for July. Enter amounts that represent cash outflows as negative numbers using a minus sign. Refer to the list of Labels and Amount Descriptions for the exact wording of the answer choices for text entries. Be sure to complete the statement heading. You will not need to enter colons (:) or the word Deduct on the statement.Labels Cash flows from financing activities, Cash flows from investing activities, Cash flows from operating activities, ExpensesFor the Month Ended July 31, 2016, July 31, 2016Amount Descriptions Additional investment during July, Cash balance, July 1, 2016, Cash balance, July 31, 2016, Cash payments for expenses and payments to creditors, Cash received from customers, Cash received from issuing common stock, Decrease in retained earnings, Dividends, Increase in retained earnings, Net cash flows from financing activities, Net cash flows from investing activities, Net cash flows from operating activities, Net cash flows used for financing activities, Net cash flows used for investing activities, Net cash flows used for operating activities, Net decrease in cash during July, Net income, Net increase in cash during July. Net loss, Purchase of land, Retained earnings, July 1, 2016, Retained earnings, July 31, 2016, Total assets, Total expenses, Total liabilities and stockholders equity, Total stockholders equity For the function f(x) = 0.25 (x - 1) (x + 7) identify the vertex. The atomic number of cobalt is 27 and its mass number is 58.93. How many protons and neutrons does an atom of cobalt have? 6x-2y=24 what's the slope and Y intercept? Describe the two alliances of Europes major power