Investment in education and human capital improvement help GCC to overcome many economic challenges.
Select one:
O True
O False​

Answers

Answer 1
True is the right answer
Answer 2
the answer would be true

Related Questions

What is information

Answers

Information is a set of facts about a topic or a group of details about something

Answer:

The definition of information is news or knowledge received or given. An example of information is what's given to someone who asks for background about something. Information is the summarization of data. Technically, data are raw facts and figures that are processed into information, such as summaries and totals.

This may range from content in any format – written or printed on paper, stored in electronic databases, collected on the Internet etc.

Explanation:

*Flip's the table and moonwalk's out*

Exercise 1: Multiples of Five Develop a program that contains the following functions: - Function that returns true if a given number is a multiple of 5; false otherwise. Main function that reads two integer values from the user and print all multiples of 5 between them inclusive. Your function should start from the lowest to the highest value entered by the user. Samples of input/output are given below. Sample input/output 1 Enter first: 4 Enter second: 40 Multiples of 5 between 4 and 40 are: 5 10 15 20 25 30 35 40 Sample input/output 2 Enter first: 40 Enter second: 4 Multiples of 5 between 4 and 40 are: 5 10 15 20 25 30 35 40

Answers

Answer:

Explanation:

please see attached picture

Analog method is also known us

Answers

Hi there! Thank you for choosing Brainly to ask your question. I would be happy to assist you today by answering. You were a little bit unclear, but I hope this answers your question. - Analogue methods refer to all manual methods where no computers are used, but with the advent of digital computers the term analogue is also used for analogue methods of computing data. An analogue signal varies continuously, according to information, and thereby the data are represented in a continuous form.

What’s the best Wi-Fi name you’ve seen?

Answers

Answer:

etisalath is the best wifi name

Bill Wi the Science Fi.

edhesive 7.6 lesson practice python

def mystery(a, b = 8, c = -6):
return 2 * b + a + 3 * c

#MAIN
x = int(input("First value: "))
y = int(input("Second value: "))
z = int(input("Third value: "))

1) Suppose we add the following line of code to our program:

print(mystery(x))
What is output when the user enters 1, 1, and 1?

2)Suppose we add the following line of code to our program:

print(mystery(x, y, z))
What is output when the user enters 8, 6, and 4?

Answers

Answer:

(a) The output is -1

(b) The output is 32

Explanation:

Given: The above code

Solving (a): The output when 1, 1 and 1 is passed to the function

From the question, we have: print(mystery(x))

This means that only the value of x (which in this case is 1) will be passed to the mystery function

(a, b = 8, c = -6) will then be seen as: (a = 1, b = 8, c = -6)

[tex]2 * b + a + 3 * c = 2 * 8 + 1 + 3 * -6[/tex]

[tex]2 * b + a + 3 * c = -1[/tex]

The output is -1

Solving (b): The output when 8, 6 and 4 is passed to the function

From the question, we have: print(mystery(x,y,z))

This means that values passed to the function are: x = 8, y = 6 and z = 4

(a, b = 8, c = -6) will then be seen as: (a = 8, b = 6, c = 4)

[tex]2 * b + a + 3 * c = 2 * 6 + 8 + 3 * 4[/tex]

[tex]2 * b + a + 3 * c = 32[/tex]

The output is 32

If we add the line of code print(mystery(x)) and our input are 1, 1 and 1 the output will be -1.

If we add the line of code print(mystery(x, y, z)) and our inputs are 8, 6 and 4 the out put will be 32.

This is the python code:

def mystery(a, b = 8, c = -6):

  return 2 * b + a + 3 * c

#MAIN

x = int(input("First value: "))

y = int(input("Second value: "))

z = int(input("Third value: "))

print(mystery(x))

#What is output when the user enters 1, 1, and 1?

#Suppose we add the following line of code to our program:

print(mystery(x, y, z))

#What is output when the user enters 8, 6, and 4?

The code is written in python

Code explanation:The first line of code defines a function named mystery with the argument a, b by default is equals to 8 and c is equals to -6 by default. Then the code return the product of b and 2 plus a and plus the product of 3 and c.  x, y and z variable that stores the users input.Then we call the function mystery  with a single argumentThen we call the function mystery with three argument x, y and z which are the users input.  

