a computer program consists of two blocks written independently by two different pro- grammers. the first block has an error with probability 0.2. the second block has an error with probability 0.3. if the program returns an error, what is the probability that there is an error in both blocks?

Answers

Answer 1

Using the probability of independent events, it is found that there is a 0.06 = 6% probability that there is an error in both blocks.

What is probability?Mathematical representations of the likelihood of an event occurring or of a proposition being true are dealt with in the area of probability.The probability of an event is a number between 0 and 1, where 1 denotes certainty and 0 normally denotes impossibility.Gonna determine how likely something is to occur, use probability. Many things are hard to predict with 100% certainty.We can only forecast how likely an event is to occur using it, or how likely it is to occur.P (E) = Number of positive results and The formula for determining an event's probability uses the total number of possible outcomes. Probability is hence the possibility that a random occurrence will take place.

If two occasions, A and B, are separated, the probability of both happening is the expansion of the probability of each ensuing, that is:

P(A ∩B)= P(A)P(B)

In this problem, the possibilities are:

Event A: Error on the first block, with 0.2 probability, hence

P(A)=0.2

Event B: Error on the second block, with 0.3 probability, hence

P(B)=0.3

The probability that there is an error in both blocks is:

P(A ∩B)= P(A)P(B)= 0.2(0.3)=0.06

0.06 = 6% probability that there is an error in both blocks.

To learn more about probability, refer to:

https://brainly.com/question/24756209

#SPJ4


Related Questions

2) What is application?​

Answers

Answer:

the software which is used to slove specific task is called application software

In technology terms, an application is a computer-generated program that carries out tasks.

What’s the difference between an aptitude and an interest

Answers

Answer: Aptitude refers to an individual's potential for acquiring some specific skills. Aptitude tests are used to predict what an individual will be able to do if given proper environment and training. Interest is an individual's preference for engaging in one or more specific activities relative to others.

Skyler needs to print mailing labels for a fundraising campaign her company is hosting. which type of software should she use?

Answers

Since Skyler needs to print mailing labels for a fundraising campaign her company is hosting, the type of software that she need to use is Word Processing software.

What is word processing software and examples?

The term Word Processing is known to be a term that connote the act or process why which on make use of the computer to make , edit, save as well as print documents.

Note that In order to carry out word processing, one need to make use of a specialized software (called the  Word Processor).

Therefore, based on the above, Since Skyler needs to print mailing labels for a fundraising campaign her company is hosting, the type of software that she need to use is Word Processing software.

Learn more about Word Processing software from

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

What are the advantages and disadvantages of using a CSS framework

Answers

CSS issues can cause ambiguity due to the numerous CSS levels. Novices are highly susceptible to this issue, but the benefits of using it include better control over the layout of a web page. Reduced file size means less bandwidth, which means faster loading time, and so on.

What is CSS?

Cascading Style Sheets is a sheet language applied for trying to describe that is used to describe the appearance of a document written in a markup language like HTML or XML.

CSS, like HTML and JavaScript, is a foundational technology of the World Wide Web.

Due to the obvious numerous CSS levels, CSS problems can lead to ambiguity. Although novices are more vulnerable to this issue, the benefits of using it include complete leverage over the configuration of a web page.

Less bandwidth means less file size, which means faster loading time, and so on.

Thus, these are some pros and cons of using CSS.

For more details regarding CSS, visit:

https://brainly.com/question/27873531

#SPJ1

Write a function create_password() expects two parameters: pet_name (a string) and fav_number (an integer). The function returns a new password generated using the following pattern:

Answers

Answer:

Explanation:a

A type of message that is used when sending a message from one computer to another computer is called a?

Answers

Answer:

The answers is Email.....

menu. pin onenote to the taskbar. unpin microsoft edge from the taskbar. use settings to view detailed system information. answer the first three questions. use settings to set the display resolution to 1600 x 900. set the screen saver to blank and specify that it activate after 15 minutes of inactivity. use computer management to determine which users have been created for this system. answer the last question. on the desktop, create a shortcut to the event viewer.

Answers

Use the Windows 10 Interface and Change Display Settings. A taskbar is a component of a graphical user interface that serves a number of functions.

What is a taskbar in Microsoft?A taskbar is a component of a graphical user interface that serves a number of functions. Typically, it displays a list of the active programs. The taskbar's arrangement and specific appearance vary depending on the operating system, although it typically takes the shape of a strip that runs along one side of the screen. At the bottom of the screen, an operating system component called the taskbar can be found. It enables you to search for and open programs using Start and the Start menu, as well as view any open programs. he taskbar is typically located at the bottom of the desktop, but you can alternatively shift it to either the side or the top.

