A satisfactory radiograph of the abdomen was made at a 42-inch SID using 300 mA, 0.06-second exposure, and 80 kVp. If the distance is changed to 38 inches, what new exposure time would be required?

Answers

Answer 1

Answer:

the new exposure time would be 0.049 seconds

Step-by-step answer:

Given that:

Distance 1 = D1 = 42 inch

Current = 300 mA

Time 1 = T1 = 0.06 seconds

Max voltage = 80 kVp

Distance 2 = D2 = 38 inches

Time 2 = T2 = ?

Inverse square law states that:

The intensity of radiation becomes weaker as it spreads out from the source since the same about of radiation becomes spread over a larger area.  The intensity is inversely proportional to the distance from the source.

Mathematically,

I1/ I2 = D1^2/ D2^2  ------------ eq1

Intensity 1 = I1 = Current * time = 300 * 0.06 = 18 mAs

Let Intensity 2 as I2

Putting values in eq1

18/ I2 = (42)^2/(38)^2

By simplifying:

18/ I 2 = 1764/1444

By cross multiplying we get:

1764 * I2 = 25,992

Dividing both sides by 1764 we get:

Intensity 2 = I2 = 14.7 mAs

Now we will find exposure time.

We know that:

Intensity = Current * Time

As Intensity 2 = 14.7 , Current = 300 mA and time is T2

So by putting values:

14.7 = 300 * T2

By simplifying,

T2 = 0.049 seconds

So the new exposure time required would be 0.049

i hope it will help you!


Related Questions

What kind of attack allows for the construction of LDAP statements based on user input statements, which can then be used to access the LDAP database or modify the database's information?

Answers

Answer:

LDAP injection

Explanation:

LDAP injection is a kind of assault on a web application where hackers place code in a client input field with the aim of gaining unauthorized access in to the system or retrieve information.

At the point when a web application doesn't satisfactorily sanitize client provided input, hackers might have the option to change the construction of a LDAP statement which will run with similar permissions that executed the command.

Suppose you wish to write a method that returns the sum of the elements in partially filled array. Which is the best choice for a method header? Group of answer choices public int sum() public int sum(int[] values, int currSize) public int sum(int[] values) public int sum(int[] values, int size, int currSize)

Answers

Answer:

The Method header to this question is "int sum(int[] values, int currSize)".

Explanation:

According to the question, It is defined that choose the correct option which creates a method header sum and returns the sum of the array element. In given options, we choose option second because in this option method return type is int and use an integer variable that is "currSize" which calculate the sum and return its value and other option are not correct that can be described as:

In the first option, we create a method but we do not pass any parameter so it will not calculate the sum of array elements. In the third option, we create a method but we pass only one parameter that is an array. So, it will not calculate the sum of array elements correctly. In the fourth option, In this method, we pass three parameters that are "values, size and currSize" in which the size parameter not use.

That's why the answer to this question is option second which is "int sum(int[] values, int currSize)".

Which professional organization is responsible for the development and continued monitoring of the curriculum standards for sport management degree programs?

A) AAHPERD
B) NCAA
C) NFHSA
D) NASSM

Answers

Answer:

Option D is correct.

Explanation:

The North American Society for Sport Management (NASSM), was established in 1985, and its purpose was to promote the study, research, and development in the field of sports management.

It currently publishes a research journal called the Journal of Sport Management, which is used as a model for sports management in several universities across the US.  

A technology upgrading strategy is utilized by incumbent companies in a mature industry to deter entry by investing in costly upgrades that potential entrants would have trouble matching.​ True or False?

Answers

Answer:

The answer is TRUE.

Explanation:

A technology upgrading strategy is utilized by incumbent companies in a mature industry to deter entry by investing in costly upgrades that potential entrants would have trouble matching. That is a true statement.

To output the contents of a fully-filled two-dimensional array using pseudocode, write out the elements in the columns within a row, before moving to the next row, using a ________ loop within another.

A. DOWHILE
B. REPEAT UNTIL
C. DO
D. None of the other answers are correct

Answers

Answer:

B.

Explanation:

Based on the information provided within the question it can be said that the loop that should be used is a repeat until loop. This is because this loop will continue cycling until a certain condition is met. In this situation, the loop breakout condition would be the output of the final element in the last column and row of the two-dimensional array.

Final answer:

To output the contents of a fully-filled two-dimensional array using pseudocode, you can use a nested FOR loop. The outer loop will iterate over the rows of the array, while the inner loop will iterate over the columns within each row.

