A company has three (3) components in a system and requires all three to be operational for 24 hours, Monday to Friday. Failure of component 1 occurs as follows: Monday = No failure. Tuesday = 5 a.m. to 7 a.m. Wednesday = No failure. Thursday = 4 p.m. to 8 p.m. Friday = 8 a.m. to 11 a.m. Directions: Using the scenario above, respond to the items below. Calculate the MTBF (Mean Time Between Failures) and MTTR of component 1. Show your steps of how you calculated the MTBF. Steps: MTBF = Total Uptime / Number Failures Total Uptime = (Number of Days Required Operational x Hours per Day Available) - Number of Hours Not Available MTTR = Total Downtime / Number of Failures What does the MTBF measurement tell you about the goal of having 99.999% uptime or Information Availability on system components?

Answers

Answer 1

Answer:

Following are the code to this question:

#include<stdio.h>//defining header file

//using namespace std;

int main()//defining main method

{

float MTBF, MTTR, Total_up;//defining float variable

Total_up = (4 * 24) - 9;//defining Total_up variable that calculate Total uptime value

MTBF = Total_up / 3.0;//defining MTBF variable that calculate its value

MTTR = 9 / 3;//defining MTTR that calculate its value

printf("\n The total value of MTBF: %f",MTBF);//print value with message

printf(" \n The total value of MTTR: %f ",MTTR);//print value with message

return 0;

}

Output:

The total value of MTBF: 29.000000  

The total value of MTTR: 3.000000  

Explanation:

In the above-given code, three float variable "MTBF, MTTR, and Total_up" is defined, in the next step the "Total_up" variable is defined, that holds a value to calculate its value.

In the next step, the "MTBF, and MTTR" variable is defined, and in the "MTBF" variable, it uses Total_up variable value to calculate its value and use the print method to print the "MTBF and MTTR" value.


Related Questions

Design a pda (pushdown automata) of the following:
a^n b^n c^m d^4m

Answers

Answer:

Explanation:

Here is the design of a Pushdown Automaton (PDA) for the language L = {a^n b^n c^m d^4m}:

1. The PDA has a stack to store symbols.

2. The initial state is q0 and the initial stack symbol is Z0.

3. The transitions are defined as follows:

- Transition from q0:

 - Read 'a' from the input, push 'A' to the stack, and remain in q0.

 - Read 'b' from the input, pop 'A' from the stack, and transition to q1.

 - Read 'c' from the input, push 'C' to the stack, and transition to q2.

 - Read 'd' from the input, push 'D' to the stack, and transition to q3.

- Transition from q1:

 - Read 'b' from the input, pop 'A' from the stack, and remain in q1.

 - Read 'c' from the input, push 'C' to the stack, and transition to q2.

 - Read 'd' from the input, push 'D' to the stack, and transition to q3.

- Transition from q2:

 - Read 'c' from the input, push 'C' to the stack, and remain in q2.

 - Read 'd' from the input, pop 'C' from the stack, and transition to q2.

 - Read 'd' from the input, pop 'D' from the stack, and transition to q2.

 - Read end of input, pop 'Z0' from the stack, and transition to q4 (final state).

- Transition from q3:

 - Read 'd' from the input, push 'D' to the stack, and remain in q3.

 - Read end of input, pop 'Z0' from the stack, and transition to q4 (final state).

4. The PDA accepts the input string if it reaches the final state q4 with an empty stack.

Note: This PDA design assumes that n and m are positive integers. If n or m can be zero, some modifications to the transitions may be needed to handle those cases.

Write a program to display the s
tandard/deviation of 100 sets of numbers already stored in an array​

Answers

import random

import statistics

number = [1, 2, 3, 4, 5]

print("Standart deviation is: ", statistics.stdev(number))

Please edit the array before compiling the code.

In this assignment, you will need to design a complete Black-Box testing plan for the following program. A computer science student has to travel from home to ODU every day for class. After showing up to class late too many times due to traffic, the student made a program to tell him when he should leave the house. The time given depends on the class time and the day of the week.

