Luchen Modo, a software development firm in Asia, launched a new software for smartphones that allowed users to remotely control certain functions and features of their vehicles, such as ignition, windshields, and headlights. The success of this technology prompted other companies across the world to produce similar software. In this scenario, which of the following is most likely to have influenced other companies to produce similar software?

Answers

Answer 1

Answer: it is called inflow of innovation

Explanation:

Inflow of innovation also means influence of innovation.

As you can see in the example, other companies want to produce similar products due to the inflow of innovation.                                                                  


Related Questions

What type of slide show is a dynamic and eye-catching way to familiarize potential customers with what your company has to offer? A. Photo album B. OLE C. Office Clipboard D. Brochure

Answers

Answer:

C. Office Clipboard

Explanation:

An Office Clipboard is a type of slide show that is a dynamic and eye-catching way to familiarize potential customers with what your company has to offer.

Answer:

A:Photo album

Explanation:

Organizing photos into a slide show is an effective technique for a business to showcase its products and services. Rather than a static brochure, a slide show is a dynamic and eye-catching way to familiarize potential customers with what your company has to offer. Photo album slide shows can be presented at a conference booth, online, or distributed through email.

You decide to start a landscaping business called Trim Grass. You created a Web site, but it doesn’t seem to be attracting any clients. So, you decide to explore advertising on the Web. Which of the following advertising methods probably would not be beneficial?

Answers

What are the following advertising methods?

Write a switch statement that tests the value of the char variable response and performs the following actions: if response is y, the message Your request is being processed is printed if response is n, the message Thank you anyway for your consideration is printed if response is h, the message Sorry, no help is currently available is printed for any other value of response, the message Invalid entry; please try again is printed.

Answers

// Here is the required switch statement on response character

switch(response){

case 'y': // case to check if the response is y

cout<<" Your request is being processed ";

case 'n': // case to check for n

cout<<" Than you, anyway for your consideration";

case 'h': // case to check for h

cout<<"Sorry \, no help is currently available.";

default : // default case

cout<< Invalid entry: please try again.";

}

How do i add the sum of a column in excel?

Answers

Excel has a built in sum function to calculate the sum of elements. The syntax of this function is:

=sum(argument)

This formula is written in the destination cell where we need our sum to show up.

The argument is the cells , columns or range of cells and columns for which we need to find the sum. If we need to find the sum of elements in a column, the formula will be like:

= sum(A:A)

This formula will find the sum of all elements that are present in the column A. The argument in the above formula is A:A which represents that entire column A is selected.

This formula can be modified according to the needs. For example, if we need to find the sum of two columns A and B, the formula will be:

=sum(A:B)

This formula calculates the sum of all elements in columns A and B.

The NIST SP 800-100 Information Security Handbook provides technical guidance for the establishment and implementation of an information security program. __________

Answers

Answer: This Information Security Handbook assist and guide managers to establish and implement an information security program.

Explanation:

The handbook looks to implement adequate security programs and also to demonstrate their effectiveness.

a) True, The NIST SP 800-100 Information Security Handbook provides technical guidance for the establishment and implementation of an information security program.

This handbook is published by the National Institute of Standards and Technology (NIST). Offers comprehensive advice and strategies on:

Creating effective information security policiesMaintaining effective information security practicesIntended to assist organizations in protecting their information systems

Provides detailed recommendations on:

Security controls Risk managementOther critical aspects of information security

The NIST SP 800-100 Information Security Handbook provides technical guidance for the establishment and implementation of an information security program.

a) True

b) False

Pick two programming languages. Please describe: - The major differences between those two languages; and - If you were assessing an application and determining what language would be best for the programming, why you would choose each language.

Answers

First language : JAVA

Second Language : C++

Major Difference :

1. Platform Dependency :

Java is platform independent which means that its code can be run on any machine. It uses JVM ( Java virtual machine ) which converts the code in byte form and then run it which makes it flexible enough to be used on any system. So .exe file can run on any OS.

C++ is not platform independent and thus its .exe file  cannot be run on different OS.

2. Objects

In JAVA everything is reference typed and is inherited from the class objects that are predefined in it.

In C++ not everything is class or reference typed.

3. Garbage Collector

Java has built in garbage collector when we use classes in java.

C++ make developer to collect garbage when he uses reference types like pointers.

Why choose Java and C++ ?

People are very confused about the platform in-dependency of JAVA, so i decided to choose Java and compared that concept with c++ which is mother of all languages.