Explanation:

To output the contents of a fully-filled two-dimensional array using pseudocode, you can use a nested FOR loop. The outer loop will iterate over the rows of the array, while the inner loop will iterate over the columns within each row. Here's an example:

FOR row = 1 TO number_of_rows
   FOR column = 1 TO number_of_columns
       OUTPUT array[row][column]
   END FOR
END FOR

In this pseudocode, number_of_rows and number_of_columns represent the dimensions of the array. The OUTPUT statement is used to display the value of each element in the array.

Jasper, a businessperson, has no connection with Yale University, but he has a new line of computer software that he would like to market to university students and faculty under the name of "Yale Software." Which statement is correct?a. Jasper may in all likelihood register the name "Yale Software" under the Lanham Act.b. It is unlikely that Jasper will be able to register the name "Yale Software," because it has a secondary meaning.c. Jasper may in all likelihood be able to copyright the name "Yale Software" under the Copyright Act.d. It is unlikely that Jasper will be able to register the name "Yale Software," because it falsely suggests a connection to an institution.

Answers

Answer:

The answer is letter D.

Explanation:

It is unlikely that Jasper will be able to register the name "Yale Software," because it falsely suggests a connection to an institution.

Which statement about muzzleloaders is true? All muzzleloaders are rifles. All muzzleloaders have only one barrel. Muzzleloaders are safer and easier to use than modern firearms. Muzzleloaders are early firearms that are loaded from the open end.

Answers

Answer:

Muzzleloaders are early firearms that are loaded from the open end

Explanation:

A muzzleloader is any firearm into which the projectile and usually the propellant charge is loaded from the muzzle of the gun.

This is distinct from the more popular modern designs of breech-loading firearms.

Thus, muzzleloaders are early firearms that are loaded from the open end.

Early firearms that loaded with an open end were known as muzzleloaders.

Guns known as muzzleloaders are loaded by placing the bullet and propellant (such as black powder) into the open end of the weapon's barrel. Contrast this with contemporary firearms, which use cartridge-based gunpowder. Prior to the development of breech-loaded firearms, muzzleloaders had a long history and were frequently used. The most prevalent muzzleloaders are the single-barreled models, most often employed for target shooting and hunting. But double-barreled and even multi-barreled muzzleloaders are also available.

Therefore, the correct option is D.

Learn more about muzzleloaders, here:

https://brainly.com/question/29887462

#SPJ6

Your question is incomplete, most probably the complete question is:

Which statement about muzzleloaders is true?

All muzzleloaders are rifles. All muzzleloaders have only one barrel.Muzzleloaders are safer and easier to use than modern firearms. Muzzleloaders are early firearms that are loaded from the open end.

​A(n) ________ database makes it possible to store information across millions of machines in hundreds of data centers around the​ globe, with special​ time-keeping tools to synchronize the data and ensure the data are always consistent.

Answers

Answer:

distributed

Explanation:

According to my expertise in information technology, it seems that the type of database being described is a distributed database. Like mentioned in the question this is a database that works by saving information in data centers from various locations and information is processed through multiple database node. This allows information to be more secured, faster, and also acts as a fail-safe in case of any malfunction where data may otherwise be lost.

Final answer:

A distributed database allows for data storage across numerous machines globally, synchronized for consistent data, using a database management system to handle the datasets and a relational database management system to manage the data without reorganizing tables.

Explanation:

A distributed database makes it possible to store information across millions of machines in hundreds of data centers around the globe, with special time-keeping tools to synchronize the data and ensure the data are always consistent. Such databases utilize a database management system (DBMS) to create, store, maintain, manipulate, and retrieve large datasets distributed over multiple files and locations. Additionally, a relational database management system (RDBMS) is often employed in distributed databases to manage the data efficiently without the need for reorganizing the tables.

Relational databases

are characterized by their use of tables to organize data, which are related through primary and foreign keys. This structure effectively supports operations like updating, expanding, and deleting data, and allows for quick data manipulation and enhanced data accuracy through automated rules. Today's digital databases, supported by advanced DBMS and RDBMS technologies, are central to the Information Age, far surpassing the traditional filing cabinet by enabling the storage of vast amounts of data on networks and the Internet.

You want to create Web pages that can easily adapt to and serve multimedia content to smartphones, tablets, gaming devices and smart TVs, as well as to traditional desktop computers, without the use of plug-ins.
Which of the following would be best suited for this purpose?

Answers

Answer:

HTML5

Explanation:

HTML5 has features to create a webpage or pages without using external plug ins. With the help  of API's we can alos add content related to multimedia.

____________ hackers break into systems legally for non-malicious reasons such as to test system security vulnerabilities
a. green-hat
b. grey-hat
c. white-hat
d. black-hat

Answers

Answer:

D) Black -hat

Explanation:

if any other colors of the hats will not work cuz the only way to go dark and scary is to use the black hat

Answer:

C

Explanation:

White-hat hackers are the ones who are in charge of testing the security systems.

Which terms are used in conditional logic functions? Check all that apply.

WHEN
IF
OR
NOR
IFTRUE
IFERROR

Answers

Answer:

The answer is "IF and IFERROR".

Explanation:

The conditional logic function is used in excel that use to generate a conditional equation. It is normal to use for many tasks to check whether facts are true or false and to make logical distinctions between words.

This function considers IF and IFTRUE as a conditional logic function. and others are not correct that can be defined as:

The NOR and OR is used as a boolean operator functions in excel that return true or false value only.IFTRUE and WHEN is used in programming language. It used as a macro and condition operator.

Condition statements are “IF, IFTRUE, IFERROR".

Explanation:

In programming languages  “IF <Conditon>’” is used. Normally if condition means, if given condition is true either single statement or multiple statement are executed.

With “IF <Conditon>” has “ELSE” or “ELSEIF <Conditonn>”, Else path execution of “IF <CONDITON>” is false.

Same “ELSEIF <CONDITION>” is executed  if “IF CONDITON” is false.

“OR and NOR” is logical operations, “When” is only on sql query mostly.

“IFTRUE” Mostly inbuilt function on some of programming languages, executer if condition is true.

“IFERROR” mostly inbuilt function on some of programming languages, execute if end error comes where assign value is wrong type or variable or identified is not found etc.

All ____ language programs tell the computer how to manipulate the contents of memory locations step-by-step.

functional
baseline
procedural
logical

Answers

Answer:

logical

Explanation:

logical

When talking about changes related to information​ technology, the text identifies three interrelated changes that are responsible for the bulk of innovations. These include the mobile digital​ platform, the growth of cloud​ computing, and​ ________.

A.faster networks
B.improved application software
C.the Internet
D.the growing use of big data
E.home computing

Answers

Answer:

The Growing use of Big data

Explanation:

In information technology big data is along with mobile digital platforms and cloud computing are responsible for bulk of innovations.

Big data is a large set of data that can be analyzed and used for pattern recognition, and extract information from different collection of data. This analysis or collection of data leads to innovation in the field of information technology.

A conventional uniprocessor has __________ .
a. a single instruction stream and a single data stream
b. a single instruction stream and multiple data streams
c. multiple instruction streams and a single data stream
d. multiple instruction streams and multiple data streams

Answers

Answer:

The correct option to the following question is option (A).

Explanation:

SISD is used in the uni-processors systems which executes an individual instruction streams at a time by which we control an individual memory for the storage of data.

It is the flow or the sequence of an individual data or instructions which controlled on the systems.

Whereas SISD is different from the SMID and it is not used in the Uni-processor systems

The term that best describes the subversive use of computers and computer networks to promote a political agenda, with its roots in hacker culture often related to the free speech, human rights, or freedom of information movements is called:_______

Answers

Answer:

Hacktivism is the correct answer to the following statement.

Explanation:

Hacktivism is the process of hacking in which the hackers damage their opponents and affect them by changing in the political changes.

It is that type hacking in which hackers affect the social, religious and political beliefs but cyberterrorism is the hardest form of Hacktivism.

Hacktivism is done by the group of the criminals or the governments of the other countries but for the other reasons which is described above but it is also an illegal activity.

How are 8-position, 8-contact (8P8C) modular connectors pinned to unshielded twisted-pair (UTP) cable, which is used for connecting computers and broadband modems to a local area network (LAN)?

Answers

An unshielded cable are twisted pair is used to connect modem in telecommunication industry to connect computer through telephone cable, Ethernet cables it is called as UTP cables.

Explanation:

These UTP cables are twisted cables where conducted are used in form of single circuit.

These types of UTP cables used to connect modem to establish connection to other networks for internet or connecting to other side computer or desktop or laptops.

UTP cables uses  rj-45 or rj-11  or rs232 or rs 499. Normally rs-45 with cat 5e cable is used to connect LAN. Rj-11 is used to connect to modem for dial purpose.

