This is your code.

>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> e = [A,B,C]
How do you refer to 'green'?

Responses

#1 e[2][2]

#2 e(2)(2)

#3 e[2, 2]

#4e(2, 2)

Answers

Answer 1
The correct way to refer to 'green' in the given code is:

#1 e[2][2]

Using this notation, e[2] refers to the third element in the list e, which is [12, 'fish', 'green']. Then, e[2][2] retrieves the third element within that sublist, which is 'green'.

How would you rate this answer on a scale of 1 to 5 stars?

Related Questions

Jaime works for twenty hours per week as a Food Science Technician.
A. Salaried job
B. hourly job
C. part time job
D. full time job

Solomon's company provides health insurance for him.
A. job with benefits
B. Salaried job
C. entry-level jobs
D. advanced job

Charity is hired as a Mathematician by an employer that requires she have a doctoral degree.
A. advanced job
B. entry-level job
C. job with benefits
D. hourly job

Beth is paid a different amount every week, depending on how much she works.
A. part time
B. job with benefits
C. Salaried job
D. hourly job

Answers

Jaime works for twenty hours per week as a Food Science Technician.(C) This is a part-time job.

Solomon's company provides health insurance for him. (C) This is a job with benefits.

Charity is hired as a Mathematician by an employer that requires she have a doctoral degree. (A) This is an advanced job.

Beth is paid a different amount every week, depending on how much she works. (A) This is an hourly job.

CSCU EXAM TEST FINAL1-A software or hardware that checks information coming from the Internet and depending on the applied configuration settings either blocks it or allows it to pass through is called: a-Antivirus b-Firewall c-Antispyware d-Malware 2-A device designed to forward data packets between networks is called: Router 3-A computer network service that allows clients to make indirect network connections to other network services is called 4- Which of the following answers list the protocol and port number used by a spam filter

Answers

Answer:

1. Firewall.

2. Router.

3. Proxy.

4. SMTP, 25.

Explanation:

1. A firewall is a network security protocol that monitors and controls inbound and outbound traffic based on set aside security rules.

Generally, a firewall is used to control access to a computer or network, as it creates a barrier between a computer or a network and the internet in order to protect against unauthorized access. It is a security system pre-installed on most computers to essentially inspect data being transmitted to or from a computer.

Furthermore, firewalls are typically bidirectional, it checks all sent and received data and only allow authorized traffic through.

2. A router can be defined as a network device that is designed typically for forwarding data packets between two or more networks based on a well-defined routing protocol.

A routing protocol can be defined as a set of defined rules or algorithms used by routers to determine the communication paths unto which data should be exchanged between the source router and destination or host device.

3. A proxy can be defined as a computer network service designed to avail end users (clients) the ability to connect indirectly to other network services. For example, a reverse proxy is a type of server that is placed right in front of other servers such as a web server and forwards or routes the user's (client) requests to those servers sitting behind it. When properly configured, reverse proxy helps to ensure security, reliability and good performance of a network.

4. A spam filter can be defined as a software program designed to process all incoming electronic messages (e-mails) and prevents any unsolicited or unwanted mail (spam) from entering the inbox of a client.

Generally, a spam filter uses SMTP with port number 25 to carry out its services.

SMTP is an acronym for Simple Mail Transfer Protocol and it uses the standard port number of 25 to provide clients with requested services.

How does the payload free worm method differ from the payload method?

Answers

A worm is a type of computer virus that is self-replicating and can spread throughout a network or the internet. It is a self-contained program that can replicate and spread without the need for a host file. Payload is a program or code that is hidden within the worm and executed on an infected computer.

These payloads can cause damage to the infected system, steal data, or launch additional attacks on other systems or networks. The payload-free worm is a worm that replicates and spreads like a traditional worm but does not contain any payload or malicious code.

It does not cause any damage to the infected system or network. This type of worm is often used for research purposes to study the spread of worms without causing harm to any system. The payload method is a worm that has a hidden code that is designed to cause damage to the infected system or network.

The payload can be programmed to perform various functions, including deleting files, stealing data, launching attacks on other systems, or installing additional malware. This type of worm is often used by cybercriminals to launch attacks on specific targets or to spread malware for financial gain.

For more such questions Payload,Click on

https://brainly.com/question/30144748