Sales management wants a small subset of users with different profiles and roles to be able to view all data for compliance purposes. How can an administrator meet this requirement? - Assign delegated administration to the subset of users to View All Data - Create a permission set with the View All Data permission for the subset of users - Enable the View All Data permission for the roles of the subset of users - Create a new profile and role for the subset of users with the View All Data permission

Answers

Answer:

Last Option is correct answer. ( Option D)

Explanation:

Option A is rejected because this will allow the view permission but as mentioned the management want a new profile for the users as well.

Option B is rejected because again it will not facilitate the different profile requirement.

Option C is not answer because It will only help in viewing the data and granting permission.

Option D is selected because it will meet both requirements which are to make a new profile first of all and then grant the View permissions to these profiles for the user subset.

The 3rd generation programming language that most students learned when most computers used MS DOS was ___ . It remains a safe programming language for using 3rd party code and provides a coding standard that integrates easily with other programming languages.

Answers

Answer:

Basic

Explanation:

The 3rd generation programming language that most students learned when most computers used MS DOS was basic. It remains a safe programming language for using 3rd party code and provides a coding standard that integrates easily with other programming languages.

Final answer:

The 3rd generation programming language widely learned during the dominance of MS-DOS was C. It remains a popular language due to its safety in using third-party code and its compatibility with other languages.

Explanation:

The 3rd generation programming language that most students learned when most computers used MS-DOS was C. C language remains a safe programming language for using third-party code and provides a coding standard that integrates easily with other programming languages. This language is widely recognized for its efficiency and control. It's also notable for its capability to produce programs that are more compact and run faster than those written in other languages.

Learn more about Programming Languages here:

https://brainly.com/question/32924876

#SPJ2

Assume there is a class AirConditioner that supports the following behaviors: turning the air conditioner on and off. The following methods provide these behaviors: turnOn and turnOff. Both methods accept no arguments and return no value. Assume there is a reference variable officeAC of type AirConditioner. Create a new object of type AirConditioner and save the reference in officeAC. After that, turn the air conditioner on using the reference to the new object.

Answers

//making reference object.

// the following line will declare a officeAC object of type AirAconditioner by //calling the class constructor by reference using "new" operator.

AirConditioner officeAC =  new AirConditioner();

// the following line will can the method of class AirConditioner to turonOn //the AC

officeAC.turnOn();

Dr. Apple wants to study a drug to manage diabetes in adolescents. The researcher plans to use an electronic informed consent (eIC) form presented on a tablet device. Per FDA guidance on the “Use of Electronic Consent in Clinical Investigations” (2016), can adolescent subjects assent using an electronic device?

Answers

Answer: Yes, the eIC could be used for assent.

Explanation:

Electronic informed consent (eIC) may be used for seeking, confirming and documenting informed consent.

Answer:

TRUE, the eIC process can be used for assent.

Explanation:

The eIC process can be used to obtain the consent of pediatric subjects and parental permission.

Technological advances led to new forms of data collection in clinical research. This type of process seeks to provide adequate information about the research to the subjects who participate in it in order to allow this information to allow them to make a voluntary decision about their inclusion in the study.

HTTP is the protocol that governs communications between web servers and web clients (i.e. browsers). Part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. Some of the codes and their meanings are listed below: 200, OK (fulfilled) 403, forbidden 404, not found 500, server error Given an int variable status, write a switch statement that prints out, on a line by itself, the appropriate label from the above list based on status.

Answers

// Making a function that will take a integer as argument and return  print the code

void Print(int statuscode){

// starting the switch statement on the interger sent

switch(statuscode)

  case 200: // for case 200

              cout << "Ok,Fullfilled"<< endl;

  case 403: // for case 403

             cout << "Forbidden" << endl;

   case 404: // for case 404

             cout << "Not Found" <<endl;

   case 500: // for case 500

             cout << "Server Error "<< endl;

    default: // default case

              cout << " Wrong code"<<endl;

}

In a class hierarchy A. The more general classes are toward the bottom of the tree and the more specialized are toward the top B. The more general classes are toward the top of the tree and the more specialized are toward the bottom C. The more general classes are toward the left of the tree and the more specialized are toward the right D. The more general classes are toward the right of the tree and the more specialized are toward the left

Answers

Answer:

Option B

Explanation:

Option A is rejected because the general behavior of the objects are the reason that the classes concept was introduced and thus the general class should be on the top.

Option B is selected because down the hierarchy the common behavior in classes are reduced and thus they became more specialized and thus the specialized classes should be bottom to the general ones.