The first print statement with the input as 1, 1 and 1 will return -1

The second print statement with the input 8, 6 and 4 will return 32.

learn more on python code here: https://brainly.com/question/20312196?referrer=searchResults

Does analogue conversation take place in source as transmitter?

Answers

Answer:Analog and digital signals are the types of signals carrying information. The major difference between both signals is that the analog signals that have continuous electrical signals, while digital signals have non-continuous electrical signals.

Explanation:

When a tape deck is plugged into recording equipment, the analog cassette tape is transformed into a digital equivalent.

What is the analogue conversation in source as transmitter?

An analog media is a tangible, changed thing that stores music. For instance, to record sound on a cassette tape, a tape recorder modifies the magnetic properties of magnetic tape.

Signals containing information often come in the form of analog and digital signals. The primary distinction between the two signals is that analog signals have continuously varying electrical signals, but digital signals do not.

And no source coder or channel coding are used at the transmitter side; just this occurs there.

Therefore, The channel's signal is picked up at the receiver's end and sent through a demodulator before being approximated to be the original information signal.

Learn more about analogue conversation here:

https://brainly.com/question/24750760

#SPJ2

The following is a partial overall list of some of the sources for security information: • Security content (online or printed articles that deal specifically with unbiased security content)

• Consumer content (general consumer-based magazines or broadcasts not devoted to security but occasionally carry end-user security tips)
• Vendor content (material from security vendors who sell security services, hardware, or software)
• Security experts (IT staff recommendations or newsletters)
• Direct instruction (college classes or a workshop conducted by a local computer vendor)
• Friends and family
• Personal experience

Required:
Create a table with each of these sources and columns listed Advantages, Disadvantages, Example, and Rating.

Answers

Answer:

Kindly check explanation

Explanation:

SOURCE OF SECURITY INFORMATION :

• Security content (online or printed articles that deal specifically with unbiased security content)

ADVANTAGES :

Target based on highly specific to certain aspects

DISADVANTAGES :

They usually cover limited aspects

RATING : 4

SOURCE OF SECURITY INFORMATION :

• Consumer content (general consumer-based magazines or broadcasts not devoted to security but occasionally carry end-user security tips)

ADVANTAGES :

Offers greater level of accessibility

DISADVANTAGES :

They aren't usually curated and thus may be inaccurate

RATING : 6

SOURCE OF SECURITY INFORMATION :

• Vendor content (material from security vendors who sell security services, hardware, or software)

ADVANTAGES :

Accurate information and tips

DISADVANTAGES :

Usually involves a fee

RATING : 3

SOURCE OF SECURITY INFORMATION :

• Security experts (IT staff recommendations or newsletters)

ADVANTAGES :

Accurate and vast tips

DISADVANTAGES :

Not much

RATING : 5

SOURCE OF SECURITY INFORMATION :

• Direct instruction (college classes or a workshop conducted by a local computer vendor)

ADVANTAGES :

Highly specific

DISADVANTAGES :

They usually cover limited aspects

RATING : 2

SOURCE OF SECURITY INFORMATION :

• Friends and family

ADVANTAGES :

Cheap

DISADVANTAGES :

May be biased and inaccurate

RATING : 7

SOURCE OF SECURITY INFORMATION :

• Personal experience

ADVANTAGES :

Grows continuously with time

DISADVANTAGES :

Limited in nature

RATING : 1

What is Creaite and how does it work?

Answers

Creatine is a natural substance that turns into creatine phosphate in the body. Creatine phosphate helps make a substance called adenosine triphosphate.

Answer:

Creatine is a substance that is found naturally in muscle cells. It helps your muscles produce energy during heavy lifting or high-intensity exercise.

Explanation:

Taking creatine as a supplement is very popular among athletes and bodybuilders in order to gain muscle, enhance strength and improve exercise performance

excuse me can i help 1) what is computer? Define about Accuracy and
Data storage.​

Answers

Answer:

an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program. ma pani nepali

