please answer this now I need please.


write a statement to do the following.
a)to give yellow colour to the for writing text on the graphics window
b)To give green as background colour to the graphics window
c)to give pink colour to the brush which is used to fill the shapes in the graphics window​

Answers

Answer 1

Answer:

You can change the color of text in your Word document. Select the text that you want to change. On the Home tab, in the Font group, choose the arrow next to Font Color, and then select a color.

You can display a graphics window and draw colorful shapes in it if you use the Show operation of the GraphicsWindow object. You can also specify properties of the graphics window, such as its title, height, width, and background color.

Explanation: Sorry I couldn't do the third question but hope it helps.

Answer 2

Answer:

hii , you are an army?

reply in the comment


Related Questions

write a java program that prompts the user to enter scores (each number an integer from 0 to 10) and prints the following output: how many scores entered the highest score the lowest score the average of all the scores the average with the highest and lowest score not counted if the user enters less than 3 scores print an error message instead of the output above

Answers

Answer:

Explanation:

The following is written in Java. It continues asking the user for inputs until they enter a -1. Then it saves all the values into an array and calculates the number of values entered, the highest, and lowest, and prints all the variables to the screen. The code was tested and the output can be seen in the attached image below.

import java.util.ArrayList;

import java.util.Arrays;

import java.util.Scanner;

class Brainly {

   public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       int count = 0;

       int highest, lowest;

       ArrayList<Integer> myArr = new ArrayList<>();

       while (true) {

           System.out.println("Enter a number [0-10] or -1 to exit");

           int num = in.nextInt();

           if (num != -1) {

               if ((num >= 0) && (num <= 10)) {

                   count+= 1;

                   myArr.add(num);

               } else {

                   System.out.println("Wrong Value");

               }

           } else {

               break;

           }

       }

       if (myArr.size() > 3) {

           highest = myArr.get(0);

           lowest = myArr.get(0);

           for (int x: myArr) {

               if (x > highest) {

                   highest = x;

               }

               if (x < lowest) {

                   lowest = x;

               }

           }

           System.out.println("Number of Elements: " + count);

           System.out.println("Highest: " + highest);

           System.out.println("Lowest : " + lowest);

       } else {

           System.out.println("Number of Elements: " + count);

           System.out.println("No Highest or Lowest Elements");

       }

   }

}

write a java program that prompts the user to enter scores (each number an integer from 0 to 10) and

Your job is to protect your company's information assets. What security objectives
should you address?
1) Assets, liabilities, and threats
2) Common vulnerabilities and exposures
3) Confidentiality, integrity and availability
4) Risks, threats and vulnerabilities

Answers

Answer:3

Explanation: The CIA Triangle is the basis of all Security related needs.

Question 8 (2.5 points)
How would you type a capital Y?
Hold down the shift key with the left pinky and type Y with the right thumb
Hold down the shift key with the right pinky and type Y with the right middle
finger
Hold down the shift key with the left pinky and type Y with the right index finge
Hold down the shift key with the right pinky and type Y with the right index
finger
ng mga man

Answers

Answer:

Hold down the shift key with the right pinky and type Y with the right index

finger

Explanation:

The explanation for this Answer is that the letter "Y" is located just in the middle of the numbers "5 and 6" which is very close to your right index finger so you may use your right pinky finger to hold the Shift key and then press the "y" key after pressing like this you will get your expected answer. Thank You!

The letter "Y" is located just in the middle of the numbers "5 and 6" which is very close to your right index finger so you may use your right pinky finger to hold the Shift key. Other part of question is discussed below.

What are the most common layout of keys?

The most common layout of keys on the keyboard is the querty keyboard. A computer keyboard is an input device that is used to key in letters, numbers, and other symbols.

The computer user uses the key board to as a mode of communication between him or her and the commuter in order to produce the expected results as the output.

Qwerty keyboard has been known as the  most common layout of the keys on the keyboard. It has the standard computer keyboard and it refers to the first six letters on the upper row of the keyboard.

The Pinky Finger is the little or the small finger which is below or next to the small finger. On the computer keyboard the pinky finger types P, semicolon (;), colon (:), slash (/), question mark (?), enter, backspace and  shift.

Therefore, The letter "Y" is located just in the middle of the numbers "5 and 6" which is very close to your right index finger so you may use your right pinky finger to hold the Shift key.

Learn more about keyboard on:

https://brainly.com/question/24921064

#SPJ2

