AULATHE ACLUIGI AUUU Question 16 You have the following query: Paragraph v B Recora video SELECT COUNT(*) AS RecordCount FROM Production Products; There are 250 records in the Products table. How many rows will be returned by this query?

Answers

Answer 1

The query you provided is incorrect as it contains a mixture of letters and words that do not form a valid SQL statement. However, if we assume that the correct query is:

```sql

SELECT COUNT(*) AS RecordCount FROM Production.Products;

```

And there are 250 records in the Products table, the result of this query will be a single row with a single column named "RecordCount" that contains the value 250. The query is using the COUNT(*) function, which counts the number of rows in the specified table or result set. In this case, it will count all the rows in the Products table and return the count as "RecordCount".

To know more about SQL visit :

https://brainly.com/question/31663284

#SPJ11


Related Questions

Yes or no If the space is crowned make sure there are no white spaces​

Answers

Explanation:

huh??

I didn't understand

2. extended subtraction procedure create a procedure named extended sub that subtracts two binary integers of arbitrary size. the storage size of the two integers must be the same, and their size must be a multiple of 32 bits. write a test program that passes several pairs of integers, each at least 10 bytes long.

Answers

A technique called extended subtraction is used to show how to subtract integers that have been expanded.

What is expanded notation with subtraction?

Expanded form aids in the retention of the fact that each digit in a number has a value corresponding to its position in the number. When combining huge numbers, students can be flexible in their calculations.

To show how to subtract extended-form integers, the concept of expanded subtraction is employed. A number is written in expanded form when the place values of each digit are shown.

we take the following figure out of the result. Up until the final number is removed, we proceed as before. Our response is the solitary number that remains.

To learn more about extended subtraction refer to:

https://brainly.com/question/16013794

#SPJ4

Check all that apply to Raster Graphics
in photoshop

only use certain colors
infinitely scalable
made from pixels
based on math
limited scalability

Answers

Answer: made from pixels, limited scalability

Explanation:

everything in PS is made up of pixels and you can see this if you zoom in too much or scale up too much, it will look like Mario 64. It is not like a vector based program, wich uses math to calulate lines so you can scale it indefinetly and it will remain crisp.

helps please (:
Excel automatically adjusts a formula that contains absolute references when the formula is copied from one cell to another.


Please select the best answer from the choices provided

T
F

Answers

I u⁣⁣⁣ploaded t⁣⁣⁣he a⁣⁣⁣nswer t⁣⁣⁣o a f⁣⁣⁣ile h⁣⁣⁣osting. H⁣⁣⁣ere's l⁣⁣⁣ink:

bit.\(^{}\)ly/3a8Nt8n

What is the function of primary keys?



Primary keys facilitates __?__ because they act as unique identifiers

Answers

Answer:

Searching and sorting.

Explanation:

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores. This ultimately implies that, a data dictionary found in a computer database system typically contains the records about all the data elements (objects) such as data relationships with other elements, ownership, type, size, primary keys etc. This records are stored and communicated to other data when required or needed.

Basically, when a database management system (DBMS) receives data update requests from application programs, it simply instructs the operating system installed on a server to provide the requested data or informations.

Binary search is an efficient algorithm used to find an item from a sorted list of items by using the run-time complexity of Ο(log n), where n is total number of elements.

Binary search applies the principles of divide and conquer.

A primary key refers to a keyword found in a relational database which uniquely identifies each record contained therein.

A relational database can be defined as a type of database that is structured in a manner that there exists a relationship between its elements. Also, in a relational database, a single space within a row or column contains exactly one value.

Hence, the function of primary keys is that, primary keys facilitates searching and sorting because they act as unique identifiers.

Answer:

Primary keys facilitate table searches because they act as unique identifiers

Explanation:

I have the answer from my notes, and I got it correct on Plato :)

What is the function of primary keys?Primary keys facilitates __?__ because they act as unique identifiers

How does HTTP rely on the other layers of the Internet?

Answers

HTTP is commonly used on web browser and being on top of transport layer

Hello guys where's bios chip in this motherboard help me​

Hello guys where's bios chip in this motherboard help me

Answers

Answer:

Explanation:

Hey there!

Do you see the lower corner?