Write a C++ program to read from the user an integer number of 4 digits and display it in reverse order. For example, if the input is 5723 the output should be 3275. (Hint use / and %). The program should display “Invalid input” if the input value is not a 4 digits number.

Answers

Answer:

#include <iostream>

using namespace std;

int main() {

 int n, reversedNumber = 0, remainder;

 cout << "Enter a number: ";

 cin >> n;

 int length = to_string(n).length();

 if (length == 4){

   while(n != 0) {

     remainder = n%10;

     reversedNumber = reversedNumber*10 + remainder;

     n /= 10;

   }

   cout << "Reversed Number = " << reversedNumber << endl;

 }

 else{

   cout << "Invalid Input!" << endl;

 }

 return 0;

}

Explanation:

So, it's pretty easy. It finds the remainder to reverse the number and for the invalid input part, you convert the input into a string and then use .length() to find the length. Then you can reverse the number and show whatever output

Answer:

#include <iostream>

using namespace std;

int main() {

int n, reversedNumber = 0, remainder;

cout << "Enter a number: ";

cin >> n;

int length = to_string(n).length();

if (length == 4){

  while(n != 0) {

    remainder = n%10;

    reversedNumber = reversedNumber*10 + remainder;

    n /= 10;

  }

  cout << "Reversed Number = " << reversedNumber << endl;

}

else{

  cout << "Invalid Input!" << endl;

}

return 0;

}

Explanation:

So, it's pretty easy. It finds the remainder to reverse the number and for the invalid input part, you convert the input...

Explanation:

In which of the following ways are copyrights different from trademarks?

It is illegal to use a copyrighted work without the author's permission, but not a trademark.

It is more difficult to register a copyright than to obtain a trademark.

It is illegal to use a trademark without the author's permission, but not a copyrighted work.

It is more difficult to obtain a trademark than to register a copyright.

Answers

It is more difficult to obtain a trademark than to register a copyright.

Answer:

Copyrighted materials can be used under fair use laws, while trademarked materials cannot.

Explanation:

d. A................ usually contains detailed comments about something in the text.
i. Footer
ii Footnote
Hii Header
iv. none of these​

Answers

Answer: Foot note

Explanation:

The option that contains detailed comments about something in the text is simply referred to as the foot note.

A footnote is simply refered to as the note that is at the bottom of a particular page which gives more information about a particular thing.

Therefore, based on the options given, the answer is B.

Which network protocol is used to handle the Reliable delivery pf information

Answers

Answer:

TCP

Explanation:

TCP is a reliable transport protocol, and performs processes to ensure reliable delivery of data between applications using acknowledged delivery.

The space between the margin
and start
of paragraph is called

Answers

Answer:

The space between the margin and start of paragraph is called an indent OR Indentation.06

Explanation:

Learning Management Systems (LMS) allow students to interact with each other, but NOT their teachers.

Answers

Answer:

what do you mean friend not for teacher

Answer:

Explanation:

Communication outside the classroom can be facilitated through discussion forums, real-time messaging, video-conferencing, email and announcement posts.

can change the tab colors of the worksheets in excel

Answers

Answer:

right-click the tab, point to Tab Color and pick a color that you want. Tip: Click away from the formatted tab to see the new tab color. If you want to remove the color, right-click the tab, point to Tab Color, and pick No Color