Consider the following class. public class ClassicClass { private static int count = 0; private int num; public ClassicClass() { count++; num = count; } public String toString() { return count + " " + num; } } What is printed when the following code in the main method of another class is run? ClassicClass a = new ClassicClass(); ClassicClass b = new ClassicClass(); ClassicClass c = new ClassicClass(); System.out.println(a + ", " + b + ", " + c);

Answers

The the code in the main method is run, it will print

"3 1, 3 2, 3 3"

The static/class field count stores the number of instances of the class created. count is always incremented when the instance constructor is called.

The instance field num acts like an identifier/serial number for the instance created. When the constructor is called, the current count is stored in the num field of the instance.

Each instance's toString( ) method will output the total count (from count) and the serial of the instance (from num).

When the code runs in the main method, it creates three instances (making count==3), so that we have

a = {count: 3, num: 1}b = {count: 3, num: 2}c = {count: 3, num: 3}

and implicitly calls toString( ) in the println method for each of the three instances to produce the following output

"3 1, 3 2, 3 3"

Learn more about programs here: https://brainly.com/question/22909010

Analyze and interpret this statement "life is not a grand harmony, conflict exist"

Answers

Answer:

Life is not always easy and fair. There will be ups and downs, happy and sad. You have to fight for for everything good in this world because nothing good comes easy.

In which of the following situations must you stop for a school bus with flashing red lights?

None of the choices are correct.

on a highway that is divided into two separate roadways if you are on the SAME roadway as the school bus

you never have to stop for a school bus as long as you slow down and proceed with caution until you have completely passed it

on a highway that is divided into two separate roadways if you are on the OPPOSITE roadway as the school bus

Answers

The correct answer is:

on a highway that is divided into two separate roadways if you are on the OPPOSITE roadway as the school bus

What happens when a school bus is flashing red lights

When a school bus has its flashing red lights activated and the stop sign extended, it is indicating that students are either boarding or exiting the bus. In most jurisdictions, drivers are required to stop when they are on the opposite side of a divided highway from the school bus. This is to ensure the safety of the students crossing the road.

It is crucial to follow the specific laws and regulations of your local jurisdiction regarding school bus safety, as they may vary.

Learn more about school bus at

https://brainly.com/question/30615345

#SPJ1

mention two strategies of collecting data​

Answers

Types of quantitative and qualitative data collection methods include surveys and questionnaires, focus groups, interviews, and observations and progress tracking.

In early Oklahoma, __________ tribes were most nomadic. A. hunting B. farming C. semi-sedentary D. agricultural Please select the best answer from the choices provided A B C D

Answers

Answer:

A

Explanation:

They needed to follow the food/buffalo

What is the ideal "view pattern " of a pattern?


"F" pattern


"Circular" pattern


"T" shape, Top-heavy pattern


"Shallow" Pattern


Answers

"T" shape, Top-heavy pattern  is the ideal "view pattern " of a pattern.

Thus, The language extension ViewPatterns makes view patterns possible. The Wiki page has additional details and illustrations of view patterns.

View patterns can be layered inside of other patterns, similar to how pattern guards can. They offer an easy way to compare patterns to values of abstract kinds.

View patterns extend our ability to pattern match on variables by also allowing us to pattern match on the result of function application.

Thus, "T" shape, Top-heavy pattern  is the ideal "view pattern " of a pattern.

Learn more about View pattern, refer to the link:

https://brainly.com/question/13155627

#SPJ1

1. Railroad tracks present no problems for a motorcyclist.
A. O TRUE
B. O FALSE

2. Which of the following is considered to be a vulnerable road user?
A. Bicyclists
B. Motorcyclists
C. Pedestrians
D. all of the above

Answers

Answer: 1 is A

2 is D

Explanation:

Question 41
What is an another name of Personal Computer?
A OMicro-Computer
BOPrivate Computer
CODistinctive Computer
DOIndividual Computer

Answers

A personal computer, also known as a micro-computer, is a type of computer designed for individual use by a single person. Option A

It is a general-purpose computer that is meant to be used by an individual for various tasks, such as word processing, web browsing, gaming, and multimedia consumption. Personal computers are widely used by individuals in homes, offices, and educational institutions.

Option B, "Private Computer," is not a commonly used term to refer to a personal computer. The term "private" does not accurately describe the nature or purpose of a personal computer.

Option C, "Distinctive Computer," is not an appropriate term to refer to a personal computer. The term "distinctive" does not convey the common characteristics or usage of personal computers.

Option D, "Individual Computer," is not a commonly used term to refer to a personal computer. While the term "individual" implies that it is meant for individual use, the term "computer" alone is sufficient to describe the device.