If we use ip networks RJ-45 will do both.

Final answer:

8P8C modular connectors, often called RJ45, are pinned to UTP cables using either T568A or T568B standards, with T568B being the most common in the US for LAN connections. Both cable ends must be pinned identically for proper functionality, and the twisted pair design helps reduce electromagnetic interference.

Explanation:

The 8-position, 8-contact (8P8C) modular connectors, commonly known as RJ45 connectors, are typically pinned to unshielded twisted-pair (UTP) cables according to the T568A or T568B standards. The difference between these two standards is the position of the orange and green wire pairs. The pinning for T568B, the most common standard in the US for connecting computers and broadband modems to a LAN, is as follows:

Pin 1 - White/OrangePin 2 - OrangePin 3 - White/GreenPin 4 - BluePin 5 - White/BluePin 6 - GreenPin 7 - White/BrownPin 8 - Brown

It's important to ensure that both ends of the UTP cable are pinned in the same way to function correctly. The primary purpose of using the 8P8C connector with UTP cable is for data transmission while maintaining the integrity of the signal through the twisted pairs which minimize electromagnetic interference.

In some organizations, facilities management is the identification, inventory, and documentation of the current information systems status—hardware, software, and networking configurations. _________________________

Answers

Answer:

Following are the statement is False

Explanation:

Because in the organizations there are the following computer components and software are managed by that person who is professional in the Information Technology department and IT administrator so this comes under IT management.

So, That's why the following statement is False.

What version of Windows Server 2016 can be used to share the same physical computer through each person connecting a keyboard, mouse, and monitor to a USB hub that connects to the server?

Answers

Windows server 2016 standard version for minimally virtual environments.

Explanation:

Basically windows server 2016 it is operating system where installed in server platform and connected to local network or VPN or wide area network. Since it is server type of operation end user can configure domain server and active directory in big server.

Windows 2016 has six server types where provided by Microsoft. End user has to select operating systems depends on number user and load of traffic in network.  End users can upgrade possible by paying extra price. Best practice to reinstall the OS with minimal down time.

Concentric circles on a disk platter where data is stored;________
A new file system developed for Windows Server 2012;_________
It allows increased stability for disk storage and improved features for data recovery and error checking;__________

Answers

Answer:

Tracks

Resilient File System (ReFS)

Explanation:

Concentric circles on a disk platter where data is stored is called TracksThe new file system developed for Windows Server 2012 is called Resilient File System (ReFS). It allows increased stability for disk storage and improved features for data recovery and error checking

The security administrator for Corp.com wants to provide wireless access for employees as well as guests. Multiple wireless access points and separate networks for internal users and guests are required. Which of the following should separate each network? (Choose all that apply.)
(a)Channels
(b)Physical security
(c)Security protocols
(d)SSIDs

Answers

A. Channels C. Security protocols D.ssids

Alan is the security manager for a mid-sized business. The company has suffered several serious data losses when mobile devices were stolen. Alan decides to implement full disk encryption on all mobile devices. What risk response did Alan take?

Answers

Disk encryption is highly risky response.

Explanation:

To protect or loss of serial data loss on mobile devices it is not advisable to implement full disk encrypted. Once full disk encrypted is implemented mobile access is very slow. End-user will complain to IT administrator.

Best solution either removes unwanted or unauthorized application from mobile to protect the data loss. Install antivirus program in each mobile.

Access or permission to application is removed so that mobile data loss can be avoided.  End user should also be advised not to click on any link which they receive through SMS messages or other through any applications.

Lily's supervisor asked her to add visual interest to the company Web site by tilting images at a slight angle. Lily knows this transformation will differ depending on the browser used to view it. Which vendor prefix property will allow her to apply the transformation when the page is viewed in Chrome and Safari?

Answers

Answer: WebKit transform style

Explanation:

This is a type of vendor prefix which is a string of characters which are related to a specific browser engineer. WebKit is related to chrome, safari, Android browser.

Distributed computing is a term that describes the work that autonomous computers can do to achieve a common goal, especially in respect to complex projects. Many areas of society, such as the healthcare industry, can profit from this model tremendously. For example, the search for a cure for cancer can be accelerated when scientists can reach across national boundaries to work closely together. Other goals that can be accomplished using distributed computing are:

Answers

Answer:

To find the solution of Global warming, to find the combination of some drugs and test them, etc.

Explanation:

Distributed computing can be described as when a number of computers connected on the network communicate with each other by passing messages, and these systems are known as distributed systems.