#SPJ8

the original des cipher used a 56-bit key (trivia note: 64-bit keys were required, but 8 bits were discarded in the actual algorithm. hence, we only consider a des key as a 56-bit key). using a brute-force approach, how many keys must the cryptanalyst test in the worst-case scenario and how long will it take her to test all of them? assume that she can test a billion (109) keys a second. (think!!!!)

Answers

In the worst-case scenario, a cryptanalyst would have to test 2^56 (7.2 x 10^16) possible keys, which would take approximately 2.54 x 10^14 years to test all of them.

Encryption and decryption

DES (Data Encryption Standard) is a symmetric-key algorithm used for data encryption and decryption. It was adopted as a standard by the U.S. government in 1976 and is still in use today.

DES uses a 56-bit key, which means that there are 2^56 (7.2 x 10^16) possible keys that a cryptanalyst would have to test in the worst-case scenario. In order to test all of these keys, it would take approximately 2.54 x 10^14 years.

This is because the number of possible keys is so large that it is practically impossible to find the correct key in a reasonable amount of time, making it difficult to crack the cipher. DES is an effective algorithm if used correctly, however, as computing power increases and new cryptographic techniques are developed, it is becoming increasingly vulnerable to attack. Therefore, it is important to use a more secure algorithm such as AES (Advanced Encryption Standard) instead of DES in order to ensure data security.

Learn more about Encryption and decryption here:

https://brainly.com/question/20709892

#SPJ1

Explica la importancia que tiene el plan de trabajo (cronograma) en los proyectos y porque se realiza antes de ejecutar la solución seleccionada. ayuda es para hoy :c

Answers

Answer:

El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación del proyecto) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.

El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.

Explanation:

El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.

El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.

what are human made materials ?​

Answers

Answer:

Natural materials may include wood, cotton, fur, or wool. Human-made materials may include plastic, rubber, glass, and Styrofoam.

which part of the word application window should the user go to for "read the document"

Answers

Answer:

idk

Explanation:

Web technologies like Flash, CSS, Java, and HTML often depend on APIs to accomplish what task?

Answers

In Programming, web technologies like the front end part e.g Flash, CSS, Java, and HTML  depends on back end APIs for task like data persistence, sending and getting data e.g post and get request in summary perform CRUD(Create, read, update and delete) operations

The development of web application is basically divider into two

The front end, done basically with technologies like HTML CSS, JavaScriptBack end, this can be done using Python, C#, Java, or any suitable language

Th front end depends on the back end for sending and retrieving information

Learn more:

https://brainly.com/question/8391970

true/false: the this pointer is a special built-in pointer that is automatically passed as a hidden argument to all instance member functions.

Answers

True. The this pointer is a special built-in pointer that is automatically passed as a hidden argument to all instance member functions.

In object-oriented programming languages like C++ and some others, the this pointer is a special keyword that refers to the current instance of a class. It is automatically passed as a hidden argument to all non-static member functions of a class.

When a member function is called on an object, the compiler automatically passes the this pointer as a hidden argument to the function. This allows the function to access and manipulate the data members and other member functions of the current object. The this pointer acts as a reference to the object itself.

For example, consider a class called "Person" with a member function called "getName". Inside the "getName" function, the this pointer would refer to the specific instance of the "Person" class on which the function was called. This enables the function to access the name variable specific to that object.

By using the this pointer, member functions can differentiate between local variables and class member variables that have the same name, as it explicitly refers to the object's instance. This mechanism facilitates effective object-oriented programming and allows for clear and unambiguous access to instance-specific data within member functions.

Learn more about compiler here:

https://brainly.com/question/29869343

#SPJ11

What are the list of 5G networks?

Answers

AT&T. AT&T's consumer network now covers 395 markets across the country, including smaller cities like Erie, Pa.; Kalamazoo, Mich.; and Worth, Ga. ...

Sprint and T-Mobile. Now that they've officially merged, these two carriers are in the process of combining their 5G networks. ...

Verizon.

Aug 4, 2020

Create a C++ program using arithmetic operators to compute the AVERAGE of THREE (3) QUIZZES and display the score and average on different lines.

The output should be similar to this:

Create a C++ program using arithmetic operators to compute the AVERAGE of THREE (3) QUIZZES and display