Therefore, the most accurate and commonly used term to refer to a personal computer is A. Micro-Computer. This term highlights the small size and individual-focused nature of these computers. Option A

For more such questions micro-computer visit:

https://brainly.com/question/26497473

#SPJ11

Which if branch executes when an account lacks funds and has not been used recently? hasFunds and recentlyUsed are booleans and have their intuitive meanings.

a. if ChasFunds && !recentlyUsed)
b. if (has Funds && recentlyUsed)
c. if (ThasFunds && !recentlyUsed)
d. if (hasFunds && recentlyUsed)

Answers

Options :

a. if (hasFunds && !recentlyUsed)

b. if (!has Funds && recentlyUsed)

c. if (!hasFunds && !recentlyUsed)

d. if (hasFunds && recentlyUsed)

Answer:

C. if (!hasFunds && !recentlyUsed)

Explanation:

Since both hasFunds and recentlyUsed have intuitive meaning;

hasFunds means an account which is funded or has money.

recentlyUsed means an account which has been put to use in recent time.

An account which lacks funds and has not been recently used will be express thus :

! Symbol means negation

&& - means AND

!hasFunds means lack or does not have funds

!recentlyUsed means hasn't been used in recent times

The boolean statement used with && will only execute or return true if both statement are true.

True and True = True

!hasFunds returns True = 1

!recentlyUsed returns True = 1

I'm trying to run this program, but it keeps giving an 'unexpected EOF while parsing.' If anyone can help me, I'll be blessed.

print("Welcome Everyone! We're here today to watch the elections for HoR (House of Representatives)! Here's our first Congressman/woman now.")
print("Answer the following questions or press 'Q' to quit")
name = input("Enter your name: ")
print("Welcome to the Congressional Elections", name + "!")
if name == 'Q':
print ("You've chosen to quit this program. Goodbye.")

Age = input("Enter Age: ")
try:
checker = int(Age)
if checker >= 25:
print(name + " can run for Congress")
break
else:
print(name + " cannot run for Congress")

Answers

Answer:

Explanation:

As a math teacher, Florence frequently makes photocopies of fun activities for her students to do. When the copies come out of the copy machine, they form a stack.

This table shows the relationship between the number of copies in the stack, x, and the height (in millimeters) of the stack, y.

x (copies) y (millimeters)

25 1

50 2

75 3

100 4

According to the values in the table, do x and y have a proportional relationship?

yes

no

Questions

answered

26

Time

elapsed

00 12 42

HR MIN SEC

SmartScore

out of 100

68

Need a break?

Work it out

Not feeling ready yet? This can help:

Find the constant of proportionality from a table

Company | Blog | Help center | User guides | Tell us what you think | Testimonials | Contact us | Terms of service | Privacy policy

IXL Learning © 2021 IXL Learning. All rights reserved.As a math teacher, Florence frequently makes photocopies of fun activities for her students to do. When the copies come out of the copy machine, they form a stack.

This table shows the relationship between the number of copies in the stack, x, and the height (in millimeters) of the stack, y.

x (copies) y (millimeters)

25 1

50 2

75 3

100 4

According to the values in the table, do x and y have a proportional relationship?

yes

no

Questions

answered

26

Time

elapsed

00 12 42

l rights reserved.v

Answer:

Your try and except statement

Explanation:

You have a try statement but no except to go with it, which causes an error. Not to mention, you do not need to use break because it causes an error and you are not in a loop. You are already using an if-else statement.

To improve your code, you do not need to create a new variable checker and instead just do

Age = int(input("Enter Age: "))

if age >= 25:

# >> do the below

I also recommend you use \n to create newlines instead of using print for each line.

1. If the document is something that is produced frequently, is there a template readily available which you could fill in with a minimum of effort? 2. If so, which template fits with company and industry requirements? 3. If a template is available, does it need to be tweaked to make it conform to your needs? 4. If a template is not available, can one be created and saved for future use? 5. Who needs to approve the template before it becomes a standard tool for the business? 6. What software should be used to create the template? Should it be proprietary software or free software?​

Answers

If the document is produced frequently, it is likely that there is a template readily available that can be used as a starting point for creating the document.

What is template?

A template is a pre-designed document or file that can be used to start new documents with a similar structure or format.

Templates, which provide a standardized framework for organizing and presenting information, can be used to save time and ensure consistency across documents.

To ensure that the template meets company and industry requirements, it's important to review and compare the template with the relevant standards, guidelines, and regulations.

