In the space below, explain how you can access the character map in Word 2019 using a complete sentence.

Answers

Answer 1

To access the Character Map and see the characters available for a specific font style, click on the Windows or Start button.

What is character map?

Character Map is a utility that comes with Microsoft Windows operating systems that allows you to view the characters in any installed font, check what keyboard input is used to enter those characters, and copy characters to the clipboard instead of typing them.

Click the Windows or Start button to open the Character Map and see the characters available for a specific font style.

Clicking on the Programs submenu, then the Accessories submenu, then System Tools, and finally the Character Map item under the System Tool bar to showcase the Character Map Application from which protagonists are copied and pasted in Word 2016.

Thus, this way, one can access the character map in Word 2009.

For more details regarding a character map, visit:

https://brainly.com/question/15697415

#SPJ1


Related Questions

In 25 words or fewer, explain how u can help maintain a productive work environment while on the job

Answers

I would ensure side attractions like gisting or surfing the internet while I am supposed to be working are eliminated while also personalizing my space.

Two devices H1, and H2 are part of LAN. The devices are not directly connected to each other. They are separated by a router (R). The length of the first link (H1—R) is 50 Km and the length of the second link (R—H2) is 20 Km. The propagation speed for the first link is 2.4x108 m/s and for the second link 2x108 m/s. The bandwidth of the first link is 5 Mbps and the bandwidth for the second link is 1Gbps.
Assume H1 is sending a file of size 30 Mbyte in one message. When H2 receives the message, it has to send a special message called acknowledgment. Since the acknowledgment message is very small in size its transmission time is always ignored.

What will be the total time needed for H1 to receive the acknowledgment from H2, once H1 starts sending the first bit of the file?

Answers

Let assume that H1 has sending a file which has a file whose size is 30 mbyte in a single message. When H2 has receives the messages, it has to be send as a special message called the acknowledgement and since the message of acknowledgement is very small in term of size than its transmission time has been ignored.

What is router?

Router is defined as a networking device that has forwarded by the help of data packets in between two networks of computer. Routers are performing the direct traffic functions on the internet. Through internet the data which are to be saved generally web page or the email, is in the form of the packets stored in data.

Therefore, Let assume that H1 has sending a file which has a file whose size is 30 mbyte in a single message. When H2 has receives the messages, it has to be send as a special message called the acknowledgement and since the message of acknowledgement is very small in term of size than its transmission time has been ignored.

Learn more about router here:

https://brainly.com/question/13600794

#SPJ1

Given the 4 ways companies try to manage their impact on the environment, write an essay (no more than 200 words) describing how a car manufacturer can improve their impact on the environment (come up with improvement initiatives on all 4 categories).

Answers

The 4 ways companies try to manage their impact on the environment are:

Do Measure as well as examine Greenhouse Gas Emissions.Lower Energy Consumption.Provide Renewable Energies. Lower  Waste And Fight Obsolescence·How can businesses lessen their negative effects on the environment?

This can be done through the Use of recycle. Businesses may address and lessen their influence on the environment by recycling. Whether it's recycling paper in an office or glass and food waste in the hospitality industry, it can be a simple action to incorporate into routine operational culture.

Note that companies can mae use of  less gasoline, buy as well as  keep fuel-efficient automobiles, take in fuel-efficient driving practices, taking public transit and carpooling, recycling used materials, and  others.

Therefore, The 4 ways companies try to manage their impact on the environment are:

Do Measure as well as examine Greenhouse Gas Emissions.Lower Energy Consumption.Provide Renewable Energies. Lower  Waste And Fight Obsolescence·

Learn more about Greenhouse Gas Emissions from

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

what is data processing system​

Answers

Answer:

data prossessung is toprosseds in result of organized data

Write a program that reads a list of words. Then, the program outputs those words and their frequencies. The input begins with an integer indicating the number of words that follow. Assume that the list will always contain less than 20 words.

Ex: If the input is:

5 hey hi Mark hi mark
the output is:

hey 1
hi 2
Mark 1
hi 2
mark 1
Hint: Use two arrays, one for the strings, another for the frequencies.

Your program must define and call a method:
public static int getFrequencyOfWord(String[] wordsList, int listSize, String currWord)

Note: This is a lab from a previous chapter that now requires the use of a method.

Answers

The program that reads a list of words will be:

#include <stdio.h>