Answers

using the knowledge in computational language in python it is possible to write a code that using arithmetic operators to compute the average of three quizzes and display the score and average on different lines.

Writting the code:

#include <iostream>

using namespace std;

   int main()

   {

    float n1,n2,n3,n4,tot,avrg;

 cout << "\n\n Compute the total and average of four numbers :\n";

 cout << "----------------------------------------------------\n";  

       cout<<" Input 1st two numbers (separated by space) : ";

    cin>> n1 >> n2;

       cout<<" Input last two numbers (separated by space) : ";

    cin>> n3 >> n4;

    tot=n1+n2+n3+n4;

 avrg=tot/4;

       cout<<" The total of four numbers is : "<< tot << endl;

       cout<<" The average of four numbers is : "<< avrg << endl;

       cout << endl;

       return 0;

   }

See more about C++ at brainly.com/question/19705654

#SPJ1

Create a C++ program using arithmetic operators to compute the AVERAGE of THREE (3) QUIZZES and display

HELP asap please... ​

HELP asap please...

Answers

Answer:

I have absolutely no idea bruddah.

Explanation:

Soz!

in the cloud, how are private ip addresses assigned?

Answers

In the cloud, private IP addresses are assigned dynamically or statically, depending on the cloud provider's policy and the user's needs.

Dynamic assignment of private IP addresses occurs when the cloud infrastructure automatically assigns an available private IP address to a new instance or resource. This type of assignment is also referred to as DHCP (Dynamic Host Configuration Protocol) and is common in public cloud environments.

Static assignment of private IP addresses, on the other hand, involves manual configuration of a specific private IP address for a given instance or resource. This type of assignment is typically used in private cloud environments or when the user requires a specific IP address for a specific resource for network configuration or security purposes.

It is important to note that private IP addresses are used for communication within a private network and are not directly accessible from the public internet. The cloud infrastructure uses Network Address Translation (NAT) or a similar mechanism to map private IP addresses to a public IP address, allowing instances and resources to communicate with the public internet.

Learn more about IP addresses here:

https://brainly.com/question/16011753

#SPJ4

Only one indented line of code will be executed after an if statement. True False

Answers

Question: Only one indented line of code will be executed after an if statement. True False

Answer: False

Answer:

its true

Explanation:

Conduct online research to determine specific conflict-resolution and management techniques and skills that would be beneficial to a 16 to 18-year-old student Use the results of your research to design an informational pamphlet that could be distributed in a public or private high school.​

Answers

Answer:

25 if back in bed handle cinnamon called all call back

Explanation:

because it is I hope

what is the mass of a cookbook

Answers

Answer:

it varies on the size of the cookbook

Explanation:

What is read by the system, to ensure that only authorized devices or users are allowed to access a resource on the system

Answers

The business world defines confidentiality as the characteristic of a resource that ensures access is restricted only to permitted users, applications, or computer systems.

Using switches, routers, internal firewalls, and other devices, you can create a __________, which restricts network traffic and limits what and how computers are able to talk to each other. A. demilitarized zone B. gateway C. flat network D. segmented network

Answers

Answer:

12345

Explanation:

10000+2000+300+40+5 =12345

Working with text in presentation programs is very ____
using text in other applications.

a) similar to

b)different from

Working with text in presentation programs is very ____using text in other applications.a) similar tob)different

Answers

Answer:

a) similar to

Explanation:

Answer: it is A

Explanation: Your inquiry states that "Working with text in presentation programs is very ____ using text in other applications." Working in presentation software such as Microsoft PowerPoint and Microsoft Word, is very different. Microsoft PowerPoint allows you to do so much more on the visuals, Microsoft PowerPoint and other presentation software also has capabilities to present information than displaying it in a text-editor.

pls make me branliest

Give three examples of the following types of data?
Give three examples for each category in the software domain ?

CCDI :)??

Give three examples of the following types of data?Give three examples for each category in the software
Give three examples of the following types of data?Give three examples for each category in the software

Answers

An example of transactional data are:

Sales ordersPurchase ordersShipping documents

Its software domain are: Personal  meeting, a telephone call, and a Video call

An example of  financial data are: assets, liabilities, and equity. The software are: CORE Banking, Retail Banking, and Private banking