If a template is available, it may need to be tweaked to make it conform to specific needs or preferences.

This can involve making changes to formatting, structure, or content to better reflect the specific requirements of the document.

If a suitable template is not available, it may be necessary to create one from scratch. Once created, the template can be saved and reused as needed for future documents.

Approval for a template may depend on the specific policies and procedures of the organization.

Thus, there are many software options available for creating templates, including proprietary software such as Microsoft Word or Adobe InDesign, as well as free software such as Docs or OpenOffice.

For more details regarding template, visit:

https://brainly.com/question/13566912

#SPJ9

In C#
Please as soon as possible ​

In C# Please as soon as possible

Answers

Answer:

I'm not hundred percent sure but I believe it is going up by 100 the scale each number for the total quantity

Explanation:

Help me with this digital Circuit please

Help me with this digital Circuit please
Help me with this digital Circuit please
Help me with this digital Circuit please
Help me with this digital Circuit please

Answers

A subset of electronics called digital circuits or digital electronics uses digital signals to carry out a variety of tasks and satisfy a range of needs.

Thus, These circuits receive input signals in digital form, which are expressed in binary form as 0s and 1s. Logical gates that carry out logical operations, including as AND, OR, NOT, NANAD, NOR, and XOR gates, are used in the construction of these circuits.

This format enables the circuit to change between states for exact output. The fundamental purpose of digital circuit systems is to address the shortcomings of analog systems, which are slower and may produce inaccurate output data.

On a single integrated circuit (IC), a number of logic gates are used to create a digital circuit. Any digital circuit's input consists of "0's" and "1's" in binary form. After processing raw digital data, a precise value is produced.

Thus, A subset of electronics called digital circuits or digital electronics uses digital signals to carry out a variety of tasks and satisfy a range of needs.

Learn more about Digital circuit, refer to the link:

https://brainly.com/question/24628790

#SPJ1

Through what method can malware evade antivirus software detection, so that the software no longer identifies the malware by its signature

Answers

The use of confusing automated tools is a method that can malware evade antivirus software detection.

What is second evasion technique?

This is known to be the used of confusing automated tools that is said to aid malware to be able to avoid  any kind of detection technologies such as any kind of signature-based antivirus.

Therefore, one cay say that the The use of confusing automated tools is a method that can malware evade antivirus software detection is correct.

Learn more about malware from

https://brainly.com/question/399317

#SPJ1

Answer:

DLL Injection

Explanation:

Amazon Web Services (AWS) has several data centers which have multiple processors that perform computations.

a. True
b. False

Answers

There is several data centers associated with Amazon Web Services (AWS) and this contain multiple processors that perform computations.

What is a data center?

A data center serves as a building that house computer systems as well as associated components for data processing. These center helps in telecommunications and storage systems.

In Amazon Web Services, these data centers contains multiple processors which is been used in computations. The processor is usually sequence with their IDs.

Learn more about data center  at;

https://brainly.com/question/25605883

A computer is a system. Justify this statement.

Answers

Answer:

A computer system is a set of integrated devices that input, output, process, and store data and information. Computer systems are currently built around at least one digital processing device. There are five main hardware components in a computer system: Input, Processing, Storage, Output and Communication devices.

Explanation:

Please mark as brainlist.

Define a function CoordTransform() that transforms the function's first two input parameters xVal and yVal into two output parameters xValNew and yValNew. The function returns void. The transformation is new = (old + 1) * 2. Ex: If xVal = 3 and yVal = 4, then xValNew is 8 and yValNew is 10.

Answers

Answer:

Check the explanation

Explanation:

#include <iostream>

using namespace std;

void CoordTransform(int x, int y, int& xValNew,int& yValNew){

  xValNew = (x+1)*2;

  yValNew = (y+1)*2;

}

int main() {

  int xValNew = 0;

  int yValNew = 0;

  CoordTransform(3, 4, xValNew, yValNew);

  cout << "(3, 4) becomes " << "(" << xValNew << ", " << yValNew << ")" << endl;

  return 0;

}

How does a junction table handle a many-to-many relationship?

by converting the relationship to a one-to-one relationship
by moving the data from the source table into the destination table
by directly linking the primary keys of two tables in a single relationship
by breaking the relationship into two separate one-to-many relationships

Answer: 4
by breaking the relationship into two separate one-to-many relationships

Answers

Answer:

two" (and any subsequent words) was ignored because we limit queries to 32 words.

Explanation:

please mark as brainliest