To learn more about taskbar, refer to:

https://brainly.com/question/1360051

#SPJ4

Could someone please tell me what I did wrong here? Thank you!!I’ll give Brainliest

Answers

The code looks fine I think it’s the number that’s being inputed is what is causing the value error, I’m unfamiliar with this ide are you typing in the number yourself?

Write the definition of a class swimmingpool, to implement the properties of a swimming pool. Your class should have the instance variables to store the length (in feet), width (in feet), depth (in feet), the rate (in gallons per minute) at which the water is filling the pool, and the rate (in gallons per minute) at which the water is draining from the pool

Answers

A C++ swimming class implementing the properties of a swimming pool.

The rates are stored as double since they are a fraction of gallons per minute, and we can easily end up with a decimal number.

#include <iostream>

using namespace std;

class swimmingPool

{

public:

   int poolCapacity();

   swimmingPool();

   swimmingPool(int x, int y, int z, int rateFill, int rateDrain);

private:

   int length;

   int width;

   int depth;

   int rateToFill;

   int rateToDrain;

};

swimmingPool::swimmingPool()

{

   length = 0;

   width = 0;

   depth = 0;

   rateToFill = 0;

   rateToDrain = 0;

}

swimmingPool::swimmingPool(int l, int w, int d, double rateFill, double rateDrain)

{

   length = x;

   width = y;

   depth = z;

   rateToFill = rateFill;

   rateToDrain = rateDrain;

   return 0;

}

 

The variable type, such as int for integer, char for characters, double for decimal numbers, etc., is written first when declaring a variable. This is followed by the name the programmer chooses for the variable, which cannot be a keyword or a reserved word.

Learn more on instantiating variables here: https://brainly.com/question/14472810#

#SPJ4

Task 2: Designing a Layout for a Website

Answers

Answer:

follow these steps Steps to Create Perfect Web Page Design Layout

1. Pen to paper ...

2. Add a grid to Photoshop and select your typography ...

3. Colors and layout ...

4. Think different ...

5. Focus on the details ...

Explanation:

Which network device/component acts as a concentrator, centralizing all network connections for a segment to a single device?

Answers

A hub is a network device or component acts as a concentrator, centralizing all network connections for a segment to single device.

What is Hub?

A hub, also known as a network hub, is a point of connection that several devices utilize to connect to a network. For all the devices connected through a hub, it serves as a centralized connection.

There are many ports on the hub. Due to a packet being replicated to the other ports, if a packet reaches one port, it may see by all network segments. A network hub broadcasts all network data across all connections and does not have routeing tables or intelligence (unlike a network switch or router).

There are several types of hub available :

Passive HubActive HubIntelligent Hub

Hence, a hub is the device that acts as a concentrator, to centralize all network connection for a segment to a single device.

To get more information about Hub :

https://brainly.com/question/7960322

#SPJ1

assume that the variables gpa, deanslist and studentname, have been declared and initialized. write a statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java

Answers

A statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java and assuming that the variables gpa, deanslist and studentname, have been declared and initialized is given below:

if (gpa > 3.5) {

deansList += 1;

System.out.print(studentName); }

What is a Program?

This refers to the sequence of steps that is used to issue commands to a system to execute tasks.

Hence, we can see that A statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java and assuming that the variables gpa, deanslist and studentname, have been declared and initialized is given below:

if (gpa > 3.5) {

deansList += 1;

System.out.print(studentName); }

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Which option would provide the most accurate ethnographic history of a refugee's experiences?
A) The official government account given to the news media
B A political scientist's published observations
C An audio recording of that refugee telling her story

Answers

Answer:

I thinks it b

Explanation:

Or a it can't be c because I doesn't make sense

An audio recording of that refugee telling her story. The correct option is C.

Thus, The most authentic ethnographic history of a refugee's experiences would likely come from an audio recording of the refugee describing her story.

Ethnography is a type of research that involves in-depth participation in the community or culture being researched as well as close observation. Researchers can learn a great deal about the ideas, feelings, and individual experiences of refugees by listening to their first-person accounts of their journey and displacement.

The refugee can tell their tale in their own words on an audio recording, keeping their own viewpoint and cultural background. Intricacies, feelings, and details that would be missed in other types of documentation can be captured with this technique.