He came up with a few rules to make sure he gets to class on time.
The normal drive time for this student is 30 minutes without traffic. He then gives himself 5 minutes to walk across campus to class from the parking lot.
However, if he leaves home during the worst morning rush hour, from 6 AM - 7 AM on a weekday, he needs to add 20 minutes to his commute to account for traffic. If he leaves home during the regular morning rush hour, from 7 AM - 8 AM on a weekday, he needs to add 10 minutes to his commute to account for traffic.
Mondays have the worst morning traffic, and he should instead add 30 minutes for 6 AM-7AM and 20 minutes for 7 AM – 8 AM.
On Saturdays and Sundays the student needs to take a different route due to road construction. This adds 6 minutes of travel time.
If he leaves during the afternoon rush hour on a weekday, traffic from 4-6PM should add 15 minutes of travel time. Traffic in the afternoon is worst on Thursdays, and should instead add 20 minutes of travel time.
If the class is between 9:30 AM and 11 AM he needs to arrive 10 minutes earlier for walking time because the closest parking lots are all full.
The program will read data from the screen in the following format:

Day_of_the_week hours:minutes AM/PM
e.g.
Tuesday 12:45 AM
Sunday 01:52 PM
If the input is not in the correct format the program will prompt the user again for the input. The program is not case sensitive. The hours and minutes can be a single digit or two digits, but the minutes must be 2 digits.

Answers

Answer: sorry i need points to ask a question hope u understand...

Explanation:

essay regarding a magic cell phone that turns into robot

Answers

It should be noted that when writing an essay, it's important to effectively present the information to the readers.

Writing an essay.When writing the essay, the following steps are required:Create an essay outline.It's important to also develop a thesis statement.Introduce the topic.Then, write the body of the message The conclusion should be presented.

It should be noted that when writing the essay, it's also important to integrate the evidence clearly and ensure that the grammar used is correct.

Learn more about essays on:

https://brainly.com/question/25607827

Discuss at least 1 Miscrosoft Windows security features that could protect data.

Answers

Answer:

Virus & threat protection.

Explanation:

Monitor threats to your device, run scans, and get updates to help detect the latest threats.

Answer:

User account control.

Explanation:

prevents malware damage. Helps organizations deploy a better-managed desktop.

Zoe wants to use an image file that will allow her to preserve all of the original
information. What file format should she use?
doc files
JPEGs
RAW files
MP3s

Answers

Since Zoe wants to use an image file that will allow her to preserve all of the original information. the file format should she use is known to be RAW files.

What are RAW files?

A RAW file is known to be a term that is used for files that are uncompressed or those that are unprocessed image data taken by a digital camera or scanner's sensors.

Therefore, Since Zoe wants to use an image file that will allow her to preserve all of the original information. the file format should she use is known to be RAW files.

Learn more about RAW files from

https://brainly.com/question/27139052

#SPJ1

Answer:

Explanation:

I took the test

Zoe wants to use an image file that will allow her to preserve all of the originalinformation. What file

What kind of internal factors influence the process of business enterprise

Answers

Answer:

The three main internal factors are:

Human resources

Finance

Current or modern technology

Explanation:

Financial resources like funding, investment opportunities, and sources of income.

Physical resources like the company's location, equipment, and facilities.

Human resources like employees, target audiences, and volunteers.

in terms of technology what is software defined as ?

Answers

Answer:

the ability to control some or all of the functions of a system using software.

Explanation:

I'm Not Sure How To Explain But The Answer Is Verified. ✔️

Answer:

Is a computer’s applications and programs.

Explanation:

Basic definition

Kathleen has written this paragraph:

The town of Abbston, which is located very close to the Abby River, was recently overwhelmed by a flood of tourists. The town is a quiet little village that is mostly unnoticed by travelers on the nearby interstate. However, a TV travel editor happened to visit the town and decided to highlight the location on a program. Within weeks, tourists poured in, surprising everyone who lived there.

Which would be the best concluding sentence for the paragraph?

Positive media attention can transform communities in unexpected ways.
This is one of the problems of living in a place where people seldom come to visit.
The interstate made it easy for travelers to get to the town, but parking was a big problem for residents and tourists.
Travel programs should be more careful about their topics.

Answers

Answer:

Positive media attention can transform communities in unexpected ways.

Explanation:

According to the given excerpt, it is narrated that Kathleen wrote about a town called Abbston that was recently overwhelmed by tourists as a result of the news article by a TV travel editor who wrote about the town.

Therefore, the best concluding sentence for the paragraph would be that positive media attention can transform communities in unexpected ways.

Answer:

a

Explanation:

what is cpu write its parts

Answers

Explanation:

hope it is helpful to you

what is cpu write its parts

.tag is used to draw a horizontal line

.tag is used to draw a horizontal line

Answers

Answer:

<hr>  tag.

Explanation:

<hr> tag makes a line along the webpage :)

Which of the following best describes the ribbon?