There are various goals that can be accomplished using distributed computing, one of them is to find the solution of Global warming, by coordinating with different areas.  

Another one is to find the combination of some drugs and test them to make new medicine.

Write a loop that displays all possible combinations of two letters where the letters are 'a', or 'b', or 'c', or 'd', or 'e'. The combinations should be displayed in ascending alphabetical order:

Answers

Answer:

In what programming language?

Explanation:

A(n) _____ is someone who uncovers computer weaknesses and reveals them to manufacturers or system owners, without exploiting these vulnerabilities.A. corporate spyB. ethical cyber criminalC. hacktivistD. white hat hackerE. data harvester

Answers

Answer: white hat hacker

Explanation:

Like other forms of hacker, white hat hackers also have wide range of knowledge of breaking into systems, overriding firewalls, bypassing security protocols and can also do all other things hackers do. But what differentiates white hat hackers is the motive behind what they do, in that they carry out all this test not for their personal gain but for the benefit of the owners and also with the approval of the owners. Because after carrying out tests on the ways of exploiting the loop holes in the system they reveal it to the manufacturer or system owners for correction.

Write a function called check_nums that takes a list as its parameter, and contains a while loop that only stops once the element of the list is the number 7. What is returned is a list of all of the numbers up until it reaches 7.

Answers

Answer:

Following are the program in the Python Programming Language:

def check_nums(length): #define function

 my_lst=[]  #set list type variable

 n=0  #set integer type variable

 while(length[n] != 7): #set the while loop  

   my_lst.append(length[n])  #append liat in my_lst

   n+=1  #increament in n

   if(len(length)==n): #set if condition

     break  #break the loop

 return my_lst  #return the list

l=[4,6,2,55,16,7,81]  #set list variable and assign list init

print(check_nums(l)) #call and print the function

Output:

[4, 6, 2, 55, 16]

Explanation:

Here, we define a function "check_nums()" and pass an argument in its parentheses inside the function,

we set list data type variable "my_lst" and integer type variable "n"we set while loop and pass the condition is the variable "length[n]" is not equal to the 7 then, the value of "length[n] " is appends to the variable "my_lst" and increment in the variable "n" by 1.we set if condition and check when the length of the variable "length" is equal to the variable "n" then, break the loop and return the value of "my_lst".

Finally, set the list type variable "l" and assign the list of numeric value in it then, call and print the function "check_nums"

In this exercise, using the knowledge of computational language in python, we have that this code will be written as:

The code is in the attached image.

We can write the python as:

def check_nums(length):

my_lst=[]  

n=0  

while(length[n] != 7):  

  my_lst.append(length[n])  

  n+=1  

  if(len(length)==n):

    break  

return my_lst  

l=[4,6,2,55,16,7,81]  

print(check_nums(l))

See more about python at brainly.com/question/13437928

The CEO of your small company has asked you to connect his laptop computer to the small conference room led tv. The CEO will be showing a new promotional video that demonstrates the new company strategy through images and sounds. Which of the following cable types would work BEST for connecting his laptop to the display?
a. VGA
b.Composite
c.HDMI
d. DVI

Answers

Answer:

i think DVI works best if not VGA

Explanation:

Agape was asked to make a recommendation regarding short-range wireless technologies to be supported in a new conference room that was being renovated. Which of the following would she NOT consider due to its slow speed and its low deployment levels today?A. ANTB. BluetoothC. InfraredD. NFC

Answers

Answer:

C. Infrared

Explanation:

According to my experience in the field of information technology, I can say that the one technology that she would not consider is infrared. Even though infrared is used in for many applications such as remote controls and sensors it is not that good for wireless communications. This is because compared to the other options available, infrared is only short range, the speeds at which it can transmit are very low, and any physical object can immediately block the signal and cause interference.

Which of the following is not considered to be type of database client?A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

Answers

Answer:

An analytical database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions

Explanation:

Analytical databases are optimized for analytics. This optimization is done so that the performance of query execution is faster and the database can be scaled easily.

It keeps data for business metrics, key performance indicators (KPI) etc. and provides information for business analytics.

Assume that printStars is a function that takes one argument and returns no value. It prints a line of N stars (followed by a newline character) where N is the value of the argument received. Write a statement that invokes printStars to make a line of 35 stars.

Answers

Answer:

printStars(35);

Explanation:

public class Question {

   public static void main(String args[]) {

     printStars(35);

   }