Option C is rejected because hierarchy works from top to bottom not from left to right.

Option D is not answer because hierarchy has nothing to do with left and right.

Which black inventor patented fifty different devices, most of them dealing with the lubrication of machines, and successfully contested claims against the genuineness of his designs?

Answers

Answer:

American engineer Elijah McCoy was born in Canada but became US citizen very young, and and made vital contributions in the United States after the Civil War such as in the progress of locomotives design and railroads in America, the automatic lubrication systems for steem engines and many other inventions among his 57 U.S. patents that made train travel more efficient.

Explanation:

Which sentence(s) below are true?a. IP stands for Internet Protocol.b. In most home networks IP addresses are assigned by the Internet Service Provider. c. If two laptops are connected to the same home network and surfing the web simultaneously, each laptop must have its own IP address. d. If two laptops are connected to the same home network and surfing the web simultaneously, they share the same IP address.

Answers

Option A is true because IP is short form of Internet protocol.

Option B is true because when every device is connected to the servers by using internet, Internet Service providers assign them unique IP address to define their identity on internet and monitor their activities.

Option C is false because no matter how many laptops or devices are connected to a same router through a network Internet Service Providers assign them a same IP address.

Option D is true because every laptop or device connected to the internet by a network is given the same public IP or external IP.

IP does stand for Internet Protocol, and in a home network, IP addresses are assigned by the ISP. Each device on a local network has its own IP address, but all share the same external IP address when accessing the Internet.

IP stands for Internet Protocol, which is a set of rules governing the format of data sent over the Internet or other networks. Let's address the student's questions one by one:

a. True. IP does indeed stand for Internet Protocol.b. True. In most home networks, IP addresses are usually assigned dynamically by the Internet Service Provider (ISP).c. True. If two laptops are connected to the same home network and are surfing the web simultaneously, each laptop must have its own IP address internally, within the local network, often provided by the router.d. False. While each device on the home network has its own internal IP address, all devices share the same external IP address assigned by the ISP when connecting to sites and services on the Internet.

Each device on a network communicates with other parts of the network (and the Internet) using an IP address, which serves as a unique identifier. In the context of a home network, the router typically assigns an internal IP address to each device, while the ISP assigns one external IP address to the entire network.

Write the definition of a class PlayListEntry containing: An instance variable title of type String, initialized to the empty String. An instance variable artist of type String, initialized to the empty String. An instance variable playCount of type int, initialized to 0.

Answers

// Making c++ class

class PlayListEntry{

string title;

// We cannot initialize it here in C++, ...or in many other languages as wellas i //am writing c++ class

// so i will initialize them in constructor.

string artist;

int playCount;

PlayListEntry(){

// we will initialize the variable in constructor so that they will have the desired //value when you will instantiate the class

title = ' ';

artist = ' ';

playCount = 0;

}

};

The definition of a class PlayListEntry containing: An instance variable title of type String, initialized to the empty String  

The Program

private String artist = "";

   private int playCount = 0;

}

The class PlayListEntry has three instance variables: title of type String, artist of type String, and playCount of type int. These variables are initialized to empty strings ("") for title and artist, and 0 for playCount.

The class provides a blueprint for creating objects that represent entries in a playlist, with each entry containing information about the title, artist, and the number of times it has been played.

Read more about programs here:

https://brainly.com/question/30783869

#SPJ6

On which tab are import and export commands located in Access? A. Home B. Database Tools C. External Data D. Create

Answers

Answer:

C. External Data

Explanation:

On the External Data tab, you can find import and export commands located in Access.

Assume that two parallel arrays have been declared and initialized: healthOption an array of type char that contains letter codes for different healthcare options and annualCost an array of type int. The i-th element of annualCost indicates the annual cost of the i-th element of healthOption. In addition, there is an char variable, best2.Write the code necessary to assign to best2 the health option with the lower annual cost, considering only the first two healthcare options.

Answers

/*

Since we have to check the first two options only as mentioned in last part of question the loop will work 2 times only and will compare the cost of first element and second and assign the healthoption accordingly

*/

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

if(annualCost[i]<annualCost[i+1]

best2 = healthOption[i]

else

best2 = healthOption[i+1]

}

Write an if/else statement that adds 1 to the variable minors if the variable age is less than 18, adds 1 to the variable adults if age is 18 through 64, and adds 1 to the variable seniors if age is 65 or older.

Answers

Answer:

Explanation:

data is a statement like

data 10,20, 30 , 40 , 50, 60 , 70, 80