Answers

In computer science, a ribbon refers to a graphical user interface (GUI) element used in software applications to provide access to various functions and features.

What is the Ribbon?

The ribbon is typically a horizontal strip located at the top of the application window and contains tabs and groups of commands organized by functionality.

Users can click on a tab to display a group of related commands, and then select the desired command to perform a specific task. The ribbon was introduced in Microsoft Office 2007 and has since been adopted by many other software applications as a modern and user-friendly interface for organizing and accessing program features.

Read more about graphics here:

https://brainly.com/question/18068928

#SPJ1

slide rule short note​

Answers

A slide rule is a mechanical device used in mathematical calculations, particularly in engineering, science, and mathematics.

It consists of two parts: the fixed outer and the movable inner slide, each of which contains logarithmic scales. The scales are arranged in a way that allows the user to perform various calculations, such as multiplication, division, roots, and trigonometric functions.

The slide rule can be used for basic arithmetic operations as well as complex calculations. It is a versatile and portable tool that does not require any batteries or electricity, making it useful in various situations.

However, with the advent of electronic calculators and computers, the use of slide rules has diminished significantly. Despite this, slide rules remain popular among enthusiasts who appreciate the mechanical intricacy and historical significance of these devices.

For more such questions on slide rule, click on:

https://brainly.com/question/32124738

#SPJ11

metal cap is the negative terminal of an electric cell true or false please send me the answer please​

Answers

false because it is the positive cell

In C language. Print numbers 0, 1, 2, ..., userNum as shown, with each number indented by that number of spaces. For each printed line, print the
leading spaces, then the number, and then a newline. Hint: Use i and j as loop variables (initialize i and j explicitly). Note: Avoid any
other spaces like spaces after the printed number. Ex: userNum = 3 prints:

Answers

The program uses loops to print the numbers from 0 to the user input.

It also uses loops to print the indented space before each iteration value.

The program in C where comments are used to explain each line is as follows:

#include <stdio.h>

int main(){

   //This declares userNum as integer

   int userNum;

   //This gets input for userNum from the user

   scanf("%d",&userNum);

   //This iterates through from 0 to userNum

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

   //This iterates from 0 to current iteration value

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

   //This prints the indents

           printf(" ");         }

   //This prints the current iteration value

       printf("%d\n",i);     }

}//The program ends here

At the end of the program, the program outputs the indent, followed by the iteration value and a new line.

See attachment for the program sample run

Read more about loops at:

https://brainly.com/question/21751160

In C language. Print numbers 0, 1, 2, ..., userNum as shown, with each number indented by that number

Private BLANK are cloud services available to members of a particular organization.

Answers

Answer:

A private cloud is a set of applications and resources that are available only to individuals within a specific organization. These resources may be owned by the organization itself or by a third party, and may be hosted inside or outside

Explanation:

.

Do you think that dealing with big data demands high ethical regulations, accountability, and responsibility of the person as well as the company? Why?

Answers

Answer:

i is struggling

Explanation:

Which company provides a crowdsourcing platform for corporate research and development?
OA.
MTurk
OB.
WikiAnswers
O C.
MediaWiki
OD.
Innocentive

Answers

Answer:

OA.

MTurk(mechanical turk)

Explanation:

Mechanical Turk is a Microwork service provided by Amazon. Correct answer: C It is an online “crowdsourcing” marketplace that was launched in 2005 by Amazon.

This site (service)   allows businesses and individuals to post short tasks and pay workers to complete them.

Mechanical Turk is a company that provides a crowdsourcing platform for corporate research and development.

What is Mechanical Turk?

Mechanical Turk is a crowdsourcing platform that gather information and makes it possible for individuals and businesses to outsource jobs to people who have the ability to do the task online or virtually. These can include data entry, reasearch, survey participation and so on. to a distributed workforce who can perform these tasks virtually.

Crowdsourcing is a platform that gather information about jobs and service provider online.

Therefore, Mechanical Turk is a company that provides a crowdsourcing platform for corporate research and development.

Learn more of Crowdsourcing from the link below.

https://brainly.com/question/1788104.