Introduction To Micro-Technology
Computer Science Assignment/Project
Course Title: Micro-Soft Excel
AD
BG
LE
Sal
Ady
175
30
59
88
117
146
175
204
233
262
291
320
ID
001
002
003
004
005
006
007
008
009
010
Namc
Sanita Cully
Saah Kpakar
Rudolph Gayflor
Francis Yoryor
Adolphus Naigar
Moses Gay gay
Philip Kuoper
Simon Momno
David Brown
John Yankar
CJ
Hr.
Work
178
180
145
160
185
150
182
186
190
120
DM
IIr.
Rate
8
6
S
4
7
9
10
12
14
15
EP
Reg.
Pay
300
350
325
250
275
340
345
FS GV
Over Gross
Time Pay
115 450
100 500
75 475
50 485
40 425
30 430
35 435
20 375
25 490
80 585
HY JC
Inc. SS
Tax Tax
10.20 20.04
11.75 21.00
12.30 21.06
15.05 22.00
22.08
10.00 23.00
15.75 23.10
17.22 24.00
20.05 24.12
20.00 26.00
17.05
181
141
161
186
151
183
187
191
121
200
TI
380
400
1. Direction: List the Relative, Absolute and Mixed Cell References of the following figures
in the above table:
i. 180
ii. 25
ili 175
iv. 183
V 6
2. State the meanings of the three types of cell references.
3. Assume that you were asked to find Average, Total Number of Students, Maximum,
Minimum and Product. What are the terms used in finding the above within the database?
4. Looking at the cell reference of Status will respect to commission; build a cell reference
stating that if sales which is B7, Less than 800, the rate is 2% below is 1% and state if it
is true or false.
5. Slate the steps of Deleting and Inserting Row.​

Answers

Answer:

i need more

Explanation:

i need more

Which statement does not describe desktop publishing?
DTP is the same as WP.
DTP features are included in most WP programs.
DTP enables workers to produce documents that improve communication,
DTP lets you resize and rotate text.

Answers

Answer:

DTP is the same as WP.

Explanation:

Desktop publishing can be defined as a graphical design process which typically involves the creation of a printable document such as magazines or newspapers, through the use of special software programs or applications and a printer.

The following statement best describes desktop publishing;

DTP features are included in most WP programs.

DTP enables workers to produce documents that improve communication,

DTP lets you resize and rotate text.

Read this outline for an argumentative essay about government.
1. People have different ideas about the role of government.
A. The primary_purpose of government is to provide social services.
2. Government should provide services for
people who are poor or elderly.
A. Government can effectively provide the services that poor and elderly people need.
B. Food stamps keep people from going hungry.
C. Medicare and Medicaid provide health care.
D. Some people believe social services are an entitlement and not a right,
but many people could not survive without them.
Government's main role is provide to social services, such as food stamps.
The underlined sentence in the outline is the
O claim.
• conclusion.

Answers

Answer:

First option.

Explanation:

The underlined sentence in the outline numbered 1 (People have different ideas about the role of government) is the introduction.

What is an introduction?

The essential concept of an outline for a particular piece of writing, such as an essay, is presented in a single brief sentence for the body paragraphs. In this manner, it is positioned at the start and briefly summarizes the thesis of an article.

Because it appears at the beginning of the outline and contains the key notion that unifies all the other ideas offered in the subsequent phrases, the sentence with the asterisk (*) serves as the introduction. Government can effectively provide the services that poor and elderly people need.

Therefore, The underlined sentence in the outline numbered 1 (People have different ideas about the role of government) is the introduction.

Learn more about an introduction, here:

brainly.com/question/18119893

#SPJ5

Microsoft
Comments are added through the ____________________________ tab on the ribbon. [Add Comments]
Question 1 options:

Home

Help

Review

View

Answers

I believe it’s review

Comments are added through the review tab on the ribbon. The correct option is c.

What are tabs and ribbons in Microsoft?

The animation tab in the PowerPoint ribbon is distinct from other office suites like word, excel, outlook, publisher, etc. Since animation can use in PowerPoint to make your presentations animated, you can manage all of your animation settings in the animation tab.

Many of your most important functions in Microsoft Word are available on the ribbon, allowing you to do them without accessing any menus. To improve efficiency, you can modify this ribbon as you see fit.

A new screen containing options for opening, saving, printing, sharing, and dismissing a file is displayed when you click the File tab. Groups of commands are displayed above the currently open document on the other Ribbon tabs.

Therefore, the correct option is c, Review.

To learn more about tabs and ribbons, refer to the link:

https://brainly.com/question/10015755

#SPJ2

1. name of industry credential available to students taking this class

2. two reasons for acquiring the industry credential

Answers

Answer:

Explanation:

I need points to ask questions

How can I be future ready (in terms of careers and in general)?

This is for school


Please provide at least 3 reasons with evidence, and make sure they are not personalized towards you; just provide a general overview

Thanks, appreciate it.

Answers

Answer:

being ready to take care of yourself and getting high scores

Explanation:

you will have to have high scores to get a good job or even start a business you wont have somone to take care of you if your 26 like your a boss

Spam is _____.
an example of an ethical use of email
a set of rules that you should follow when sending e-mail
the practice of sending unwanted messages to a large group of people
a type of attachment
multiple answers

Answers

Multiple answers. Attachment and practice of sending unwanted messages
Spam is the practice of sending unwanted messages to a large group of people.

TRUE OR FALSE YOU VERIFIED BRAINLIST​

Answers

Answer: 6. False

7. True

8. True

9. True

10. False

Explanation:

6. This is false. Cnidarians are aquatic animals that can be found in marine environments. They aren't wormlike. Examples are corals and jelly fish.

7. Snails, clams, oysters, squid and octopuses are mollusks. They're invertebrates and usually live in water.

8. True. Invertebrates are the animals that don't have backbone unlike the vertebrates that has backbone. Examples of invertebrates are snail, earthworm etc.

9. True. The Arthropods are known to be the largest group in the animal kingdom. They include insects, millipedes, crabs, lobsters, spiders, mites, centipedes, etc.

10. False. The crustacean doesn't have one pair of leg per segment.

Answer:

This guy has been scamming peoples questions. He doesnt deserve good grades

Explanation:

Given that, x = 2, y = 1, and z = 0, what will the following cout statement display?

cout << "answer = " << (x || !y && z) << endl;

Answers

Answer:

This will return 1

Code:

#include <iostream>

using namespace std;

int x = 2;

int y = 1;

int z = 0;

int main() {

   cout << (x || !y && z) << endl;

   return 0;

}

Why can’t a computer use source code

1.trick question but computers do use source code

2.source code is only available as a web app

3.source is legacy

4.source code is not 1 or 0

5. It van, but source code générally requires an expensive software license

Answers

Answer:

A computer can use a source code

Explanation:

The code that was copied

gets compiled by the terminal and

gets its traced erased

therefore there is no need to give

credit and code still used in proccess

Example:

You can get a source code from stackoverflow

github, you can use that code to build your website

giving no credit to the owners of that code

the code will get its traced erased by the compiler

A computer can use a source code

What is the output of this program? age=4 if age >5: print (“more”) else: print (“less”)

Answers

Answer:

less

Explanation:

The input is 4, a number that is not greater than 5. So as a result, it will print "less".

How do you enter the decimal 73 into the computer?

Answers

Answer:

Step-by-step how to convert decimal number 73 to binary. ... Step 4) Write down the Remainders in reverse order to get the answer to 73 as ...

Oliver is working for a team that uses object-oriented concepts to design software. Which language would they use to develop this software?

Answers

Answer:

Probably C++

Explanation:

The language must be object oriented. This narrows it to something like Java or C++. Java is fine for application development, but has a compiler and interpreter whereas C++ only has a compiler.

Write a C program that reads two hexadecimal values from the keyboard and then stores the two values into two variables of type unsigned char. Read two int values p and k from the keyboard, where the values are less than 8. Replace the n bits of the first variable starting at position p with the last n bits of the second variable. The rest of the bits of the first variable remain unchanged. Display the resulting value of the first variable using printf %x.Test Cases:n = 3;p=4;input: a= 0x1f (0001 1111) b = c3 (1100 0011); output: f (0000 1111)n = 2;p=5;input: a= 0x1f (0001 1111) b = c3 (1100 0011); output: 3f (0011 1111)

Answers

Solution :

#include  [tex]$<\text{stdio.h}>$[/tex]

#include [tex]$<\text{string.h}>$[/tex]

#include [tex]$<\text{stdlib.h}>$[/tex]

//Converts [tex]$\text{hex string}$[/tex] to binary string.

[tex]$\text{char}$[/tex] * hexadecimal[tex]$\text{To}$[/tex]Binary(char* hexdec)