\\the numbers represent ages.

For x := 1 to end of data do a[x]:=read(data)

\\ This is a comment. You could do this much easier if you just use three if statements rather than the if then else.

minor:=0;adult:=0;senior:=0;

while a[x] <> 0 do begin

age:= a[x]

if age < 19 then minor:=minor + 1;

If age > 18 then if age < 65 the adult:=adult + 1;

if age > 64 then senior := senior + 1;

end;

I have not declared the variables anywhere. That depends on what language you are using. The key step you  want are the three if statements. How you find out what's in them is another matter.

Given a String variable named line1 and given a Scanner reference variable stdin that has been assigned a reference to a Scanner object, read the next line from stdin and save it in line1. (Do not concern yourself with any possible exceptions here-- assume they are handled elsewhere.)

Answers

Answer:

Scanner stdlin = new Scanner(System.in);

line1 = stdlin.readline();

Explanation:

1.stdlin is the referenced input variable made by using built in Scanner class of Java language.

2.Than in line1 the next line from the console will be assigned by using readline function.

PowerPoint displays many that are varied and appealing and give you an excellent start at designing a presentation. However, you have a specific topic and design concept and could use some assistance in starting to develop the presentation.
(A) Icons
(B) Themes
(C) Advertisements
(D) Catalogs

Answers

Answer:

The answer is themes.

Power point displays many themes

Explanation:

A power point theme is a combination of effects,fonts and colors that can be applied to the presentation.It makes the presentation more attractive and beautiful if used properly and smartly.Power point has built in themes that gives excellent start to your presentation.

Which statement is NOT CORRECT?

In a file approach to data management, the data definitions are included in each application separately.
The file approach to data management causes the same information to be stored separately for different applications.
In a file approach to data management, a change in the structure of a data file is easily handled because each application has its own data files.
In a file approach to data management, different applications could be using older and newer versions of the same data."

Answers

Option C is not correct because in file system there is problem of using same data at different place with old and new updated versions and thus change in the data on one file is not reflected on the other related files implicitly rather we will have to change the data in each file manually which is indeed not easy task. In fact that is one of the biggest drawback of file system.

Option A is correct because the files of different data has separate definitions of the topics they are about.

Option B is correct because has no reversibility and thus same data can be present on different files.

Option D is correct because because of no reversibility the files can have same records with new or old versions

An administrator has initiated the process of deploying changes from a sandbox to the production environment using the Force IDE. What information must be supplied to the IDE during this process? Choose 3 answers: - The environment into which the changes was deployed - The related change set connection Information - The username and password of the destination environment - The data of the fields which are being deployed - The metadata components that need to be deployed

Answers

Option A because the environment should be selected for which the changes are to be applied. In a time Force IDE has many project environments for example maybe a java project and C++ project would be there on sandbox, so the environment selection is important.

Option B because the related changed sets should be specified so that other developers that have access to the project can see the changes being made.

Option D The data fields that are needed to be deployed should also be provided so that the updated version can be seen by other developers.

Rejected Options :

Option C user name and password has nothing to do with the production environment because if the user has it only then it can come and make changes.

1. You want to find if TCP/IP Services are working properly on your Computer, you would use which command? a. PING LOCALHOST b. IPCONFIG /STATUS c. NETSTAT LOOPBACK

Answers

Answer:

Option A

Explanation:

Option B is rejected because it is used to get the startup network settings, processes extra features used by the network.

Option C is rejected because it is used to check the stats like ping,fps of the network by using a loop back.

Option A is selected because PING command is used to check the data packets transfer rate between two ends using ICMP protocol. Local host means that you are specifying the one end as your side. If the packets are there then it is working else the IP service is down.

What is a public key infrastructure? Select one: a. A structure that enables parties to use communications such as email b. A structure that provides all of the components needed for entities to communicate securely and in a predictable manner c. A structure that enables secure communications in chat rooms, instant messaging, and text messaging d. Is A method of securing communications through the use of a single shared key

Answers

Answer:

B. A public key infrastructure (PKI) allows users of the Internet and other public networks to engage in secure communication, data exchange and money exchange. This is done through public and private cryptographic key pairs provided by a certificate authority.

What is the most downloaded iphone application of all time?

Answers

Answer:

You

Tube is the most popular.

What will be the output of the following code snippet? token = False while token : print("Hello")
A) "Hello" will continue to be displayed until the user stops the program.
B) No output because of compilation error.
C) No output after successful compilation.
D) "Hello" will be displayed only once.