The Fibonacci sequence begins with 0 and then 1 follows. All subsequent values are the sum of the previous two, for example: 0, 1, 1, 2, 3, 5, 8, 13. Complete the fibonacci() method, which takes in an index, n, and returns the nth value in the sequence. Any negative index values should return -1.
Ex: If the input is: 7
the out put is :fibonacci(7) is 13
Note: Use recursion and DO NOT use any loops. // is this mean i don't have to use loops? for (int i = 1; i<= n; ++i)
import java.util.Scanner;
public class LabProgram {
public static int fibonacci(int n) {
/* Type your code here. */
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int startNum;
System.out.println("Enter your number: ");
startNum = scnr.nextInt();
System.out.println("fibonnaci(" + startNum + ") is " + fibonacci(startNum));
}
}

Answers

Answer:

if this helps you,do consider marking my ans as brainliest.

Explanation:

import java.util.Scanner;

public class LabProgram{

public static int fibonacci(int n) {

/* Type your code here. */

if(n<0)

return -1;

if(n==0||n==1)

return n;

else

return fibonacci(n-1)+fibonacci(n-2);

}

public static void main(String[] args) {

Scanner scnr = new Scanner(System.in);

int startNum;

System.out.println("Enter your number: ");

startNum = scnr.nextInt();

System.out.println("fibonnaci(" + startNum + ") is " + fibonacci(startNum));

}

}

Recursions involve calling a function from the function itself, until a condition is met.

The required function, where comments are used to explain each line is as follows:

//This defines the function

public static int fibonacci(int n) {

//The function returns -1, if n is negative

if(n<0){

return -1;}

//The function returns the value of n, if n is 0 or 1

if(n==0||n==1){

return n;}

//If otherwise

else{

//The function returns the nth term of the Fibonacci series

return fibonacci(n-1)+fibonacci(n-2);

}

}

At the end of the program, the nth term of the Fibonacci series is printed.

Read more about similar programs at:

https://brainly.com/question/24212022

How to use the screen mirroring Samsung TV app

Answers

If you want to show what's on your phone or computer screen on a Samsung TV, you can do it by these steps:

Make sure both your Samsung TV and the thing you want to copy are using the same Wi-Fi.

What is  screen mirroring

The step also includes: To get to the main menu on your Samsung TV, just press the "Home" button on your remote.

The  screen mirroring is Copying or making a duplicate of something. They are repeating each other's words to try to fix the problem between them. This is the way to show what is on your computer or phone screen on another screen by using wireless connection.

Learn more about  screen mirroring from

https://brainly.com/question/31663009

#SPJ1

Which of the following commands can be used to read the entire contents of a file as a string using the file object ? A. tmpfile.read(n) B. tmpfile.

Answers

The command that can be used to read the entire contents of a file as a string using the file object is:

B. tmpfile.read()

The tmpfile.read() command will read the entire contents of the file into a string, without any size limit specified in parentheses.

In Python, you can use a file object to read the contents of a file. The file object provides various methods for reading the file, and one of them is the read() method. The read() method without any argument will read the entire contents of the file and return it as a string.

Learn more about read method here:

brainly.com/question/29812051

#SPJ4

Guess The Song:
What Popping Brand New Whip Just Hopped In, I Got options

Answers

WHATS POPPIN

Song by Jack Harlow

The opening on the front of a camera that regulates the amount of light entering the lenses is called:​

Answers

Answer:

The Aperture is part of the camera lens. It controls how much of the light that enters the camera lens reaches the image sensor which is located inside the camera

Explanation:

File
Home
Insert
Formulas
Data
Review
View
Automate
Help
Editing
Calibri Light
16
B
Bra Av
2
CS
General
G
A
B
С
D
E
F
L
H
1
3
3 In cell D7, create a formula that calculates the tax for the invoice. Us
a
sales tax rate of 7.5%
SABROSA
Catering Invoice
Sabrosa Empanadas & More
1202 Biscayne Bay Drive
Orlando, FL 32804
Invoice #:
6710A Date:
10/15/20
In cell Ds, create a formula that finds the total for the order. In other
this formula should add cells D3:07.
Empanadas & More
1
In cell D9 create a formula that calculates the total after a 10% disco
you need help understanding how to take a percentage off of a total
LINE TOTAL
2 MENU ITEM
3 Empanadas: Buffalo Chicken
4 Empanadas: Braised Short Rib
5 Empanadas: Fig and Goat Cheese
6 Sides: Black beans and rice
7
UNIT PRICE
$2.98
$2.98
$3.75
$1.98
QUANTITY
20
30
25
40
TAX
8
TOTAL
TOTAL AFTER DISCOUNT:
9
+
Catering Invoice Catering Subtotal challenge
C Mode tomate Workbook to
Helo improve Office
100%
-