#include <string.h>

int main() {

   int frequency, num_words, i, j;

   char words[20][10];

   scanf("%d", &num_words);

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

       scanf("%s", words[i]);

   }

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

       frequency = 0;

       for (j = 0; j < num_words; j++) {

           if (strcmp(words[i], words[j]) == 0) {

               ++frequency;

           }

       }

       printf("%s - %d\n", words[i], frequency);

   }

   return 0;

}

What is a program?

It should be noted that a series of instructions written in a programming language for a computer to follow is referred to as a computer program.

The source code of a computer program is the version that can be read by humans. In this case, the program that reads a list of words is illustrated above.

Learn more about program on:

https://brainly.com/question/27359435

#SPJ1

Which of the following is NOT an example of troubleshooting?
Contacting the manufacturer's customer support.
Making sure cables are connected properly.
O Purchasing a new device.
O Searching the Internet for a solution.

Answers

Answer:

O Purchasing a new device.

Explanation:

what is the value of letter a in binary number​

Answers

0110 0001

Explanation:

hope this helps

Answer:

In below table you can see the binary representation of ASCII characters. This is how text is commonly encoded on a computer.

The letter a is encoded as 0110 0001 in binary, 61 in hex or 97 in decimal.

Mary is writing an article about the animal kingdom. She wants to place an image below the text. Which menu should Mary choose for this purpose?

Mary needs to choose the ___ menu in order to place the text in a desired fashion around the image.

the answer is insert

Answers

Answer:

After typing the whole text content like the way she wishes, she needs to click on the insert option. Insert option will show a list of options to pick and there she needs to click Picture option to insert the right image below the text. So "Insert" menu is the right answer.

Explanation:

When is a worker likely to be injured

Answers

Answer:

when he isn't paying attention or drops

Which of the following files is an Excel file?
O A. budget.pdf
O B. budget.mp4
O C. budget.xlsx
O D. budget.mp3
O E. budget.docx
OF. budget.jpeg
O G. budget.pptx

Answers

C. budget.xlsx is an Excel file

define physical topology

Answers

Answer:

Physical topology refers to the interconnected structure of a local area network (LAN). The method employed to connect the physical devices on the network with the cables, and the type of cabling used, all constitute the physical topology.

In Python Set course_student's last_name to Smith, age_years to 20, and id_num to 9999.

Sample output for the given program:
Name: Smith, Age: 20, ID: 9999

class StudentData(PersonData):
def __init__(self):
PersonData.__init__(self) # Call base class constructor
self.id_num = 0

def set_id(self, student_id):
self.id_num = student_id

def get_id(self):
return self.id_num


course_student = StudentData()

''' Your solution goes here '''

print('{}, ID: {}'.format(course_student.print_all(), course_student.get_id()))

Answers

The code that debugs the original code that is not running is given below.

The Code

class PersonData:

   def __ init __ ( self ) :

       self.last _ name = ' '

       self . age _ years = 0

   def set _ name ( self, user _ name ) :

       self.last _ name  = user _ name

   def set_age(self, num_years):

       self.age_years = num_years

   # Other parts omitted

   def print_all(self):

       output_str = 'Name: ' + self.last_name + ', Age: ' + str(self.age_years)

       return output_str

class StudentData(PersonData):

   def __init__(self):

       super().__init__()  # Call base class constructor

       self.id_num = 0

   def set_id(self, student_id):

       self.id_num = student_id

   def get_id(self):

       return self.id_num

course _ student = StudentData( )

course _ student = StudentData()

course _ student . set _ id(9999)

course _ student.set _ age(20)

course _ student . set _ name ( " Smith " )

print('%s, ID: %s' % (course_student.print_all(), course_student.get_id()))

The reason why the original program was not running is because you're invoking the parent init wrongly in line 34

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Write a program named IntegerExpressions that asks the user for three integers.
The program must then output results based on the following calculations:

firstResult = The sum of firstInt and secondInt divided by thirdInt

secondResult = The product of secondInt and thirdInt divided by the sum of secondInt and firstInt

thirdResult = The product of firstInt and thirdInt mod by the secondInt


Note:

firstInt, secondInt, and thirdInt represent the three integers entered by the user.

firstResult, secondResult, and thirdResult represent the results of the calculations.

n mod m means the remainder obtained when n is divided by m.


The prompt to the user to enter the integers must be:

Enter firstInt:
Enter secondInt:
Enter thirdInt:



The output must be in the format:

First Result = firstResult
Second Result = secondResult
Third Result = thirdResult



Please make sure to end each line of output with a newline.

Please note that your class should be named IntegerExpressions.

My code:

import java.util.Scanner;
public class IntegerExpressions {
public static void main(String[] args) {
Scanner = new Scanner(System.in);

int userInput = scnr.next();
int firstInt;
int secondInt;
int thirdInt;

firstInt = userInput;
secondInt = userInput;
thirdInt = userInput;

int firstResult = (firstInt + secondInt)/ thirdInt;
int secondResult; (secondInt * thirdInt)/(secondInt + firstInt);
int thirdResult; firstInt * thirdInt % secondInt;

System.out.println("First Result = " + firstResult);
System.out.println("Second Result = " + secondResult);
System.out.println("Third Result = " + thirdResult);

}

}

Error Messages:
IntegerExpressions.java:16: error: not a statement
int secondResult; (secondInt * thirdInt)/(secondInt + firstInt);
^
IntegerExpressions.java:17: error: not a statement
int thirdResult; firstInt * thirdInt%secondInt);
^
IntegerExpressions.java:17: error: ';' expected
int thirdResult; firstInt * thirdInt%secondInt);
^
3 errors


I have no clue where I'm going wrong please help.

Answers

Answer:

its the first result and reread the second result

Explanation:

Which of the following uses an augmented assignment operator to multiply number by 5?

• number = 5;
• number = number * 5;
• number *= 5;
• number += 5

Answers

The option that uses an augmented assignment operator to multiply number by 5 is option  b: number = number * 5;

What is the Multiplication  about?

Multiplication and Assignment is one that is often denoted by (*=): This operator is known to be one that uses both the functionality of multiplication as well as the assignment.  

A statement where an operator takes a variable as one of its inputs and then assigns the result back to the same variable is typically replaced by an augmented assignment. x += 1,

Hence: a = a * b will be written as a *= b

Therefore, The option that uses an augmented assignment operator to multiply number by 5 is option  b: number = number * 5;

Learn more about assignment operator  from

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

Problem statements help designers propose a specific, measurable solution that addresses the user’s goals and pain points. Which of the following is a quality of a great problem statement?

Answers

A problem statement is clear description of the user's need that should be addressed.

What does a design problem statement mean?

The  problem statement is an accurate and succinct depiction of the issue at hand is referred to as a problem statement.

It serves as a useful scoping tool, focusing the team on the issue that needs investigation and eventual resolution. What has to be done in course of/during discovery and also that or what is outside of scope are made plain by a problem statement.

Therefore,  A problem statement is clear description of the user's need that should be addressed.

Learn more about problem statement from

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

Fill in the blank: A problem statement is a(n) _____.

In _____programs and data have the same form.

Answers

In array, programs and data have the same form.

Is the data type shared by arrays?

A succession of objects with successive numbers are stored in an array, which is a homogeneous data structure (all components have the same data type). The items are allocated in contiguous memory.

By utilizing its number, each object in the array can be accessed (i.e., index). You specify an array's size when you declare it.

When the array is declared as an Object, it is possible to create an array containing items of several data types. as of System. An item in an array of objects can have a reference to any other type of object because objects are the basic class for all other types. A data structure called an array can hold a fixed-size group of identically data-typed elements

Therefore, based on the above, In array, programs and data have the same form.

Learn more about array from

https://brainly.com/question/26104158

#SPJ1

A single module has its own time duration and is worth 5% of the final grade true or false

Answers

A single module has its own time duration and is worth 5% of the final grade  is a false statement.

What does a textbook module mean?

The module of text books is known to be one that a person can print full books or only the chapters.

Note that the book module lets you have both main and supporting chapters, but it doesn't go any farther. In other words, since the module is meant to be a straightforward resource for teachers and students, sub chapters cannot have their own sub chapters.

Therefore, A single module has its own time duration and is worth 5% of the final grade  is a false statement because it can differ from text to text.

Learn more about module from

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

What are considered best practices to reduce our reliance on EUCs?

Answers

The best practices to reduce our reliance on EUCs are:

Access Control Change Control.Input Control. Security in the archiving and backups folders, etc.

What qualifies as an EUC?