   public static void printStars(int numberOfStars){

       for(int i = 1; i <= numberOfStars; i++){

           System.out.print("*");

       }

       System.out.print("\n");

   }

}

Other Questions
Explain how general Cornwallis was trapped on the Yorktown peninsula I need help with 3 please! Which of the following statements about aldosterone is NOT correct? View Available Hint(s) Which of the following statements about aldosterone is NOT correct? Aldosterone is stimulated by decreased plasma sodium levels and increased plasma potassium levels. Aldosterone increases the number of passive sodium channels in the luminal membrane of the distal tubule and collecting duct, thus aiding sodium reabsorption. Aldosterone is produced in the adrenal cortex. Aldosterone increases sodium reabsorption by increasing the number of Na+-K+ ATPase pumps in the luminal membrane of the proximal tubule. what is 1 2/3 * 2 1/3 what reason was given for the 2003 US invasion in iraq As the solar system was forming about 4.5 billion years ago, Earth was being bombarded by small-diameter rocks,comets, and debris. What effect did this debris likely have on Earth's early surface? To understand the decibel scale. The decibel scale is a logarithmic scale for measuring the sound intensity level. Because the decibel scale is logarithmic, it changes by an additive constant when the intensity as measured in W/m2 changes by a multiplicative factor. The number of decibels increases by 10 for a factor of 10 increase in intensity. The general formula for the sound intensity level, in decibels, corresponding to intensity I is=10log(II0)dB,where I0 is a reference intensity. For sound waves, I0 is taken to be 1012W/m2. Note that log refers to the logarithm to the base 10.Part AWhat is the sound intensity level , in decibels, of a sound wave whose intensity is 10 times the reference intensity (i.e., I=10I0)?Part BWhat is the sound intensity level , in decibels, of a sound wave whose intensity is 100 times the reference intensity (i.e. I=100I0)?Express the sound intensity numerically to the nearest integer. A man earned wages of $53 comma 300, received $1900 in interest from a savings account, and contributed $3200 to a tax-deferred retirement plan. He was entitled to a personal exemption of $2900 and had deductions totaling $5220. Find his gross income, adjusted gross income, and taxable income. The radius of a 80 cm wide road roller is 77 cm. Calculate the number of revolutions that the roller will take to cover an area of 96.8 meter square Omar picks 7 pounds of cherries . He divides them into containers that holds one whole 1/4 pounds of blue berries each. How many containers can he fill? Robert Lewis Stevensons story, Imp in the Bottle, features a fabulous bottle whose owner will be granted any wish by the imp who lives within the bottle. The problem is that anyone who buys the bottle must sell it at a lower price or else suffer eternity in hell. [If you do not believe in hell, assume that you do for the purposes of this question.] Assuming the smallest possible unit of currency is one cent, would you buy the bottle if it were offered to you for $1,000? Explain your reasoning. Nebula Inc. follows an organizational culture in which employees are promoted according to their performance and not seniority. Employees who meet their monthly and annual sales targets in time are handsomely rewarded. Which type of corporate culture pertains to this scenario? Two wheels having the same radius and mass rotate at the same angular velocity. One wheel is made with spokes so nearly all the mass is at the rim. The other is a solid disk. How do their rotational kinetic energies compare? a. The wheel with spokes has higher KE, but not twice as high. b. The solid wheel has higher KE, but not twice as high. c. The wheel with spokes has about twice the KE. d. The solid wheel has about twice the KE. e. They are nearly the same. What is 4xy + x + 2xy Find the distance between Nashville and Memphis if they are 14 in apart on a map with a scale of 1 inches:18 miles It is thought that bonding of adhesives occurs at the molecular level. What is the technical name of the force that holds glue to its bonding materials? 2a - 3 = -5 in algebra tiles A newsletter publisher believes that over 64%64% of their readers own a Rolls Royce. For marketing purposes, a potential advertiser wants to confirm this claim. After performing a test at the 0.010.01 level of significance, the advertiser decides to reject the null hypothesis. What is the conclusion regarding the publisher's claim? The payroll register of Charbroil Company indicates $1,200 of social security tax withheld and $300 of Medicare tax withheld on total salaries of $20,000 for the period. Assume earnings subject to state and federal unemployment compensation taxes are $7,000, at the federal rate of 0.8% and the state rate of 5.4%. What is the total amount of payroll tax expense?a. $1,878b. $1,500c. $1,556d. $1,934 which graph shows a system of equations that solve -2/x-1=4, and the solution itself