FileHomeInsertFormulasDataReviewViewAutomateHelpEditingCalibri Light16BBra Av2CSGeneralGABDEFLH133 In

Answers

Explanation:

formula should add cells D3:07.

Empanadas & More

1

In cell D9 create a formula that calculates the total after a 10% disco

you need help understanding how to take a percentage off of a total

LINE TOTAL

2 MENU ITEM

3 Empanadas: Buffalo Chicken

4 Empanadas: Braised Short Rib

5 Empanadas: Fig and Goat Cheese

6 Sides: Black beans and rice

7

UNIT PRICE

$2.98

$2.98

$3.75

$1.98

QUANTITY

20

30

25

40

TAX

8

TOTAL

what is the difference between hydra and hadoop?​

Answers

Hadoop is batch oriented whereas Hydra supports both real-time as well as batch orientation.

The Hadoop library is a framework that allows the distribution of the processing of large data maps across clusters of computers using simple as well as complex programming models. batch-oriented analytics tool to an ecosystem full of multiple sellers in its own orientation, applications, tools, devices, and services has coincided with the rise of the big data market.

What is Hydra?

It’s a distributing multi - task-processing management system that supports batch operations as well as streaming in one go. It uses the help of a tree-based data structure and log algorithms to store data as well as process them across clusters with thousands of individual nodes and vertexes.

Hydra features a Linux-based file system In addition to a job/client management component that automatically allocates new jobs to the cluster and re-schedules the jobs.

Know more about Big Data: https://brainly.com/question/28333051

Any Help with this question please ?

Any Help with this question please ?

Answers

Answer:

how to I titan omkar attack 6th I 2021-2022 been first group

Explanation:

u

How many passes will it take to find the four in this list? 4, 5, 6, 7, 8, 9, 10 1 2 3 4

Answers

Answer:

10 passes

Explanation

just count the numbers in between the 2 4s :|

Answer:

3

Explanation:

got it right on edge

part i - topic: document comparison in tabular form (not essay) of operating system (length: 3 pages with font times roman 10 or equivalent, single spaced similar to this handout). if you include all relevant details it will consume 3 pages to complete this part. reference: http://en.wikipedia.org/wiki/comparison of operating systems compare the three types of operating systems 1. microsoft based (windows) 2. apple based (osx) 3. unix based (linux distributions)

Answers

Some of the most popular operating systems based on Windows, Apple, Unix (popular Linux distributions) are described below.

Windows-based OS:

They are the most popular operating systems due to their friendly interface, stability, compatibility and countless applications at home, companies, businesses, etc. Some of its most recent versions are:

Windows 11: Launched in 2021, improving the previous version Windows 10.

Windows Server: Designed for use by business servers and multiprocessing data.

Windows 10 Mobile: It is so far the latest version of Windows-based operating systems designed for mobile phones.

Apple's most successful operating systems:

The operating systems developed by Apple are characterized by their stability, robustness, and reliability, the most prominent are:

iOS: Designed to be installed on exclusive brand phones and tablets.

OS X: Operating systems for the PC versions of the brand (Mac, iMac, etc.)

macOS Server: It is the operating systems for Apple servers. It was recently discontinued by the company, therefore it no longer offers higher versions than the one released in 2021.

Most Popular Linux Distributions

Android: The most widely used system on tablets and cell phones.

Fedora and Red Hat: They stand out for their business applications, data management and networks, etc.

Manjaro: It is an operating system that is constantly being improved and today it is one of the lightest, most reliable and easiest to use among the thousands of Linux distributions that exist.

Debian and Ubuntu: They are the friendliest and most complete operating systems of the Linux distributions, therefore, they are the most recommended for beginners.

ElementaryOs and Zorin OS: two Linux-based operating systems designed for those who got used to the MacOs interface in the first case or Windows in the second.

To learn more about operating systems  see: https://brainly.com/question/22811693

#SPJ4

Integers numChildrenA, numChildrenB, numChildrenC, and numFamilies are read from input. Compute the average children per family using floating-point division, and assign the result to avgFamilies.

Ex: If the input is 13 11 3 3, then the output is:

9.0

Answers

The code is given below

scss

numChildrenA = int(input())

numChildrenB = int(input())

numChildrenC = int(input())

numFamilies = int(input())

avgFamilies = (numChildrenA + numChildrenB + numChildrenC) / numFamilies

print(avgFamilies)

What is the Integers  about?

The code reads four integers from input and stores them in variables numChildrenA, numChildrenB, numChildrenC, and numFamilies.