Thus, An audio recording of that refugee telling her story. The correct option is C.

Learn more about Audio recording, refer to the link:

https://brainly.com/question/32433391

#SPJ7

define computer ethics​

Answers

Answer:

Computer ethics deals with the procedures, values and practices that govern the process of consuming computing technology and its related disciplines without damaging or violating the moral values and beliefs of any individual, organization or entity.

Computer ethics is a concept in ethics that addresses the ethical issues and constraints that arise from the use of computers, and how they can be mitigated or prevented.

Computer ethics primarily enforces the ethical implementation and use of computing resources. It includes methods and procedures to avoid infringing copyrights, trademarks and the unauthorized distribution of digital content. Computer ethics also entails the behavior and approach of a human operator, workplace ethics and compliance with the ethical standards that surround computer use.

The core issues surrounding computer ethics are based on the scenarios arising from the use of the Internet, such as Internet privacy, the publication of copyrighted content and user interaction with websites, software and related services.

how are the networks classified based on the geographical area which covers?

Answers

The ways that networks classified based on the geographical area which it covers are:

LAN(Local Area Network). MAN(Metropolitan Area Network).WAN(Wide Area Network).What is Local Area Network Definition In a computer?

The term LAN (Local Area Network) is known to be a kind of group of devices that are said to be connected to one another in a single physical location, such as a building, office, or home, is known as a local area network (LAN).

Note that  the  LAN can range in size from a tiny home network with one user to a large enterprise network with hundreds of users.

Therefore, The ways that networks classified based on the geographical area which it covers are:

LAN(Local Area Network). MAN(Metropolitan Area Network).WAN(Wide Area Network).

Learn more about LAN(Local Area Network) from

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

Write down the output of the given program. Show with dry run in table.

DECLARE SUB SHOW (A)
CLS
N= 87
CALL SHOW (N)
END
SUB SHOW (A)
DO
B = A MOD6 + 3
IF B MOD 4 = 0 THEN GOTO AA
PRINT B;
AA:
A=A-10
LOOP WHILE A>=50
END SUB​

Answers

Based on the given input: the dry run in table is given below:

DECLARE SUB SHOW (A)

CLS

N= 87

CALL SHOW (N)

END

SUB SHOW (A)

DO

B = A MOD6 + 3

IF B MOD 4 = 0 THEN GOTO AA

PRINT B;

AA:

A=A-10

LOOP WHILE A>=50

END SUB​

Dry Run: N=87

A= 87

B= A MOD 6 + 3 B MOD 4=0? PRINT B; A=A-10 A>=50?

B=87 MOD 6 + 3

=3+3=6 6 MOD 4 =0? (NO) 6 A=87-10=77 77>=50? Y

B=77 MOD 6 + 3

=5+3=8 8 MOD 4=0? YES – A=77-10=67 67>=50? Y

B=67 MOD 6

=1+3=4 4 MOD 4=0? YES – A=67-10=57 57>=50? Y

B=57 MOD 6

= 3+3=6 6 MOD 4=0? NO 6 A=57-10=47 47>=50? NO

Read more about qbasic here:

https://brainly.com/question/20727977

#SPJ1

simple calculator code in c++

Answers

Answer:

# include <iostream>

using namespace std;

int main() {

 char op;

 float num1, num2;

 cout << "Enter operator: +, -, *, /: ";

 cin >> op;

 cout << "Enter two operands: ";

 cin >> num1 >> num2;

 switch(op) {

   case '+':

     cout << num1 << " + " << num2 << " = " << num1 + num2;

     break;

   case '-':

     cout << num1 << " - " << num2 << " = " << num1 - num2;

     break;

   case '*':

     cout << num1 << " * " << num2 << " = " << num1 * num2;

     break;

   case '/':

     cout << num1 << " / " << num2 << " = " << num1 / num2;

     break;

   default:

     // If the operator is other than +, -, * or /, error message is shown

     cout << "Error! operator is not correct";

     break;

 }

 return 0;

}

Explanation:

please mark me as brainliest

According to the video case discussing economic opportunities to make money with ar, vr, and 360 video content, what is the major difference between virtual reality and 360 video?.

Answers

Answer:

By 2030, VR and AR might add up to $1.5 trillion to the global GDP. By 2030, the global economy might benefit from VR and AR to the tune of $1.5 trillion. The main outcome of the PwC economists' economic impact analysis for this study is that.