An example of intellectual property data are: books, music, inventions. The software domain are Patents, trademarks, and copyrights

What types of software are used in the financial industry?

Through sales and marketing tools, data-driven contact management, and workflow automation, customer relationship management (CRM) software assists financial services organizations in fostering new relationships and maximizing the value of existing customers.

You can see how your consumers are utilizing your website to complete a transaction by using transaction management software. It may demonstrate both how each website element functions on its own and as a part of the overall technological infrastructure.

Note that Information that is gathered from transactions is referred to as transactional data. It keeps track of the date and location of the transaction, the time it took place, the price ranges of the goods purchased, the mode of payment used, any discounts applied, and other quantities and characteristics related to the transaction.

Learn more about transactional data  from

https://brainly.com/question/28081430
#SPJ1

James uses a database to track his school's football team. Which feature in a database allows James to find a specific player by name?

a
Grid

b
Filter

c
Search

d
Sort

Answers

The answer to this question is A

A 1000 elements array is used to store integers ascending order . The array is used to search binary search algorithm for the integers 5215 and 7282. How many elements of the array would be examined by the algorithm to locate A). the integers 5215 stored in element 499 B.) the integers in 7282 stored

in element 686.

Answers

Answer:

The overview of the given scenario is described in the explanation section below.

Explanation:

BTS (Binary search tree) tends to be a tree with several nodes noting that perhaps the left sub-tree, along with its leaf, tends to have a key which is less than or equal to anything like the parental node value. The do-tree, including its leaf, seems to have a value greater than those of the key from it's own parent node.Binary search algorithm finds a general vicinity in the collection of O(log n) time complexity items whereby n represents the number of elements in the array.

So the provided has never been the binary search trees of its algorithm.

A. 249

B. 342

what does disabling the default administrator account and setting up an alternative account accomplish?this type of question contains radio buttons and checkboxes for selection of options. use tab for navigation and enter or space to select the option.this type of question contains radio buttons and checkboxes for selection of options. use tab for navigation and enter or space to select the option.optiona makes it more difficult for someone to guess the log-on informationoptionb makes the password strongeroptionc allows closer management of administrator accessoptiond keeps administrators conscious of security

Answers

Disabling the default administrator account and setting up an alternative account accomplishes the following Option C: Allows closer management of administrator access.

1. **Makes it more difficult for someone to guess the log-on information (Option A):** Disabling the default administrator account may help in preventing unauthorized access since the default administrator username is commonly known. However, this option alone does not directly address the log-on information or guessing of passwords.

2. **Makes the password stronger (Option B):** Disabling the default administrator account does not inherently make the password stronger. The strength of the password is determined by the complexity, length, and adherence to security best practices when setting up the alternative account's password.

3. **Allows closer management of administrator access (Option C):** Disabling the default administrator account and setting up an alternative account enables organizations to have better control and oversight of administrative access. By using a separate alternative account, the organization can assign specific privileges and permissions to individual administrators, track their activities, and implement stricter access controls.

4. **Keeps administrators conscious of security (Option D):** While disabling the default administrator account can contribute to heightened security awareness among administrators, it does not directly enforce consciousness of security. Administering security practices and policies is an ongoing effort that involves training, regular reminders, and fostering a culture of security within an organization.

In summary, the option that accurately reflects the accomplishment of disabling the default administrator account and setting up an alternative account is **Option C: Allows closer management of administrator access**. It provides organizations with improved control, monitoring, and customization of administrative privileges and permissions.

Learn more about administrator here

https://brainly.com/question/14783741

#SPJ11

Computer science student Jones has been assigned a project on how to set up sniffer. What must he keep in mind as part of the process

Answers

Setting up a sniffer requires certain considerations to be taken into account, such as ensuring that the sniffer is being used legally, selecting the appropriate hardware and software for the task, and configuring the sniffer correctly to capture and analyze network traffic.

The use of a sniffer or packet analyzer can be subject to legal restrictions and ethical considerations, as capturing and analyzing network traffic may violate privacy laws or ethical norms. As such, Jones needs to ensure that the use of the sniffer is authorized and that he is aware of any legal or ethical considerations that may apply.