End-user computing (EUC) is known to be a term used to describe computer platforms and systems that assist non-programmers in the creation of applications.

However, EUC and the linked virtual desktop infrastructure (VDI), which tends to runs desktop environments on a central server, are said to be much more than that.

Therefore, The best practices to reduce our reliance on EUCs are:

Access Control Change Control.Input Control. Security in the archiving and backups folders, etc.

Learn more about End user computing from

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

1
A problem that can be solved through
technological design has been identified. A
brief has been written. What is the next step
in the design process?
O Specification writing
O To conduct background research
O To identify barriers and constraints
The design of different potential solutions

Answers

The next step in the design process will be the design of different potential solutions. The correct option is D.

What is technological design?

Technological design is a distinct process with several distinguishing characteristics: it is purposeful, based on specific requirements, iterative, creative, and systematic.

A good technical design is one that requires the least amount of effort and money while meeting your business requirements, particularly in terms of development speed and turn-around time, maintenance cost, deployment complexity, scalability, or security requirements.

A problem has been identified that can be solved through technological design. A synopsis has been written. The design of various potential solutions will be the next step in the design process.

Thus, the correct option is D.

For more details regarding technological design, visit:

https://brainly.com/question/26663360

#SPJ1

A student used material that was copyrighted but without penalty. Although age is not a guarantee, at what age is most material in the public domain?
It must be ---- years old.
a 10
b 25
c 50
d 100

Answers

Answer:

c

Explanation:

What is wrong with this text message:
USPS: Tracking Number:
US3896901185421. Dear
customer we have problems with
your shipping address, please
update your information. Check
Here: https://usps.nom.co/vf9

Answers

The Link is saying that there was an error and that you had a faulty link that was not secure.

The Connection is informing you that there was a mistake and that your link was broken and insecure.

What are tracking numbers?

Once you receive your tracking number, tracking your package is simple. The USPS Tracking page only requires the tracking number to be entered.

Along with additional tracking details, such as delivery and/or attempted delivery information, you'll receive the item's current status. The majority of domestic services, like USPS Priority Mail, have tracking numbers that begin with a series of numbers, like 9400.

However, the USPS's overseas tracking numbers start with a series of letters.

Therefore, the Connection is informing you that there was a mistake and that your link was broken and insecure.

To learn more about tracking numbers, refer to the link:

https://brainly.com/question/27640701

#SPJ5

David was new on the job and wanted some direction. He wanted someone to tell him what to do so you wouldn’t have to think about it. In other words he wanted his supervisor to have Director style of leadership. David knew his supervisor could easily instruct him what decisions to make. However, his supervisor often let David decide how he could manage his workload. What might be the reason for David supervisor not wanting to tell him what to do whenever occasion

Answers

Answer:

Describe the 3 business organizations and pros and cons of each with regards to number of owners, liability, lifespan, decision making, and taxation

Explanation:

Which of the following are the functions of an OS?
An OS is responsible for managing and coordinating activities on a computer. The OS delegates booting of a system to other parts of the
system. The OS allocates computer memory and CPU time to various applications and peripheral devices. After this, the CPU manages the
peripheral devices, while the OS acts as an Interface between the user and the peripherals.

Answers

The statement which describes the functions of an operating systems (OS) is: The OS allocates computer memory and CPU time to various applications and peripheral devices. After this, the CPU manages the peripheral devices, while the OS acts as an interface between the user and the peripherals.

What is an operating system?

An operating system can be defined as a system software that's usually pre-installed on a computing device by the manufacturers, so as to manage random access memory (RAM), software programs, computer hardware (peripheral) and all user processes.

In Computer technology, an operating system (OS) acts as an interface between an end user and the hardware portion of a computer system in the processing and execution of instructions, including the management of the random access memory (RAM).

Read more on operating system here: brainly.com/question/22811693

#SPJ1

Which of the following fields use computers?
1. Computer Science
II. Medicine
III. Video Gaming
IV. Automotive (Cars)

I
I, III
I, II, III
I, II, III, IV

Answers

1 2 3 use them mainly.

Answer:

The answer is B. l, lll

Explanation:

please correct me if I'm wrong

When following the user-centered design approach, what should a designer do after completing initial user research to better understand the user?
• Test the design solution with real people
• Determine who your user is
• Build on previous designs and make tweaks
• Determine the most important user problem to solve
which option is correct answer

Answers