Answer:

By breaking the relationship into two separate one-to-many relationships

Explanation:

I just did it / edge 2021

A friend of yours is analyzing data collected on the response time to emergency calls. They are unsure about statis have asked for your advice:
Friend: I have got data on the response time to emergency calls for a random sample of 60 emergency responses. I've been asked to report some numbers to describe the center and spread of this data. Apparently there are several ways to do that and I am unsure which method I should use. I've looked at the data and it seems that the response times are fairly evenly spread around a time of 5 minutes. How should I best report the center and spread of this data?
You respond to your friend saying that, in this case, it is best to report the:____.
a. mean, minimum and maximum values.
b. median and interquartile range.
c. mean and standard deviation.
d. variance.
e. mode and range.
f. mean only.

Answers

Answer:

c. mean and standard deviation.

Explanation:

You respond to your friend saying that, in this case, it is best to report the mean and standard deviation. The mean will provide the best representation of the average based on the data that is provided. Meaning that response time that occurs the most often from all the data that was provided. While the standard deviation tells us, by how much the rest of the data is separated from the calculated average value.

PowerPoint Presentation on What type of device will she use to display her presentation and explain it to the rest of the children in her class?
Input Device
Output Device
Processing Device
Storage Device

Answers

Answer:

Output device

Explanation:

The screen/projector puts out data (in this case the presentation) for viewers.

The answer us definitely Output Device.
Thank you

is the logical topology is the arrangement of cables net work devices and end systems

Answers

The logical topology of a network is the path through which data is transferred.

What is logical topology?A logical topology is a networking concept that defines the architecture of a network's communication mechanism for all nodes. The logical topology of a network can be dynamically maintained and reconfigured using network equipment such as routers and switches.A logical topology describes how devices appear to the user to be connected. A physical topology describes how they are physically connected with wires and cables.Broadcast (also known as bus) and sequential are the two logical topologies (also known as ring). Every message sent over the network is received by all devices in a broadcast topology.The logical topology is used to create a path for signals to travel through the network. It employs network protocols to define the path for packet transfer. The most typical example of network protocol is ethernet protocol.

To learn more about topology refer to :

https://brainly.com/question/14879489

#SPJ1

A person can only give blood to someone with compatible blood antigens. If a person receives blood from someone with an incompatible blood type, it can cause a life threatening immune system reaction. The blood transfusion will likely fail.
Your program should ask a user’s blood type first, then if she/he want to learn about giving or receiving blood. Based on the blood type and choice of give or receive, your program will print the corresponding compatible blood types.
NOTE, if the blood type or give/receive choice entered doesn’t exist, the program should promote the user to re-enter it again.

Answers

The antibodies will see the blood donor as foreign and attack the donated blood

website is a collection of (a)audio files(b) image files (c) video files (d)HTML files​

Answers

Website is a collection of (b) image files (c) video files and  (d)HTML files​

What is website

Many websites feature a variety of pictures to improve aesthetic appeal and provide visual substance. The formats available for these image files may include JPEG, PNG, GIF, or SVG.

To enhance user engagement, websites can also introduce video content in their files. Web pages have the capability to display video files either by embedding them or by providing links, thereby enabling viewers to watch videos without leaving the site. Various formats such as MP4, AVI and WebM can be utilized for video files.

Learn more about  website  from

https://brainly.com/question/28431103

#SPJ1

What is a fragmented disk?

Answers

Disk fragmentation occurs when a file is broken up into pieces to fit on the disk. Because files are constantly being written, deleted and resized, fragmentation is a natural occurrence. When a file is spread out over several locations, it takes longer to read and write.

HELP PLEASE
What will be printed to the console after this program runs?
var numbers = [2, 5, 3, 1, 6]
function changeNums(numList, addNum, subtractNum) {
for(var i=0; i if(numList[i] % 3 == 0){
numList[i] = numList[i] + addNum;
} else {
numList[i] = numList[i] - subtract Num;
}
}
}
changeNums (numbers, 3, 2);
console.log(numbers);

HELP PLEASE What will be printed to the console after this program runs?var numbers = [2, 5, 3, 1, 6]function

Answers

The output that will be printed to console after the program runs is (b) [0, 3, 6, -1, 9]

When the program is analyzed, we have the following highlights

The program increases numbers that are divisible by 3, by the value of variable addNumOther numbers are reduced by the value of variable subtractNum

In the program, the values of addNum and subtractNum are 3 and 2, respectively.

In the list, 3 and 6 are divisible by 3