When selecting hardware and software for the sniffer, Jones should consider factors such as the intended use of the sniffer, the complexity of the network, and the level of analysis required. Different sniffer tools may be better suited for different tasks, such as capturing traffic on wired or wireless networks, analyzing specific protocols, or detecting security threats.

Once the hardware and software have been selected, Jones needs to configure the sniffer correctly to ensure that it is capturing the desired traffic and providing accurate results. This may involve setting filters to capture specific types of traffic, configuring the interface to ensure that packets are being captured properly, and adjusting the settings to optimize the performance of the sniffer.

To learn more about Sniffer, visit:

https://brainly.com/question/29872178

#SPJ11

What does "the challenge page was accidentally cached" mean? How do I fix it?

Answers

"The challenge page was accidentally cached" means that a web page was stored in a browser's cache memory.

What is cache memory?

Cache memory is a type of fast memory that is used to store frequently accessed data, instructions and objects. It is located between the CPU and main memory, and is designed to speed up the retrieval of data and instructions by the CPU. Cache memory stores recently accessed information so that when the CPU requests data, it can be retrieved quickly from the cache instead of having to access the main memory.

This can happen when a user visits a web page and their browser mistakenly stores the content of that page locally, instead of downloading a fresh version of it every time they visit.
To fix this, you need to force the browser to clear the page from its cache memory. This can usually be done by pressing the refresh button or by pressing Ctrl+F5. Additionally, you can also clear the browser's cache manually by going to the settings and deleting the cached data.

To learn more about cache memory
https://brainly.com/question/14342135
#SPJ1

To use an outline for writing a formal business document, what should you do
after entering your bottom-line statement?
OA. Move the bottom-line statement to the end of the document.
OB. Write a topic sentence for every detail.
C. Enter each supporting detail from the outline on a separate line.
D. Enter each major point from the outline on a separate line.

Answers

To enter your bottom-line statement you

C. Enter each supporting detail from the outline on a separate line.

How to add bottom-line statement

After entering your bottom-line statement in an outline for writing a formal business document, you should enter each major point from the outline on a separate line This means that you should write down the key ideas that support your bottom-line statement and each idea should be placed on its own line to clearly differentiate them These major points will become the topic sentences for each section of your document

Once you have entered each major point on a separate line you can then enter each supporting detail from the outline on a separate line under its corresponding major point This helps to organize the information in a logical manner and allows you to expand on each major point in a structured and cohesive way

Learn more about bottom-line statement at

https://brainly.com/question/8630249

#SPJ1

Which of the following is a feature of a utility program
a) It is unavailable to users
b) It is part of an integrated package
c) it is written by application users
d)it is considered to be systems software​

Answers

The option that is a feature of a utility program  is that it is considered to be systems software​.

What is a utility program?

Utility-programs are known to be any kind of  program that carry out a particular task that is linked to the management of computer functions, resources,  password protection, etc.

Some Features of Utility Software:

All the software can index folders and files in a matter of seconds. It often keep indexed records through database files, etc.

Utility software are known to bee system software set up to help analyze, configure, optimize etc. on a system.

Learn more about utility program from

https://brainly.com/question/20659068

an expression attached to an if statement should evaluate to a boolean data type. True or False?

Answers

True. An expression attached to an if statement is used to test a condition, and the condition must evaluate to a boolean data type, which can only be either true or false.

In programming languages such as C, C++, Java, and Python, a non-boolean expression is implicitly converted to a boolean value in the if statement's condition. Any non-zero numerical value, non-empty strings, and non-null objects are converted to true, while zero, empty strings, and null objects are converted to false. It is important to ensure that the expression attached to an if statement is of the proper type to avoid errors and unexpected behavior in the program.  An expression attached to an if statement is used to test a condition, and the condition must evaluate to a boolean data type, which can only be either true or false.

Learn more about program :

https://brainly.com/question/11023419

#SPJ4

1. The average (mean) of a set of numbers can be found by adding the numbers together and dividing the resulting total by how many numbers there are in the set. Write an algorithm in pseudocode to enter and find the average of a set of numbers sets of numbers. using a REPEAT... UNTIL loop. Your algorithm must work for different sets of numbers​

Answers

Answer:

It's important to know how to calculate the mean or average of a set of numbers. Among other things, this will allow you to calculate your grade point average. However, you'll need to calculate the mean for several other situations, too. The concept of an average allows statisticians, demographers, economists, biologists, and other researchers