{

 

long [tex]$\text{int i}$[/tex] = 0;

char *string = [tex]$(\text{char}^ *) \ \text{malloc}$[/tex](sizeof(char) * 9);

while (hexdec[i]) {

//Simply assign binary string for each hex char.

switch (hexdec[i]) {

[tex]$\text{case '0'}:$[/tex]

strcat(string, "0000");

break;

[tex]$\text{case '1'}:$[/tex]

strcat(string, "0001");

break;

[tex]$\text{case '2'}:$[/tex]

strcat(string, "0010");

break;

[tex]$\text{case '3'}:$[/tex]

strcat(string, "0011");

break;

[tex]$\text{case '4'}:$[/tex]

strcat(string, "0100");

break;

[tex]$\text{case '5'}:$[/tex]

strcat(string, "0101");

break;

[tex]$\text{case '6'}:$[/tex]

strcat(string, "0110");

break;

[tex]$\text{case '7'}:$[/tex]

strcat(string, "0111");

break;

[tex]$\text{case '8'}:$[/tex]

strcat(string, "1000");

break;

[tex]$\text{case '9'}:$[/tex]

strcat(string, "1001");

break;

case 'A':

case 'a':

strcat(string, "1010");

break;

case 'B':

case 'b':

strcat(string, "1011");

break;

case 'C':

case 'c':

strcat(string, "1100");

break;

case 'D':

case 'd':

strcat(string, "1101");

break;

case 'E':

case 'e':

strcat(string, "1110");

break;

case 'F':

case 'f':

strcat(string, "1111");

break;

default:

printf("\nInvalid hexadecimal digit %c",

hexdec[i]);

string="-1" ;

}

i++;

}

return string;

}

 

int main()

{ //Take 2 strings

char *str1 =hexadecimalToBinary("FA") ;

char *str2 =hexadecimalToBinary("12") ;

//Input 2 numbers p and n.

int p,n;

scanf("%d",&p);

scanf("%d",&n);

//keep j as length of str2

int j=strlen(str2),i;

//Now replace n digits after p of str1

for(i=0;i<n;i++){

str1[p+i]=str2[j-1-i];

}

//Now, i have used c library strtol

long ans = strtol(str1, NULL, 2);

//print result.

printf("%lx",ans);

return 0;

}

Other Questions
I really need to know this answer! Please help Factor the trinomial. p2 - 4p - 5What is the a, b and c? What is the solution set for -2x + 4 > -12? James went to the doctor for a check-up and found his weight to be 1,000 N. How much mass does James have? Use the distributive property to multiply.6(-7m-6) Which situation results in a final value of zero?A.The temperature after a decrease 5F from a temperature of 5FB.The height of an airplane after taking off from ground level and rising 1,000 feet.C.The amount of money received in change after making a $10 purchase with a $20 bill.D.The distance above sea level after increasing 24 meters from a depth of 24 meters below sea level. Solve the equation. 15 1/2 - 5 1/8 = p * discuss any five factors that hinder the application of a computer in business organisations Use the data to answer the following question.Consider the mean, median, mode, and range of each data set. Which is NOT the same for both sets of data? A. mode B. range C. median D. mean Please help! Just one question! :) Find the ratio of 4km to 1200m Writing Linear EquationsYou have just bought a new Sony 55" 3D television set for $3200. The TV's value decreases at a rate of$235 per year. Construct a linear function V(x) to represent the value of the television after x years.Your answer must be written in function notation. What development allowed Scotch -irish Presbyterians to make their place permanent in American society ? If the point (2,-1)lies on the graph of y=f(x), then a point on the graph of y=f(2x) would be Josiah bought two pounds of strawberries for $9.60. What is the price, in dollars per ounce of strawberries? Please Please help!!!How do you correctly add and subtract functions, explain in a way an idiot can understand. 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/PMe.g.Tuesday 12:45 AMSunday 01:52 PMIf 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. URGENT PLEASE HELP!!!! GIVING BRAINLIEST!! If you answer this correctly ill answer some of your questions you have posted! (39pts) ellen and kim are running around a track. they run equally fast, but ellen started later. when ellen has run 5 laps, kim has run 15 laps. when ellen has run 30 laps, how many has kim run? Round each unit price to the nearest tenth of cent 28.374_______$16.815_______$20.098_______$Explain how u rounded 20.098 to the nearest hundredth