2, 5 and 1 are not divisible by 3

When the program runs, 3 and 6 are replaced by 6 and 9.

While 2, 5 and 1 are replaced by 0, 3 and -1

Hence, the output that will be printed to console after the program runs is (b) [0, 3, 6, -1, 9]

Read more about similar programs at:

https://brainly.com/question/24833629

PLEASE HELP ME ANSWER THIS QUESTION. I REALLY REALLY NEED IT.
. According to IEEE, what is software engineering? (A) The study of
approaches (B) The development of software product using scientific
principles, methods, and procedures (C) The application of engineering
to software (D) All of the above

Answers

IEEE (Institute of Electrical and Electronics Engineers) describes software engineering as:

(D) All of the above.

Software engineering encompasses the study of approaches, and the development of software products using scientific principles, methods, and procedures. It also encompasses the application of engineering principles to software. It is a multidisciplinary field that combines technical knowledge, problem-solving skills, and systematic processes to design, develop, and maintain software systems efficiently and effectively.

What are two advantages of storing records in the cloud

Answers

Usability and accessibility.
Security.
Cost-efficient.
Convenient sharing of files.
Automation.
Multiple users.
Synchronization.
I let you choose:)
Other Questions
Why is silicon a desirable work material in microsystemtechnology? (3) Is this the correct answer? Pls help me Montana Mining Co. pays $4,442,910 for an ore depositcontaining1,422,000 tons. The company installs machinery in the minecosting$185,500, which will be abandoned when the ore is completelymined.Montana Mining Co. pays \( \$ 4,442,910 \) for an ore deposit containing \( 1,422,000 \) tons. The company installs machinery in the mine costing \( \$ 185,500 \), which will be abandoned when the ore 7800 dollars is placed in an account with an annual interest rate of 5%. to the nearest tenth of a year, how long will it take for the account value to reach 13200 dollars? Why did hamilton believe it was important to assume the debts incurred by the states to fight the revolution and to create a national bank?. Evaluate the expression when x = 4 -4x + 1.5x - 2.5 - 2x -6.5 About 70 percent of the Earth's surface is water-covered, and about 96.5 percent of all Earth's water is salt water. Identify the watery feature on Earth that is made of freshwater rather than salt water. A) bay B) glacier C) ocean D) sea For each of the following utility functions, prices, and income, find the optimal bundle. Use any method you like to find the answer, including using a general formula for the solution, but show you work. (a) u(x,y)=x 4/5y 1/5,p x=7,p y=3,m=45 (b) u(x,y)=5ln(x)+9ln(y),p x=2,p y=11,m=2 (c) u(x 1,x 2)=4x 1+2x 2,p 1=6,p 2=2,m=240 (d) u(x 1,x 2)=min{3x1,x 2},p 1=1,p 2=5,m=160 (e) u(x,y)=8x3x 2+15y2y 27000,p x=6,p y=20,m=100 which of the following is not a reason why project management has become a standard way of doing business? increased need for skilled management of stakeholders outside of organization projects need to be done faster organizations are doing more project work in-house instead of outsourcing organizations are executing more and more projects increased product complexity and innovation Pls help i rlly need to get my grades up !! The graph below shows a proportional relationship between x and y.What is the constant of proportionality,y/x 1. Evaluate the iterated integralsa) /30 20 4-r0 rz dz dr d Ans: /9b) 40 2 0 4r r dz d dr Ans; 64/3 If a discriminant is negative, then the quadratic has:A. 1 Real SolutionB: 2 Real Solutions C: Half a SolutionD: 2 non-real Solutions Write an equation in slope-intercept form with the given characteristics. a. The line is increasing and passes through the point (0-10). The slope of the line is less steep than the slope of the line represented by the equation y = x + 8. An area experiences warm, moist air that rises in the atmosphere and forms large cumulonimbus clouds. Which severe weather event is likely to occur? Drought Hurricane Lightning Thunderstorm I need help pleas! Complete the table for the given rule. Rule: y is less than 2 times x x y2 3 4 (I need to know what y is) Helpppppppppp assssaaaap Predict what you think will happen as aresult of a thief breaking into the bookstore. Tanveer is tasked with obtaining detailed information about the jobs in his organization. he is performing a job ___. To pay for a home improvement project that totals $11,000, genesis is choosing between taking out a simple interest bank loan at 6% for 3 years or paying with a credit card that compounds monthly at an annual rate of 16% for 6 years. Which plan would give genesis the lowest monthly payment?. what were the orgins of the slaves who came to the cape