Then, it calculates the average number of children per family by dividing the total number of children (numChildrenA + numChildrenB + numChildrenC) by the number of families (numFamilies). The result is stored in the variable avgFamilies.

Finally, the code prints the value of avgFamilies, which represents the average number of children per family. Note that the division operator (/) performs floating-point division, so the result will be a floating-point number even if the input is all integers.

Learn more about Integers  from

https://brainly.com/question/24128001

#SPJ1

What is one advantage that typing has compared to writing by hand?
•It can be done anywhere there's paper.

•Each person's typing has its own individual personality

•There's no special equipment needed.

•It's easier to make corrections.

Answers

Answer: Typing encourages verbatim notes without giving much thought to the information.

Answer: D its easier to correct mistakes

Explanation:

Other Questions
Where would information relating to drug dosages for old patients be found? suppose that rent controls are imposed. if the government wants a rent control ceiling to be effective immediately, what is one possible price it could set? Chapter 11: The climax of the plot of a story is considered a turning point, or a high point of tension. What is the following is a turning point in The Hobbit?Question 2 options:A. "Now they all pushed together, and slowly a part of the rock-wall gave way. Long straight cracks appeared and widened. A door five feet high and three broad was out-lined, and slowly without a sound swung inwards. It seemed as if darkness flowed out like a vapour from the hole in the mountain-side, and deep darkness in which nothing could be seen lay before their eyes leading in and down."B. "All he knew was that the river seemed to go on and on and on for ever, and he was hungry, and had a nasty cold in the nose, and did not like the way the Mountain seemed to frown at him and threaten him as it drew ever nearer. After a while, however, the river took a more southerly course and the Mountain receded again, and at last, late in the day the shores grew rocky, the river gathered all its wandering waters together into a deep and rapid flood, and they swept along at great speed.""C. Thorin of course saw the sense of this, so after a few more groans he got up and helped the hobbit as well as he could. In the darkness floundering in the cold water they had a difficult and very nasty job finding which were the right barrels. Static development is the process of constructing the programs and code modules that serve as the building blocks of the information system. True or False? A company estimates that a certain piece of machinery will have to be replaced in five years' time at a cost of 180,000. Equal, monthly payments are deposited into a fund, paying 12% p.a. compounded monthly at the end of each month for 5 years so as to realise the 180,000. The maintenance costs for the current machine are to be drawn from this fund every six months. The first maintenance withdrawal of 2,000 is due one year from now and from the second withdrawal onwards, the maintenence cost will increase each half-year at a rate of 5% p.a. The last maintenance cost is due six months before the replacement of the machinery. The value of the monthly deposits? Solve the system of equations using elimination: -6x-6y=-426x6y=42 and -x+2y=8x+2y=8. how did anne hutchinson stir religious controversy in early massachusetts? How do you simplify Radicals?180v^4 Choose the correct statements below regarding the transfer of financial assets such as receivables: I. In a transfer of receivables without recourse, the transferee obtains the right to compensation from the transferor for customer accounts that prove to be uncollectible. II. In a transfer which qualifies as a secured borrowing, the transferor will record a liability for the amount borrowed. III. Under otherwise identical conditions, a transferor will generally pay a higher commission percentage on a receivable sold with recourse versus one sold without recourse.a. I and III only.b. II only.c. I, II and III.d. III only. ASAP! GIVING BRAINLIEST! Please read the question THEN answer CORRECTLY! NO guessing. I say no guessing because people usually guess on my questions. How many cubes with side lengths of 1/2 cm does it take to fill the prism. Find missing measure (No.6) MEAN: 14,12,17,ASAP!:(( A diver runs horizontally off the end of a diving board with an initial speed of 1.95 m/s. If the diving board is 2.00 m above the water, what is the diver's speed just before she enters the water believing that social work practice is conducted at the interface between people and their environments is associated with which perspective? general systems theory ego psychology social learning theory none of the above if you hear that the net forces on an object is zero, what is the only conclusion you can make without seeing the object? Q-mart failed to include inventory that was kept in a separate warehouse in its end-of-the-period inventory count. Explain how this error will affect this year's balance sheet. (Check all that apply.) 42. The Good Food n' More grocery store loses an average of $210 a day due to breakage, shoplifting, and foodexpiration. How much money does the store lose on average per 7-day week? list three strategies for building resilience in negative, traumatic, or stressful situations. Find the corresponding time in the different countries in relation to the Philippine time. Choose the correct answer from the give choices.