Answers

Answer:

Hi!

The correct answer is B.

Explanation:

The code snippet doesn't follow the correct form of writing a while loop, so it will crash when compiles.

One correct form to write the code is:

token = false;

while (token){ // Evaluate token, if true prints else terminates the loop. In this case, token is false so, no output and finish the program.

     print("Hello");

   };

Limiting the amount of personal information available to others includes reducing your ______________ footprint

Answers

The blank should be filled with "digital"

Given a int variable named yesCount and another int variable named noCount and a char variable named response, write the necessary code to read a value into response and then carry out the following: if the character typed in is a y or a Y then increment yesCount and print out "YES WAS RECORDED" if the character typed in is an n or an N then increment noCount and print out "NO WAS RECORDED" If the input is invalid just print the message "INVALID" and do nothing else.

Answers

// reading the value in response variable

cout<<"Enter the value :";

cin>>response;

// checking the value and printing the results

if(response == 'y' || response == 'Y')

{

yesCount+=1;

cout<<"YES WAS RECORDED";

}else if(response == 'n' || response == 'N')

{

noCount+=1;

cout<<"NO WAS RECORDED";

}else

cout<<INVALID";

Final answer:

To record yes or no responses, the code reads a char input, then increments corresponding counters based on the input value, and prints out a message. The counters maintain a count and total of the responses.

Explanation:

To handle the described scenario in a programming task, we would need to write a code block that checks the value of the char variable named response and, based on its value, increments either yesCount or noCount. Let's assume we're working with a language like Java, the following code snippet would achieve the desired functionality:

Scanner scanner = new Scanner(System.in);
char response = scanner.next().charAt(0);
if (response == 'y' || response == 'Y') {
   yesCount++;
   System.out.println("YES WAS RECORDED");
} else if (response == 'n' || response == 'N') {
   noCount++;
   System.out.println("NO WAS RECORDED");
} else {
   System.out.println("INVALID");
}

The code starts by waiting for the user to input a character. If the character is 'y' or 'Y', yesCount is incremented and a message is printed out. Similarly, if the character is 'n' or 'N', noCount is incremented and a corresponding message is issued. If the input is neither of these, the input is deemed invalid and an "INVALID" message is printed. This process helps in maintaining a count and total of the 'yes' and 'no' responses.

Given an int variable n that has been initialized to a positive value and, in addition, int variables k and total that have already been declared, use a for loop to compute the sum of the cubes of the first n whole numbers, and store this value in total. Thus if n equals 4, your code should put 1*1*1 + 2*2*2 + 3*3*3 + 4*4*4 into total. Use no variables other than n, k, and total.

Answers

Explanation & answer:

We do not know which language you are using, so a pseudocode will be given, it will be similar to java or C/C++.  For other languages, you can adapt to the syntax of the target language.

int n=5;

//

total = 0  // initialize  variable to store total value, already declaired.

// k will be used as a dummy variable, already declared

for (k=1; k<=n; k++){

   total+=k*k*k;  // k*k*k works for almost all languages.  adapt as needed

   }

print(n, total)

A(n) ____________ for a computer program is a set of steps that explains how to begin with known information specified in a problem statement and how to manipulate that information to arrive at a solution.​

Answers

Answer:

​algorithm

Explanation:

A(n) ​algorithm for a computer program is a set of steps that explains how to begin with known information specified in a problem statement and how to manipulate that information to arrive at a solution.​

A(n) algorithm is a collection of instructions for a computer program that describes how to start with information. That is already known and is defined in a problem statement, and how to use that knowledge to modify it in order to find a solution. ​

What algorithm information specified in an issue statement?

A set of instructions called an algorithm is what a computer must follow in order to conduct calculations or other problem-solving tasks. A formal definition of an algorithm is that it is a finite set of instructions that are followed in a particular order to complete a specified goal.

Algorithms include maths equations and recipes. Algorithms are used in programming. Algorithms power the internet, which is how all online searching is done.

Therefore, an (algorithm )  for a computer program is a set of steps that explains how to begin with known information specified in an issue statement and how to manipulate that information to arrive at a solution.​

Learn more about algorithm here:

https://brainly.com/question/22984934

#SPJ5