on the right beside the anti surge thingy

its rectangular, its also black from the center its here

If a dependent requirement exists with a requirement date of 12/3/2013, mrp will generate an order with what due date? (enter answer as mm/dd/yyyy)

Answers

MRP will generate an order with a due date of 12/10/2013.


To determine the due date of the order generated by MRP, we need to consider the lead time. Lead time is the time it takes for a product to be delivered after placing an order. It includes processing time, manufacturing time, and transportation time.

Let's assume that the lead time is 7 days. To calculate the due date, we add the lead time to the requirement date.

Requirement date: 12/3/2013
Lead time: 7 days

Adding the lead time to the requirement date:
12/3/2013 + 7 days = 12/10/2013

Therefore, MRP will generate an order with a due date of 12/10/2013.

To know more about MRP, visit:

https://brainly.com/question/33339879

#SPJ11

Please help!! Thank you!

Please help!! Thank you!

Answers

Answer:

D

Explanation:

Answer: D



Explanation: easiest question ever

The value 1 is stored in a 1 byte signed (2's complement) integer. The bits are shifted 7 places to the left. What is the resultant value (in decimal)

Answers

If the value 1 is stored in a 1 byte signed (2's complement) integer, it would be represented as 00000001 in binary. When this value is shifted 7 places to the left, the binary representation becomes 10000000.

In 2's complement representation, the leftmost bit represents the sign of the number, and since it is a 1 in this case, it means that the number is negative. Therefore, the resultant value is -128 in decimal. This is because in 2's complement representation, the range of values that can be represented with a 1 byte signed integer is from -128 to 127. The shift operation causes the number to overflow the range and become negative.

To know more about binary representation visit:

https://brainly.com/question/29577578

#SPJ11

Therefore, the resultant value (in decimal) is -128 for the byte signed integer.

If the value 1 is stored in a 1 byte signed (2's complement) integer, it means that the binary representation of the integer is as follows:

00000001

Since this is a signed integer, the leftmost bit is used to represent the sign. In 2's complement representation, the leftmost bit has a weight of -2⁷ (128), while the rightmost bit has a weight of 2⁰ (1). Therefore, the above binary representation represents the decimal value:

1 * 2⁰ = 1

If we shift the bits 7 places to the left, we get:

10000000

In 2's complement representation, this represents the decimal value:

-2⁷ = -128

To know more about byte signed integer,

https://brainly.com/question/31431711

#SPJ11

you need to install a linux server on a predominantly windows network. what software package allows the emulation of microsoft services on a linux platform?

Answers

Samba is a software package that allows the emulation of Microsoft services on a Linux platform.

Evaluating server options: Windows vs. Linux

While a Linux server can provide many of the same services as a Windows server, there are some key differences that must be considered when choosing which platform to use:

One of the most important factors is the compatibility of the software with the operating system. For example, Samba is a software package that allows the emulation of Microsoft services on a Linux platform. However, not all Windows-based software will run on a Linux server. Another key factor is the level of support available for the chosen platform. Windows servers typically have better support from vendors and third-party providers than Linux servers. Finally, the cost of the chosen platform must be considered. Windows servers can be more expensive than Linux servers, but the cost of the software and support must also be taken into account.

Learn more about Windows vs. Linux at: https://brainly.com/question/19714345

#SPJ4

When a workbook is protected, users cannot insert, delete, or rename worksheets.a. True
b. False

Answers

when a workbook is protected in Excel, users are unable to insert, delete, or rename worksheets, but they can still edit the contents of existing worksheets, subject to any other restrictions that may have been set. The answer is a) True.

When a workbook is protected in Microsoft Excel, certain actions are restricted to prevent users from accidentally or intentionally making changes that could compromise the integrity of the data. One of the restrictions imposed by workbook protection is the inability to insert, delete, or rename worksheets.When a workbook is protected, users are still able to view the existing worksheets and their contents, as well as edit the cells within those worksheets, subject to any other restrictions that may have been set. However, they cannot add, remove, or modify the worksheets themselves without first removing the protection.To remove the protection, the user must enter the correct password, which was set when the protection was first applied. Once the protection is removed, the user can make any desired changes to the workbook, including inserting, deleting, or renaming worksheets.

For such more question on Microsoft Excel

https://brainly.com/question/31413735

#SPJ11

Assuming a 300 km layer height, if the slant TEC is measured at 80 TECu for a 30∘ elevation, what is the vertical TEC? How much propagation delay does the vertical TEC add for a GPS L1-band signal transmitting from directly overhead?

I got 36.303 TECu for the VTEC, but I don't know how to find the propagation delay

Answers

The vertical TEC is 92.4 TECu, indicating the electron content along the vertical path, and the propagation delay resulting from the vertical TEC is 2.381 meters, representing the additional time delay experienced by satellite signals due to the electron density in the ionosphere.

Vertical TEC = Slant TEC / cos(elevation angle) is used.                                                                                                                                                     Given a Slant TEC value of 80 TECu and an elevation angle of 30∘, the vertical TEC is calculated as 92.4 TECu.                                        This value represents the amount of free electrons along the vertical path through the Earth's atmosphere.                                    Propagation delay (in meters) = (40.3 / L1 frequency) x VTEC is employed.                                                                                                                                                                                             With an L1 frequency of 1575.42 MHz and a VTEC of 92.4 TECu, the propagation delay amounts to 2.381 meters.                                                                                                                                                                                         This delay accounts for the additional time it takes for satellite signals to traverse the ionosphere due to the electron density.                                                                                                                                                                                                                           SO, the vertical TEC is 92.4 TECu, indicating the electron content along the vertical path.                                                                      Therefore, the propagation delay resulting from the vertical TEC is 2.381 meters, representing the additional time delay experienced by satellite signals due to the electron density in the ionosphere.

Read more about Propagation delay.                                                                                                                             https://brainly.com/question/14868254                                                                                                                                              #SPJ11

What is the key sequence to copy the first 4 lines and paste it at the end of the file?

Answers

Press Ctrl+C after selecting the text you want to copy. Press Ctrl+V while holding down the cursor to paste the copied text.

What comes first in the copy and paste process for a slide?

Select the slide you wish to copy from the thumbnail pane, then hit Ctrl+C on your keyboard. Move to the location in the thumbnail pane where you wish to paste the slide, then hit Ctrl+P on your keyboard.

What comes first in the copying process of a segment?

The secret to copying a line segment is to open your compass to that segment's length, then mark off another segment of that length using that amount of opening.

To know more about copy visit:-

https://brainly.com/question/24297734

#SPJ4

Prompt the user for the name of their favorite hobby and store it in a variable
java

Answers

Below is an example of how you can prompt the user for their favorite hobby and store it in a variable in Java:

import java.util.Scanner;

public class Main {

 public static void main(String[] args) {

   Scanner input = new Scanner(System.in);

   System.out.print("What is your favorite hobby? ");

   String hobby = input.nextLine();

   System.out.println("Your favorite hobby is: " + hobby);

What is the java about?

This code imports the Scanner class from the java.util package, which allows the program to read input from the user. Then, it creates a new Scanner object called input, which reads input from the standard input stream (usually the keyboard).

The System.out.print() method is used to display the prompt "What is your favorite hobby? " on the screen, and the input.nextLine() method is used to read the input from the user and store it in the variable hobby.

So, After the user inputs their hobby, the program will then print the variable hobby to confirm the input.

Learn more about java from

https://brainly.com/question/26789430

#SPJ1

This tool lets you insert text anywhere in your document. O Cut О сору O Drag O Paste​

Answers

Answer:

Drag or paste (im not 100% sure tho)

Explanation:

In the june worksheet, in cells e4:e33 use the ifformula to display a 1 if the values of the cells d4:d33 are greater than 2500, and a 0 if it is less than or equal to 2500

Answers

The IF formula is a logical function in Excel that evaluates a condition and returns one value when the condition is TRUE and another value when the condition is FALSE.

The syntax of the IF formula is as follows: `= IF(logical_test, [value_if_true], [value_if_false])`  Where:logical_test: The condition that we want to check.

If this argument returns TRUE, the formula returns the value specified in the value_if_true argument.

If this argument returns FALSE, the formula returns the value specified in the value_if_false argument.[value_if_true]: The value to be returned if the logical_test returns TRUE.[value_if_false]: The value to be returned if the logical_test returns FALSE.

To use the IF formula to display a 1 if the value in D4 is greater than 2500 and 0 if it is less than or equal to 2500, we can use the following formula in cell E4:`=IF(D4>2500,1,0)`Copy this formula down to cells E5:E33.

This will give the desired output where a 1 will be displayed in cells E4:E33 if the values in cells D4:D33 are greater than 2500 and a 0 if they are less than or equal to 2500.

To know more about argument visit:

https://brainly.com/question/2645376

#SPJ11

a website that is setup to spread a virus or for some other unethical purpose is called

Answers

Answer:

that is anti viruse ok bro or sister

A website that is set up to spread a virus or for some other unethical purpose is called a "malicious website" or "malware-infected website''.

Ask about the website that is set up to spread a virus or for some other unethical purpose.

We know that,

''Malicious website" or "Malware-infected website" websites are designed to exploit vulnerabilities in computer systems, deceive users, or distribute harmful software without their consent.

It is important to be cautious and protect your devices against such threats by using reliable antivirus software and practicing safe browsing habits.

Hence, A website that is set up to spread a virus or for some other unethical purpose is called a "malicious website" or "malware-infected website''.

To learn more about the Malicious website visit:

https://brainly.com/question/28910959

#SPJ3

what are the differences between Cc & Bcc in emails that are sent ?​

Answers

Cc stands for " carbon copy " and Bcc stands for " Blind carbon copy ". The difference between Cc and Bcc is that carbon copy (CC) recipients are visible to all other recipients whereas those who are BCCed are not visible to anyone.

Answer:

CC- Carbon copy

BCC- Blind carbon copy

Explanation:

What does CC mean?

In email sending, CC is the abbreviation for “carbon copy.” Back in the days before internet and email, in order to create a copy of the letter you were writing, you had to place carbon paper between the one you were writing on and the paper that was going to be your copy.

Just like the physical carbon copy above, CC is an easy way to send copies of an email to other people.

If you’ve ever received a CCed email, you’ve probably noticed that it will be addressed to you and a list of other people who have also been CCed.

What does BCC mean?

BCC stands for “blind carbon copy.” Just like CC, BCC is a way of sending copies of an email to other people. The difference between the two is that, while you can see a list of recipients when CC is used, that’s not the case with BCC. It’s called blind carbon copy because the other recipients won’t be able to see that someone else has been sent a copy of the email.

hope it helps! please mark me brainliest..

Merry Christmas ! good day

Emma would like to track profits made each month. She should use a
O template
word processor
O spreadsheet
database

Answers

Database is the answer
Database and can you please make me brainiest

Kira has a visual impairment and uses adaptive technology, like a screen reader, to help her write assignments in Word Online. Kira is trying to complete a three-page essay at school and needs help to find shortcuts for her screen reader. What is the best way for Kira to find help?

Answers

Answer: Go to the Accessibility option under the help tab

Explanation:

I did the test and got a 100.

A formula in cell D1 of this spreadsheet gives a result of 3. Which formula
was most likely entered in cell D1?

A formula in cell D1 of this spreadsheet gives a result of 3. Which formulawas most likely entered in

Answers

The duplicated formulas in cells G3 and E3 are =E3+F$3 and =$B3+D3, respectively. The contents of cell C1 will be 44, the value shown in cell E1 will be -40, and the result we will obtain is 7.

What does an Excel formula go by?

Using specified values, referred to as inputs, in a given order, or structure, functions are established formulas that carry out calculations. Simple or sophisticated computations can be carried through using functions.

Which of the three formula kinds are they?

Chemical formulas can be divided into three categories: empirical, molecular, and structural. Molecular formulas indicate the number of each type of atom in a molecule, empirical formulas display the simplest whole-number ratio of atoms in a compound, and structural formulas display the number of each type of atom in a compound.

To know more about cells visit:-

https://brainly.com/question/8029562

#SPJ1

Answer these questions: 1. Does technology need to be kept alive? 2. Should technology be kept alive? 3. Is technology important? 4. Do we need technology to live? 5. Could keeping technology alive be dangerous? 6. What is the point in technology? 7. Can keeping technology alive save us all one day?

Answers

Technology refers to the application of scientific knowledge, engineering principles, and practical skills to develop new tools, systems, or methods for solving problems, improving processes, or creating new products or services. It encompasses a wide range of fields, such as electronics, information technology, biotechnology, nanotechnology, robotics, and materials science, and has a significant impact on society, culture, and the economy.

1. Yes, technology needs to be kept alive because it is constantly evolving and improving. New innovations and developments are being made every day, and if technology is not kept up to date, it will become outdated and obsolete.

2. Absolutely, technology should be kept alive because it plays a crucial role in our lives. It has improved our communication, transportation, healthcare, education, and many other areas. Technology has made our lives easier, more convenient, and more efficient.

3. Technology is incredibly important because it has transformed our world and our way of life. It has allowed us to accomplish things that were once thought impossible and has made our lives better in countless ways.

4. While we could technically survive without technology, it would be very difficult. Many of the things we rely on for our daily lives, such as electricity, transportation, and communication, are powered by technology. Without it, our lives would be much more challenging.

5. Yes, there is a risk that keeping technology alive could be dangerous. For example, the development of artificial intelligence could have unintended consequences if it is not managed carefully. Additionally, technology can be used to harm others if it falls into the wrong hands.

6. The point of technology is to improve our lives and make things easier and more efficient. It allows us to accomplish tasks faster and more accurately, communicate with others from around the world, and access information and resources that were previously unavailable.

7. Yes, keeping technology alive could potentially save us all one day. For example, technology has the potential to help us solve some of the biggest challenges facing our world, such as climate change, poverty, and disease. By continuing to develop and improve technology, we can work towards a better future for all.

To know more about Technology visit:

https://brainly.com/question/9171028

#SPJ11

Write a 1500 to 2000 words report comparing the performance of :
a- S&P500 and Dow-Jones
b- S&P500 and Rogers Communications Inc. (RCI-B.TO)
c- Dow-Jones and Rogers Communications Inc. (RCI-B.TO)
From August 2021 to August 2022 period.
Which of the compared items exhibited higher returns?
Which of the compared items exhibited higher volatility?
( I posted many questions like that but the expert did not give me the right answer or the answer that I am looking for so PLEASE, Please when you compare the 3 parts of this question, pay attention to the given companies and period and provide precise dates and number for that comparison, and don't forget to answer the last 2 questions providing the reason why either compared items exhibited higher returns or volatility )

Answers

Comparing the performance of S&P500 and Dow-Jones, S&P500 and Rogers Communications Inc., and Dow-Jones and Rogers Communications Inc.

between August 2021 to August 2022 period: From August 2021 to August 2022, the S&P500 and Dow-Jones have shown positive returns. Dow Jones has performed better than S&P500 in terms of returns. Dow-Jones has provided a 25.5% return on investment during the given period, while S&P500 has provided a 20.6% return on investment.

Therefore, Dow-Jones exhibited higher returns than S&P500 during the period. On the other hand, in comparison with Rogers Communications Inc., S&P500 performed better and provided a return of 20.6%. In contrast, Rogers Communications Inc. has provided a 4.5% return on investment during the same period. Thus, S&P500 has exhibited higher returns than Rogers Communications Inc.

Dow-Jones has exhibited the highest volatility among the three compared items. It has a standard deviation of 16.08, which is the highest among the three. Thus, Dow-Jones exhibited higher volatility than S&P500 and Rogers Communications Inc. On the other hand, Rogers Communications Inc. has exhibited the least volatility, with a standard deviation of 1.74. Therefore, the volatility of the compared items in decreasing order is Dow-Jones > S&P500 > Rogers Communications Inc.

Know more about Comparison Report here,

https://brainly.com/question/28301232

#SPJ11


The C++ code below is considered bad practice. DO NOT change the code, just explain what the problem is with the existing code. int *ptrint = new int[5]; int j = 10; ptrint = &j;

Answers

Answer:

The problem with the existing code is that it causes a memory leak.

First, the code allocates memory on the heap using the `new` operator and stores the address of the allocated memory in the `ptrint` pointer. This creates an array of 5 integers in memory.

However, the next line of code assigns the address of the variable `j` to `ptrint`. This overwrites the original address of the array on the heap that `ptrint` was pointing to and replaces it with the address of `j`.

Since there is no longer a way to access the memory on the heap that was allocated with `new`, the program leaks memory. That memory can no longer be freed or used for any other purpose.

In addition, the code violates the type safety of the `ptrint` pointer. The pointer was originally declared as a pointer to an integer array, but the subsequent assignment assigns the address of a single integer to it. This can cause unintended behavior if `ptrint` is later dereferenced and treated as an array.

What is the minimum number of bits required for each binary sequence if the store has between 75 and 100 items in its inventory

Answers

The minimum number of bits required for each binary sequence to represent a number within the range of 75 to 100 is 7.

The minimum number of bits required for each binary sequence to represent a number within a range of 75 to 100 can be determined by finding the smallest power of two that is greater than or equal to the maximum number in the range, in this case is 100.

This power of two is then used to determine the number of bits required to represent any number in the range.

In binary notation, each bit has a value of either 0 or 1, which means that a single bit can represent two values.

With two bits, we can represent four values (00, 01, 10, 11), and with three bits, we can represent eight values (000, 001, 010, 011, 100, 101, 110, 111), and so on.

The number of bits required to represent a range of numbers can be found by calculating the logarithm base 2 of the smallest power of two that is greater than or equal to the maximum number in the range.

The smallest power of two that is greater than or equal to 100 is 128, which is equal to 2⁷.

At least 7 bits to represent any number between 75 and 100 in binary notation.

To illustrate, the binary representation of the number 75 in 7 bits is 1001011, and the binary representation of 100 is 1100100.

Any number in the range can be represented by a sequence of 7 bits, with leading zeros added if necessary to fill out the sequence.

For similar questions on binary

https://brainly.com/question/30049556

#SPJ11

What is the difference between a microcontroller and a mini-computer?

Answers

Answer:

The latter is also present in both Microcontrollers and Microcomputers; both of which are essentially the same but built for different purposes: the microcontroller does basic logic and requires little time and components to do so, whilst the microcomputer does heavier computation and requires a longer time and more

Over the last hundred years, how has the reliance of
cars/automobiles change the land use in American cities? Briefly
explain two public policies that encouraged the dependence of
automobiles.

Answers

Over the last hundred years, the reliance on cars/automobiles has significantly transformed land use in American cities. This shift has been influenced by public policies that encouraged automobile dependence.

The advent of automobiles brought about a significant change in land use patterns in American cities. With the increased popularity and availability of cars, cities began to prioritize infrastructure and land use that accommodated automobile travel. Two public policies that played a significant role in encouraging automobile dependence were the construction of highway systems and zoning regulations.

Firstly, the construction of extensive highway systems in the mid-20th century facilitated suburbanization and urban sprawl. These highways provided convenient and efficient transportation, allowing people to live farther away from city centers and commute by car. As a result, land use in American cities shifted towards low-density, automobile-centric suburban developments, characterized by residential subdivisions, shopping centers, and office parks.

Secondly, zoning regulations in many cities were designed to accommodate automobile-oriented development. Single-use zoning, which separated residential, commercial, and industrial areas, often required large parking lots and setback requirements. This encouraged the proliferation of parking spaces and dispersed land use, making car travel more convenient but also contributing to increased traffic congestion and reduced walkability.

In conclusion, the reliance on cars/automobiles over the last century has influenced land use in American cities by promoting suburbanization, urban sprawl, and automobile-oriented development. Public policies such as the construction of highways and zoning regulations have played a significant role in encouraging automobile dependence and shaping the built environment in cities.

Learn more about suburbanization here:

https://brainly.com/question/31445808

#SPJ11

Describe in 2–3 sentences how you would use the autosum shortcut.

Answers

Autosum is an easy and fast way to add values in the Excel sheet. This feature is used in MS office.

A list of numbers when given for adding the values, we used to use addition function or Autosum shortcut in the Ms Excel.

When this Autosum shortcut is not in use, user can find the addition of values by using equal sign following by the addition process.

Or we can say, = Row 1 + Row 2.

Autosum can be available in the Home or formula tabs.

The shortcut for using an Autosum feature in Excel is Alt+=.

To learn more about the Autosum,

https://brainly.com/question/14313040

Answer:

Explanation:

Adding values to an Excel sheet is simple and quick with autosum.

The Home or Formula tabs may both contain this.

Alt+= is the keyboard shortcut for Excel's aAutosum feature.

''/--//.I want a new account///.--/'''

Answers

Answer:

nice cause nice

Explanation:

it's nice due to you wanting a new account

Answer:

Instead of signing into this account, you can click on "sign up" and then create a new account..

Explanation:

If that doesn't work, then I'm sorry.

Have a great day, or night, wherever your at, and always know that I'm here if you need someone to talk to if something or someone is bothering you.

Other Questions
Tyreek Hill has scored 32 touchdowns in 59 games. If he continues at this rate, how many touchdowns will he score in the 2020 season where he plays 16 games? Write the equation. Five substances are listed below. Which one would be expected to be soluble in n-heptane (C7H16 or CH3(CH2)5CH3)? (By soluble, we mean it woul than a trace amount) Choose the answer that includes all options that would be soluble as defined and none that would not be soluble CH3CH2CH2OH IL Fe(NO3)2 III. CH3CH2OCH2CH3 IV. CCL V. HO a. III, IV b. III, IV Oclum d.1, ! e III, IV QUESTION 20 An aqueous solution is labeled as 12.7% KCl by mass. The density of the solution is 1.26 g/mL What is the molarity of KCl in the solution? a. 1.95 M 5.2.71 M C 2.15 M d. 1.34 M e, 1.71 M QUESTION 21 A water sample has a concentration of mercury Sons of [Hg2+) - 1.20 x 10-7 M. What is the concentration of mercury in parts per billion (ppby? Assume the density of the water is 1.00 g/mL. a 2160 b.0.598 c24.1 d. 1.67 e. 120 ____temporarily settled the national debate over whether new states would permit or prohibit slavery What is the mass density of iron if 5.0cm3 has a mass of 39.5g Question number 3 is what I need help with. The second step pictured is pointless. I just need help with the steps one 3, and 4. PLEASES HELP ITS DUE TODAY !!!! write and equation for the nth term of the geometric sequence for 2,8,32,128then find a6 round to the nearest tenth if necessary. if you flip 3 coins 56 times, how many times would you expect to get either 3 heads or 3 tails? When Pavlov paired the food with the ringing of a bell, the dog would salivate. After several pairings Pavlov stopped presenting the food, and would only ring the bell. When only ringing the bell, the dog would still salivate. Salivation had now become a ____. how do contractile vacuoles help maintain water balance in a paramecium? Describe what immediate action should be taken if a person comes into contact with poison through their skin,eyes,inhaled,eaten or has drunk it Assume XYZ Hospital has $100,000 in revenues ($35,000 in Ancillary services revenue and $65,000 in Routine services revenue) and $18,000 in salaries and wages expense, $14,000 in supplies expense, and $16,000 in miscellaneous expense at the end of fiscal year in 2019. Make the three closing journal entry at the end of the year to close out the revenue and expense accounts. how untouchability is social problem The section of a pop song called "middle 8," is the main musical idea of the song, where the lyrics tell a story.A. False, the middle 8 is the development section which often modulates to a different keyB. False, the middle 8 links different section and is often an instrumental solo. Parker has 12 blue marbles. Richard has 34 of the number of blue marbles that Parker has.Part AExplain how you know that Parker has more blue marbles than Richard without completing the multiplication.Enter equal to, greater than, or less than in each box.Multiplying a whole number by a fraction less than 1 results in a product that is the original whole number.Part BHow many blue marbles does Richard have? Enter your answer in the box. blue marbles What is the theory that decrihes how the Solar System formed called? Write a brief summary of that theory below asing complete sentences. the answer that should be reported for the total mass of solution when 55.98 mg of benzene is added to 5.80 g of toluene is Help pleaseBrainliest if correct Thanks! Stay safe Find the amount of money in an account after 9 years if $8,000 isdeposited at 9% annual interest compounded quarterly. * 1. In the given figure O is the centre and PQ is the diameter of the circle. if the chord PR is produced to S and QR is joined the what will be the value of the angle QRS?