Following the user-centered design approach, after completing initial user research to better understand the user they should go for determining who the user is. The correct option is B.

What is user-centered design approach?

Design is founded on a clear understanding of users, tasks, and environments; it is guided and refined by user-centered evaluation; and it addresses the entire user experience.

The iterative process involves users throughout the design and development process.

UCD is an iterative design process in which designers focus on the users and their needs throughout the design process.

UCD design teams use a variety of research and design techniques to involve users throughout the design process in order to create highly usable and accessible products for them.

Following the user-centered design approach, they should determine who the user is after conducting preliminary user research to better understand the user.

Thus, the correct option is B.

For more details regarding user-centered design approach, visit:

https://brainly.com/question/28379376

#SPJ1

Short notes on Encryption and Decryption?​

Answers

Answer:

Explanation:

Encryption is the process by which a readable message is converted to an unreadable form to prevent unauthorized parties from reading it.

Decryption is the process of converting an encrypted message back to its original (readable) format. The original message is called the plaintext message.

5. Daily Temperature Strip Charts. Aspiring meteorologist Jesse Kosch has collected data on the daily high temperature in Valentine, Nebraska, for over an entire year. Jesse then used a strip chart to display each day’s high temperature by month.

a. Which of the following statements accurately criticizes this chart?

i. It is not clear what each data point represents.
ii. The chart suffers from occlusion as there is no distinct data point for each day in each month.
iii. A line chart would better display this data.
iv. The chart needs to use color differentiation.

b. How could Jesse best improve this visualization?

i. Differentiate each month with a different color
ii. Jitter each data point vertically
iii. Change the horizontal axis to the day of the year and plot as a time series chart
iv. Use hollow dots instead of solid dots and horizontally jitter each data point

Answers

The problem that is presented on the chart that we have is the fact that it  suffers from occlusion as there is no distinct data point for each day in each month.

The best way that the visualization can be fixed would be to Use hollow dots instead of solid dots and horizontally jitter each data point.

What is a data visualization?


This is the term that is used in data analysis to refer to all of the ways that data can be represented in a diagrammatic way by the use of graphs and charts to bring out the data points that are in the graph.

With this it would be easier to read the data and understand the different changes that have taken place.

Read more on data visualization here:

https://brainly.com/question/19566670

#SPJ1

Give an example of Parallel and Serial transmission and explain the process between the two.

Answers

Answer:

You can find it online at geeks to geeks

Explanation:

In Serial Transmission, 8 bits are transferred at a time having a start and stop bit. Parallel Transmission: In Parallel Transmission, many bits are flow together simultaneously from one computer to another computer. Parallel Transmission is faster than serial transmission to transmit the bits.

SUPPOSE A PIECE OF CODE FROM AN APPLICATION IS GIVEN TO YOU, AND YOU RECOGNIZE THAT IT IS TRYING TO ORDER THE DATA BY SWAPPING ADJACENT DATA POINTS ALL THE WAY THROUGH THE LIST. WHAT ALGORITHM DOES THIS REPRESENT?
A: QUICK SORT
B: BINARY SEARCH
C: MERGE SORT
D: BUBBLE SORT

Answers

Based on the above, the The algorithm represent what we call the Bubble Sort.

What is bubble sort program?

The simple sorting algorithm bubble sort in C checks and switches elements if they are not in the desired order. It determines which of two nearby elements is greater or less by comparing them, then shifts the elements based on the condition until the element is located at its final location.

Therefore, Based on the above, the The algorithm represent what we call the Bubble Sort.

Learn more about Bubble Sort from

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

Question 1 of 4
OSHA requires which of the following trenches to have a protective system installed?
Select the best option.
O
A trench 1 foot deep.
A trench 3 feet deep.
A trench 14 feet deep.

Answers

Answer:

These are all wrong. OSHA requires a trench to have a protective system starting at 5 feet.

Explanation:

OSHA's own rules state this, unless it is in stable rock. If it is under 5 feet, it isn't required and can be decided by someone qualified.