Other Questions
What are excess reserves? Where is the greatest amount of the worlds carbon found?atmosphereseafloor sedimentsoceanplants and animals NEED HELP ASAP PLEASE Explain how stage directions add to the readers understanding of the characters in this excerpt. Be sure to use details from the text to support ! Stan's Market recorded the following events involving a recent purchase of merchandise: Received goods for $20,000, terms 2/10, n/30. Returned $400 of the shipment for credit. Paid $100 freight on the shipment. Paid the invoice within the discount period. As a result of these events, the company's merchandise inventory Question 33 options: 1) increased by $19,306. 2) increased by $19,700. 3) increased by $19,308. 4) increased by $19,208. When a 33.8-g sample of an unknown compound is dissolved in 500. g of benzene, the freezing point of the resulting solution is 3.77C. The freezing point of pure benzene is 5.48C, and Kf for benzene is 5.12C/m. Calculate the molar mass of the unknown compound. How would these two problems be solved? I'm very rusty. Read the following speech excerpt and then select the correct answer to the question below: President George W. Bushs speech to the troops on the USS Abraham Lincoln Our mission continues. Al-Qaida is wounded, not destroyed. The scattered cells of the terrorist network still operate in many nations, and we know from daily intelligence that they continue to plot against free people. The proliferation of deadly weapons remains a serious danger. The enemies of freedom are not idle, and neither are we. Our government has taken unprecedented measures to defend the homeland and we will continue to hunt down the enemy before he can strike. The war on terror is not over, yet it is not endless. We do not know the day of final victory, but we have seen the turning of the tide. No act of the terrorists will change our purpose, or weaken our resolve, or alter their fate. Their cause is lost. Free nations will press on to victory. Other nations in history have fought in foreign lands and remained to occupy and exploit. Americans, following a battle, want nothing more than to return home. And that is your direction tonight. After service in the Afghan and Iraqi theaters of war after 100,000 miles, on the longest carrier deployment in recent history you are homeward bound. Some of you will see new family members for the first time 150 babies were born while their fathers were on the Lincoln. Your families are proud of you, and your nation will welcome you.How is the third paragraph different from the first two?A.) It no longer sounds authoritative or informed about the situation.B.) It broadens its view to consider the service people around the world.C.) It gets more specific by talking about the service people on the USS Lincoln.D.) It comes across as unfeeling and insensitive to the people who have suffered. Drag the correct steps into order to evaluate 27 t 3 for t = 6. A turntable rotates counterclockwise at 76 rpm . A speck of dust on the turntable is at 0.45 rad at t=0. What is the angle of the speck at t = 8.0 s ? Your answer should be between 0 and 2 rad. Consider the reaction N2O4(g)2NO2(g) where N2O4 is colorless and NO2 is brown. At a temperature of 5C, the reaction is colorless at equilibrium. This indicates that the equilibrium constant for this reaction at this temperature is View Available Hint(s) Consider the reaction where is colorless and is brown. At a temperature of 5, the reaction is colorless at equilibrium. This indicates that the equilibrium constant for this reaction at this temperature is zero, because equilibrium can only be obtained at A.room temperature. B.large. C.negative. D.small (< 1). Where/what is the arrector pili muscle? Is it under voluntary control? Dinosaur fossils are too old to be reliably dated using carbon-14, which has a half-life of about 5730 years. Suppose we had a 68 million year old dinosaur fossil. How much of the living dinosaur's 14C would be remaining today? (Round your answer to five decimal places.) Factor completely 5x2 50x + 120. Select one:a. 5(x 3)(x 8)b. (5x 15)(x 8)c. (x 4)(5x 30)d. 5(x 4)(x 6)Question 2Factor completely 64x2 1Select one:a. (8x 1)(8x 1)b. (8x 1)(8x + 1)c. (1 8x)(1 8x)d. (1 8x)(1 + 8x) Select the five grammatical structures in which nominative case pronouns should be used At Harry's discount hardware everything is sold for 20 percent less than the price marked. If Harry buys tool kits for $80,what price should he mark them if he wants to make a 20percent profit on his cost? In literature, what is a subject?A.an idea about the workB.a perspective on the workC.a topic of the particular workD. a statement about the work Science tries to document the factual character of the natural world, and to develop theories that coordinate and explain those facts. Religion, on the other hand, operates in the equally important, but utterly different, realm of human purposes, meanings, and values. This theory is described by Stephan Jay Goud in his book "Rock of ages" (True/False) _____ track progress in meeting an organizations objectives and help managers determine if a specific objective is being achieved. Select one: a. Goals b. Taglines c. Headlines d. Results find the value of solid figure not including hole cutout. Round to two decimal places. Cube figure is 12 feet long with 4 ft cutout. THANK YOU!!