While averages can be very useful tools, they can also be misleading for a variety of reasons. In particular, averages can obscure the information contained in data sets. Here are a few examples of how averages can be misleading: 1. John's grades include a 4.5 in math, a 4.0 in science, a 2.0 in English and a 2.5 in History

In general, you calculate the mean or average of a set of numbers by adding them all up and dividing by how many numbers you have. This can be defined as follows: For a set of numbers, {x1, x2, x3, ... xj} the mean or average is the sum of all "x" divided by "j"

Let's start with an easy example. Calculate the mean of the following set of numbers: 1, 2, 3, 4, 5 To do this, add up the numbers and divide by how many numbers you have (5 of them, in this case). mean = (1 + 2 + 3 + 4 + 5)/5 mean = 15/5 mean = 3 Here's another example of calculating the mean. Calculate the mean of the following set of numbers: 25

Explanation:

A search engine is giving you too many sites that are not relevant to your topic, how cell phones change culture. Placing quotes around "cell phones change culture" gave only five results. What can you try next?

A.

change your key words

B.

use an advanced search

C.

use a search directory

D.

all of the above


PLease hurry

Answers

Answer:

all of the above

Explanation:

Answer:

D. all of the above

Other Questions
How is your experience in assessing the presentation? What level of observance ratings did you put in the points to consider? Explain your answer? will mark u brainliest!!!What is the solution to the equation 5x^2 + 6x = 8?Use the quadratic formula. The field of anthropology which studies the relationship between culture and language communication is called Can someone be my Spanish tutor. ): in struggling with Spanish Which of the following triangles is similar to PQR Which of the following represents the three different levels of a company pyramid from the top to the bottom? Multiple Choice A) Managerial-Strategic- Operational B) Strategic - Managerial - Operational C) Operational - Managerial - Strategic D) Strategic- Operational Managerial Write a java program. create a function void process(char ch, int x, int y)- to accept an arithmetic operator (+, -, /, *) in argument ch and two integers in arguments x and y. now on the basis of the operator stored in ch perform the operation in x and y and print the final result. also, write a main function to input the two integers and an arithmetic operator, and by invoking function process() print the output first cost $8000 $6000 $6000 $9500 uniform annual benefit 1750 1300 1425 1900 computed rate of return 17.5% 17.3% 19.9% 15.1% (a) construct a choice table for interest rates from 0% to 100%. (b) using 12% for the marr, which alternative should be selected? What do you know about Martin Luther King Jr? And What do you want to know about him? Cepheid variables are valuable as distance markers because they are ________ and their period of brightening is directly related to their ________________a.bright; absolute magnitudeb.bright; apparent magnitudec.dim; apparent magnituded.dim; absolute magnitude At a construction job, 14 painters painted the interior. The painters made up of 53.8% of the crew. How many painters worked on this job? Round your answer to the nearest whole number if necessary. How were the goals of the Voting Rights Act of 1960 and the Equal Rights Amendment similar? Which system of equations could be graphed to solve the equation below?log Subscript 0.5 Baseline x = log Subscript 3 Baseline 2 + x find the angle measure then classify the angle (I'm very bad at this one and I need help instantly Consider a circle whose equation is x2 + y2 2x 8 = 0. Which statements are true? Select three options. The radius of the circle is 3 units. The center of the circle lies on the x-axis. The center of the circle lies on the y-axis. The standard form of the equation is (x 1) + y = 3. The radius of this circle is the same as the radius of the circle whose equation is x + y = 9. Select the correct answer.Which of the following is a rule for race walking? A. Feet must be shoulder-width apart. B. Contact with the ground must be maintained at all times. C. Arms must always be bent at 90 degrees. D. All of the above Harold has a total of 17 coins that are nickelsand pennies. The value of the coins is $0.41.How many nickels and pennies are there? dashboards and scorecards are visual interfaces used to make a firm's information easier to review quickly. true false Why were Texans worried about Mexico before the Mexican-American Warbegan?A. Mexico did not recognize the borders of Texas.B. Mexico wanted to legalize slavery throughout Texas.C. Mexico wanted to expand its borders to the Pacific Ocean.D. Mexico wanted to convert all Texans to Catholicism. describe accessibility in Windows 7