A trench 14 feet deep would definitely require a protective system, due to the the minimum being 5 feet.
Other Questions
A student in your class is constantly interrupting and can't sit still You're concerned and want to come up with a plan of action. Which of the following would be the best way to come up with possible solutions to support the student? PLS PLS PLS PLS PLS PLS HELP IM LITERALLY STRUGGLING What went wrong with Maibon's wish (the But part of the summary)? Question 5 options: the stone sped up time instead of stopping it it didn't work at all It stopped everything from growing Maibon didn't grow older but his wife did Write the following number in decimal notation. Four hundred twenty-seven thousandths Question #8Multiple ChoiceMaintaining good ethics and skill base is important to theforensic lab workerin order to present honest and accurate evidence to thecourtsIin order to keep his jobin order to uphold the law and convict as many suspectsas possiblein order to guard the reputation of the CSI crime lab andpolice force 3. Chris is 24. His age is two more than half hisfather's age. How old is his father?Define a variable and write an equation for each of the following and solve: Let [tex] \rm\hat{i}, \hat{j} \: and \: \hat{k} [/tex] be the unit vector along the three positive coordinate axes. Let [tex] \rm\overset{ \to}a = 3 \hat{i} + \hat{j} - \hat{k} ,\\ \rm \overset{ \to}b = \hat{i} + b_{2} \hat{j} + b_3\hat{k}, \: \: \: \: \: \: \: b_{2}, b_{3} \in \mathbb{R}, \\ \rm\overset{ \to}c= c_{1} \hat{i} + c_{2} \hat{j} + c_3\hat{k}, \: \: \: \: \:c_{1},c_{2}, c_{3} \in \mathbb{R}[/tex] be three vectors such that [tex] \rm b_2b_3 > 0, \overset{ \to}a \cdot\overset{ \to}b = 0[/tex] and [tex] \left(\begin{gathered} 0& \rm - c_{3} & \rm c_{2} \\ \rm c_{3}& \rm 0 & \rm - c_{1} \\ \rm - c_{2}& \rm c_{1} & \rm 0 \end{gathered} \right) \left(\begin{gathered} 1 \\ \rm b_{2} \\ \rm b_3\end{gathered} \right) = \left(\begin{gathered} \rm3 - c_{1} \\ \rm 1 - c_{2} \\ \rm - 1 - c_3\end{gathered} \right)[/tex]Then which of the following is true[tex] \rm(1) \: \overset{ \to}a \cdot\overset{ \to}c = 0 \\ \rm(2) \: \overset{ \to}b \cdot\overset{ \to}c = 0 \\ (3) \: \overset{ \to}{| \rm b|} > \sqrt{10} \\(4) \: \overset{ \to}{| \rm c|} \leq \sqrt{11}[/tex] Simplify each expression. 36/ Glaucoma is a permanent disorder and cannot be treated with surgery.Please select the best answer from the choices providedTF (03.04 MC) Nicole is writing an argumentative essay about the importance of the arts in education. She includes the following: Arts education isn't just fun and games. A public school in Brooklyn that incorporated art across all core-content areas showed an almost 10 percent increase in language arts and math test scores and a decrease in student absences. To reinforce the need for expanded arts education, the American Academy of Arts and Sciences says, "we are at a crisis point, where access to arts education is declining steadilyand action must be taken to reverse the trend." Clearly there is a correlation between student success and the inclusion of arts in schools and it's time for the country to take notice. Her elaboration, in bold, is which type of elaborative technique? Example Description Definition Quote or citation Does the intitial velocity of an object have anything to do with its acceleration? Given linear demand curves, if demand and supply increase by identical amounts, then? 4x + 5y = 66x - 7y = -20 a bag contains 6 blue marbles 4 red marbles and 2 yellow marbles.what is the probability of selecting a blue marble replacing it then selecting another blue marble? Corinna paid $3 for 12 eggs. What was the cost of 1 egg? The position of a submarine relative to sea level, changes by - 7 miles each hour. How many hours did it takesubmarine to reach 43.75 miles below sea level?PLEASE HELP Help me pls!! 4 math questions Suppose you make a $5 bet on the number 0 on a roulette wheel with 38 slots labeled 00, 0, 1, 2, 3, ... , 36. If 0 is spun, you win a net gain of $175. If a 0 is not spun you lose the $5 bet. If you spin the wheel 50 times, how much money can you expect to gain or lose? Given that 212basex + 122basex=1111 basex.Find x PLEASE HELP ASAP!!!!!!After reading 'Initiation', explain what you would have done if you had been in that situation, based on your life experience and personality. It is OK to use "I" in this type of answer. Your answer should be a full paragraph with references to the reading and discussion of your choices as you think you would have made them.