Explanation:

Hope this helps

Michelle is the assistant editor for a city newspaper. The pathway of Art, AV technology, and communication cluster that Michelle’s career falls into is:

A. AV Technology and Film.
B. Printing Technology.
C. Journalism and Broadcasting.
D. Telecommunications.

Answers

The pathway of Art, AV technology, and communication cluster that Michelle’s career falls into is option C. Journalism and Broadcasting.

What does the terms "journalism" and "broadcast media" mean?

The discipline of journalism known as broadcasting covers news and journals that are distributed electronically rather than using more traditional means like printed newspapers and posters.

It functions on television, radio, and the Internet as well as on cable, the air, and online.

Therefore, based on the above,  The pathway of Art, AV technology, and communication cluster that Michelle’s career falls into is option C. Journalism and Broadcasting.

Learn more about Journalism  from

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

Answer:

C Journalism and Boardcasting

Explanation:

The gave an idea when they said shes an assistant editor for the newspaper. Newpapers have to be written most of the times unless needed to be to the world on time.

hope that helped !

If word count for every term doubles in one document (assume that this change does not affect the collection language model):______.

Answers

If the word count for every term doubles in one document (assume that this change does not affect the collection language model) remains the same if using Jelinek-Mercer smoothing. Thus, option A is correct.

What is a language model?

The language model is really the process of calculating the likelihood that a specific combination of keywords will appear in a paragraph using several mathematical and statistical methodologies.

If utilizing Jelinek-Mercer flattening, the result is identical even if the syllable count for each term increases in a single document, assuming that such an increase has no impact on the collected language model.

Therefore, option A is the correct option.

Learn more about language model, here:

https://brainly.com/question/13617243

#SPJ1

The question is incomplete, the complete question will be:

If word count for every term doubles in one document:

p(w|d) remains the same if using Jelinek-Mercer smoothing

if not using any smoothing, query likelihood would change for some queries

p(w|d) remains the same if using Dirichlet-prior smoothing

What is Cloud Storage? I need a short definition.​

Answers

a computing model that stores data on the internet through a cloud computing provider who handles data storage as a service.

when this program is executed if the user types 10 on the keyboard what will be displayed on the screen as a result of executing line 5?

Answers

When this program is executed, it will print 30. The correct option is A.

What is coding in python?

Python is a computer programming language that is frequently used to create websites and software, automate tasks, and analyze data.

Python is an interpreted, high-level computer program. Its design philosophy prioritizes code readability by employing significant indentation. Python is garbage-collected as well as interactively keyed.

The given program indicates:

num1 = int(input())

num2 = 10 + num1 * 2

print(num2)

num1 = 20

print(num1)

Here, the expression, num2 = 10 + num1 * 2 will be 30, which will be executed on the screen.

Thus, the correct option is A.

For more details regarding python, visit:

https://brainly.com/question/13437928

#SPJ1

Your question seems incomplete, the missing options are:

A. 30

B. 40

C. 10 + 10 * 2

D. 10 + num1 * 2

note: this is a multi-part question. once an answer is submitted, you will be unable to return to this part. consider the following propositions: l: the file system is locked. q: new messages will be queued. n: the system is functioning normally. b: new messages will be sent to the message buffer. the goal of this exercise is to determine whether the following system specifications are consistent: if the file system is not locked, then new messages will be queued. if the file system is not locked, then the system is functioning normally, and conversely. if new messages are not queued, then they will be sent to the message buffer. if the file system is not locked, then new messages will be sent to the message buffer. new messages will not be sent to the message buffer. are the given system specifications consistent?

Answers

If the variables are given truth values, the system is consistent. The message buffer won't receive any new messages.

What are system specifications consistent?Constant system specifications. If it is possible to give the proposition variables truth values that make each proposition true, then the proposition list is consistent. Users are unable to access the file system whenever the system software is upgraded. Users can save new files if they have access to the file system. Users are unable to save new files if the operating system is not being updated. Only if the router supports the new address space can it deliver packets to the edge system. Installing the most recent software release is required for the router to support the new address space. If the most recent software release is installed, the router can send packets to the edge system.

To learn more about Constant system specifications,  refer to:

https://brainly.com/question/18163781

#SPJ4

select the entire absolute phrase in the sentence. to interact with this question use tab to move through the text tokens. use space or enter to select or deselect the relevant tokens

Answers

Some examples of an absolute phrase is given below:

Weather permitting we shall meet in the evening.God willing we shall meet again.The weather being fine, we went out for a picnic.The sun having risen, we set out on our journey.It being a stormy day, we stayed inside the house.

This is because your question is incomplete as you did not include a sentence where we would have to find the absolute phrase and thus I gave you a general overview which contains some examples of an absolute phrase

What is an Absolute Phrase?

This refers to the type of phrase that contains a noun or pronoun with a participial phrase and modifies the whole sentence, unlike a participial phrase.

Hence, we can see that some examples of an absolute phrase is given below:

Weather permitting we shall meet in the evening.God willing we shall meet again.The weather being fine, we went out for a picnic.The sun having risen, we set out on our journey.It being a stormy day, we stayed inside the house.

This is because your question is incomplete as you did not include a sentence where we would have to find the absolute phrase and thus I gave you a general overview which contains some examples of an absolute phrase

Read more about absolute phrase here:

https://brainly.com/question/2182726

#SPJ1

Answer: She published her first short story, “John Redding Goes to Sea,” in the Howard University campus literary society’s magazine Stylus.

She published her first short story, John Redding Goes to Sea, in the Howard University campus literary society's magazine Stylus.

Explanation: If your looking for the answers on the quiz this is it :)

chegg check your understanding while inputting data, you mistakenly enter a wrong value and want to start over to enter the correct value. pressing clears the display and allows you to immediately begin typing the right value. you are starting a new tvm problem, but there are values in the worksheet left over from a previous problem. to clear unnecessary data, you should press

Answers

Based on the given scenario, if you are starting a new tvm problem, but there are values in the worksheet left over from a previous problem. to clear unnecessary data, you should press "clean" excess cell formatting tool"

This is because when using Excel or other similar spreadsheets, you are using data values to make mathematical computations and manipulations of data to get answers, thus, in order to clear values that are left from using a formula or in a previous problem, the "clean" excess cell formatting tool" should be used.

What is a Spreadsheet?

This refers to the computer application that is used to manipulate and compute data and store them for easy retrieval.

Hence, we can see that Based on the given scenario, if you are starting a new tvm problem, but there are values in the worksheet left over from a previous problem. to clear unnecessary data, you should press "clean" excess cell formatting tool"

This is because when using Excel or other similar spreadsheets, you are using data values to make mathematical computations and manipulations of data to get answers, thus, in order to clear values that are left from using a formula or in a previous problem, the "clean" excess cell formatting tool" should be used.

Read more about spreadsheets here:

https://brainly.com/question/4965119

#SPJ1

A data warehouse is a __________ collection of data, gathered from many different __________ databases, that supports business analysis activities and decision-making tasks.

Answers

A data warehouse is a logical collection of data, gathered from many different operational databases, that supports business analysis activities and decision-making tasks.

A data warehouse is a place where a company or other entity stores information electronically in a secure manner. It uses logical data models that are employed to depict data entities, properties, keys, and relationships.

In a data warehouse, data is routinely modified and imported from a variety of transactional systems, relational databases, and other sources.

Learn more about data warehouse here

https://brainly.com/question/28427878#

#SPJ4

If you were to design a website, would you use a CSS framework? Why or why not?

Answers

My response is Yes, If I were to design a website, would you use a CSS framework because its helps me to the the work fast and better.

Should I employ a CSS framework?

Websites may easily be made to run with different browsers and browser versions thanks to CSS frameworks. This lessens the possibility that errors will surface during cross-browser testing.

Utilizing these frameworks is one that tends to make quicker and more convenient web development due to the fact that they come with ready-to-use stylesheets.

Therefore, based on the above, My response is Yes, If I were to design a website, would you use a CSS framework because its helps me to the the work fast and better.

Learn more about CSS from

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

What hardware devices would typically be represented by block device files in the /dev directory?

Answers

The hardware devices would typically be represented by block device files in the /dev directory is floppy drive/PATA hard disk drive/SCSI/SATA hard disk drive.

What is dev directory?

The /dev/ directory contains files that represent devices connected to the local system. These are not regular files that a user can read and write to; instead, they are known as device files or special files.

The /dev directory contains files that represent devices attached to the system, such as serial ports and pseudodevices like a random number generator.

Floppy drives/PATA hard disk drives/SCSI/SATA hard disk drives are typically represented by block device files in the /dev directory.

Thus, this can be represented by block device files in the /dev directory.

For more details regarding directory, visit:

https://brainly.com/question/7007432

#SPJ1

Which adapter would a technician install in a desktop computer to enable a video signal to be recorded from a video recorder to the computer hard drive?.

Answers

Video Capture Card is the adapter that a technician would install in a desktop computer to enable a video signal to be recorded from a video recorder to the computer's hard drive.

A video capture card helps in streaming as well as making videos from a different source. A video recorder is used to enable a video signal so that the videos recorded can be viewed on the computer's hard drive. Hence, the correct option is a video capture card. An analog signal is changed into a digital one using the video capture card.

Other options such as a video adapter is not correct because a video adapter does not get installed, rather is a discrete card in which videos are stored and can be viewed on the computer once it is connected to a computer.

Although a part of your question is missing, you might be referring to this question:

Which adapter would a technician install in a desktop computer to enable a video signal to be recorded from a video recorder to the computer's hard drive?

network interface card

video capture card

video adapter

TV tuner card

To learn more about video, click here:

https://brainly.com/question/26281658

#SPJ4

assume that a variable hoursworked has been assigned an integer. write a statement that assigns the value true to the variable workedovertime if hoursworked is greater than 40 and false otherwise.

Answers

The statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is as follows:

If hoursworked > 40; the workedovertime = true; else false.

What is an Integer?

An integer may be defined as a whole number that can be positive, negative, or zero but it does not include any sort of fractional number. Some examples of integers are -7, 0, 4, 9, etc.

In another form, the statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is also written as follows:

workedovertime = hoursworked > 40.

Therefore, the statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is appropriately mentioned above.

To learn more about Integers, refer to the link:

https://brainly.com/question/17695139

#SPJ1

Other Questions
Intestinal crypts ________. Solve for x -7>13-5r Enter your answer as an inequality in the box. What are the advantages of the confederacy 3. Simplify the expression 36+639.4. Find the product. (-3) (-8) (-7) (-19) =5. Multiply. 4.264 x 3.00273 =Please explain how you did it i need this like right now every day, when ronnie comes home from work, he opens his garage door and pulls his car into the garage. his dog, sparky, hears the noise of the garage door opening and the car entering the garage before ronnie comes through the garage door. now, when sparky hears the garage door open, sparky runs to the garage door to greet ronnie. this is an example of the deliberate manipulation of organisms by transferring genetic material from one organism to another, a type of genetic engineering, is known asdna technology. The nurse assess a client's surgical incision for signs of infection. which finding by the nurse would be interpreted as a normal finding at the surgical site? Precious and Jia are members of different debate clubs. Precious's debate club costs $39.16 each year and $7.65 per visit. Jia's debate club costs $55.69 each year and $7.08 per visit. Last year they both spent the same amount of money on their debate clubs AND visited the same number of times. How many times did they visit their club? Hampton ate 7 slices of fruit at lunch. after dinner, he ate some more, he ate a total of 15 pieces of fruit. PLEASE HELP WILL GIVE BRAINLIEST AND 50 POINTS Help please! what is dominate narrative A(n) ____ model represents a global view of the database as viewed by the entire organization. Write your own word problem and share it with the group. then translate your problem into its resulting math equation. what steps would you then follow to solve for the variable? write your own word problem that involves a multistep linear equation. then translate your problem into its resulting math equation. what steps would you then follow to solve for the variable? be sure to list your steps in the correct order. think of a situation when someone would need to make a measurement with extreme precision. describe the setting, why the measurement must be so precise, and some of the consequences that might occur if it were not precise. 16=3(7y+14)-21y solve for y then solve for x x=7y+14 A sign at a store reads, 4 shirts for &52.50. Whats the unit rate? please help me with just the one in the middle 4/5a - 8 = a + 2, my math teacher doesn't teach, so i don't know this stuff works (: What is the minimum level of certification required for an individual directing explosive operations? Lloyd bought two pumpkins. On a coordinate grid, he plotted each pumpkins weight (x), in ounces, and price (y), in dollars. He then drew a straight line that passed through both points and the origin. The line he drew also passed through the point (1, n) for some number n. What does the number n represent? why is utilitarianism an objectivist or relativist theory? utilitarianism is relative because the good is proportionate to the individuals intention. utilitarianism is objectivist because all people should consider their own happiness first. utilitarianism is relative because what is best for the individual may differ from societal norms. utilitarianism is objectivist because although people might act in different ways, they all have one goal: to maximize utility.