Answers

Answer 1

Answer:

lurch means make an abrupt, unsteady, uncontrolled movement or series of movements; stagger.

Answer 2

Answer:

uncontrolled movement or series of movements

Explanation:


Related Questions

15. What is the primary difference between how WPA2- Personal and WPA2-Enterprise are implemented on a network?

Answers

Answer:

The primary difference between WPA2-Personal and WPA2-Enterprise is in how the authentication process is handled.

WPA2-Personal uses a pre-shared key (PSK) method for authentication, where all users share the same password. This method is suitable for small home networks where there are a limited number of users.

On the other hand, WPA2-Enterprise uses a more complex method of authentication, such as the Extensible Authentication Protocol (EAP), to authenticate each individual user on the network. This method is more suitable for larger organizations with many users, as it provides greater security and control over network access. Additionally, WPA2-Enterprise requires the use of an authentication server, such as a RADIUS server, to manage user authentication.

Explanation:

Select the correct answer.
18. Which principle of animation involves presenting an object prominently as the focus of a scene?
A.
anticipation
B.
staging
C.
timing
D.
arcs
E.
ease in and ease out

Answers

Answer:

It's either B or D

Explanation:

If it's not I'm sorry :(

5. Let sigma = {0,1,+,=} and ADD = {x=y+z|x,y,z are binary intergers and x is the sum of y and z}.
Show that ADD is not regular. bining​

Answers

To prove that ADD is not regular, we can use the Pumping Lemma, which is a tool for proving the non-regularity of languages.

Assume ADD is a regular language. According to the Pumping Lemma, there exists a pumping length (p) such that any string in the language with a length of p or greater can be divided into substrings in a way that satisfies the pumping conditions.

Let's consider a string "s" in ADD that satisfies the pumping conditions. Since s is in ADD, it can be represented as x = y + z, where x, y, and z are binary integers.

Now, we can analyze the possible cases for dividing the string s into substrings: x, y, and z.

1. If y contains only 0s or only 1s, then pumping up or down by repeating y will result in a string that is no longer in ADD since the sum of two binary integers will always have a carry-over.

2. If y contains a mix of 0s and 1s, we can pump up or down by repeating y to change the balance between 0s and 1s. This will result in a string that violates the condition for binary addition.

In both cases, the pumped string will no longer be in ADD, which contradicts the assumption that ADD is regular.

Therefore, we can conclude that ADD is not a regular language.

By using the Pumping Lemma and analyzing the properties of the language ADD, we have shown that it does not satisfy the conditions for regularity.

for more questions on Pumping Lemma,

https://brainly.com/question/30819932

#SPJ11

Which of the following is NOT an e-reader you would use as an alternative to carrying around a set of textbooks?

Answers

Answer:

Which of the following is NOT a benefit of a word processing application?

Explanation:

8.7 LAB: Instrument information (derived classes)
Given main() and the Instrument class, define a derived class, StringInstrument, for string instruments.

Ex. If the input is:

Drums
Zildjian
2015
2500
Guitar
Gibson
2002
1200
6
19
the output is:

Instrument Information:
Name: Drums
Manufacturer: Zildjian
Year built: 2015
Cost: 2500
Instrument Information:
Name: Guitar
Manufacturer: Gibson
Year built: 2002
Cost: 1200
Number of strings: 6
Number of frets: 19

Answers

Answer:

Explanation:

Using the main() and Instrument class which can be found online. We can create the following StringInstrument class that extends the Instrument class itself. The only seperate variables that the StringInstrument class posses' would be the number of Strings (numStrings) and the number of frets (numFrets). Due to technical difficulties I have added the code as a seperate text file below.

8.7 LAB: Instrument information (derived classes)Given main() and the Instrument class, define a derived

Use the drop-down menus to complete statements about how to use the database documenter

options for 2: Home crate external data database tools

options for 3: reports analyze relationships documentation

options for 5: end finish ok run

Use the drop-down menus to complete statements about how to use the database documenteroptions for 2:

Answers

To use the database documenter, follow these steps -

2: Select "Database Tools" from   the dropdown menu.3: Choose "Analyze"   from the dropdown menu.5: Click on   "OK" to run the documenter and generate the desired reports and documentation.

How is this so?

This is the suggested sequence of steps to use the database documenter based on the given options.

By selecting "Database Tools" (2), choosing "Analyze" (3), and clicking on "OK" (5), you can initiate the documenter and generate the desired reports and documentation. Following these steps will help you utilize the database documenter effectively and efficiently.

Learn more about database documenter at:

https://brainly.com/question/31450253

#SPJ1

Write your own function, named HappyBirthday, which takes 1 (required) integer parameter: year, and one (required) string parameter, name.




Use the year input to calculate the number of years of the person, based on a current year.


If number is less than 1920, print: "Error, need at least 1920 year value"




Example: if the following arguments are passed to your HappyBirthday function:


2000 Larry


Your program should print: "Happy 23 Birthday Larry!"


it seems like i'm on the right path but it's not running. i'm getting syntax errors! I'm also using python!

Answers

Python is a powerful, high-level, general-purpose programming language.

Python script for the  HappyBirthday function

def HappyBirthday(year, name):

 current_year = 2020

 years = current_year - year

 if year < 1920:

   print("Error, need at least 1920 year value")

 else:

   print("Happy", years, "Birthday", name, "!")

HappyBirthday(2000, "Larry")

Python is used for many different types of applications, including web development, data science, scripting, game development, system automation, and more.

Python is an easy-to-learn language that emphasizes readability and simplicity, allowing developers to quickly and efficiently create programs and applications.

Learn more about Python here:

https://brainly.com/question/26497128

#SPJ1

PLEASE HELP
Which of the following best describes the existence of undecidable problems?

PLEASE HELP Which of the following best describes the existence of undecidable problems?

Answers

Answer:

D.

Explanation:

Its the exact definition of an undecidable problem. Plus I have my notebook open next to me and that's what it says, trust bro.

An undecidable problem is a problem for which no algorithm can be constructed that always produces a correct output. The correct option is D.

What is undecidable problem?

Problems that cannot be solved by an algorithm are known as undecidable problems since no computer program can come up with a solution that works for every scenario.

This is a key drawback of computing systems, and it has been analytically shown that some issues are intractable from the start.

Decision issues that lack an algorithmic solution are referred to as undecidable.

A issue that cannot be solved by a computer or computer software of any type has never been solved by a computer. There is no such thing as a Turing machine that can solve an insoluble problem.

Thus, the correct option is D.

For more details regarding undecidable problems, visit:

https://brainly.com/question/30187947

#SPJ6

25 Points !! HELP ASAP . DUE TOMORROW MORNING .

Imagine you are scrolling through your social media and you see these two links, which one would you click on? Why? Explain answer 2-3 sentences long .

25 Points !! HELP ASAP . DUE TOMORROW MORNING . Imagine you are scrolling through your social media and

Answers

Answer:

The Associated Press

Explanation:

Out of the two options presented, The Associated Press caught my attention more due to its compelling content. The content displayed is visually appealing and likely to pique one's curiosity, motivating one to seek further information.

200 words essay about prodcating

Answers

Podcasting is a form of digital audio broadcasting that allows individuals and organizations to create and distribute their own audio content to a global audience. Podcasts can be created on a wide variety of topics, from news and current events to entertainment, education, and personal development. They can be listened to on a variety of devices, including smartphones, tablets, and computers.

What is Podcasting?

Podcasting has become increasingly popular in recent years, thanks to the widespread availability of high-speed internet and the proliferation of smartphones and other mobile devices. This has made it easier than ever for people to access and listen to podcasts, regardless of where they are or what they are doing.

Creating a podcast is relatively easy and can be done with minimal equipment and technical expertise. The most important aspect is the content, which should be engaging, informative and of good quality. Podcasts can be recorded using a computer and a microphone, and then edited using a software such as Audacity.

In summary, podcasting is a form of digital audio broadcasting that allows individuals and organizations to create and distribute their own audio content. The popularity of podcasting has grown exponentially in recent years, thanks to the widespread availability of high-speed internet and mobile devices. It's relatively easy to create a podcast, and it can be a powerful marketing tool for businesses and organizations.

Learn more about podcasting from

https://brainly.com/question/13131476

#SPJ1

Which phrase describes this image most precisely?
A. a small bunch of beautiful tulips in a transparent jug
B. a colorful bunch of pretty flowers in a water jug
C. a colorful bunch of tulips in a transparent jug with a handle
D. a'nice bunch of colorful wers in a transparent water Jug with a handle
E. some flowers in a jug

Which phrase describes this image most precisely?A. a small bunch of beautiful tulips in a transparent

Answers

The correct answer is D. A nice bunch of colorful flowers in a transparent water jug with a handle.

Explanation:

Describing an image precisely requires using specific details that allow others to understand or imagine the image even without seeing it. Due to this, to describe this image precisely it is a good idea to include as many accurate details as possible, which includes words such as "colorful", "flowers", "transparent", etc. In this context, the best option is D because this offers more details than other options and all of these details are accurate and specific.

In a particular spreadsheet, the data in each cell is password protected. When cells are selected, the formula is visible in the formula bar. Which is true?

A. The cells are locked and hidden.

B. The cells are locked and unhidden.

C. The cells are unlocked and hidden.

D. The cells are unlocked and unhidden.

Answers

Answer: I think the answer is C. The cells are unlocked and hidden.

Explanation: The formula of a locked cell remains visible, but grayed out, in the formula bar and the Spreadsheet View's status bar, when the mouse pointer is resting on the locked cell.

You may need to enter a password though if the worksheet is protected with a password. Then press CTRL+1 to open the Format Cells window. Uncheck Hidden from the Protection tab. Next click on the OK button as shown in the following picture. After that, you will see that the cell contents are visible in the formula bar as shown below.

how would you feel if the next version of windows becomes SaaS, and why?

Answers

If the next version of Windows becomes SaaS, SaaS or Software as a Service is a software delivery model in which software is hosted on the cloud and provided to users over the internet.

Moving Windows to a SaaS model means that Microsoft will continue to deliver updates and new features through a subscription-based service rather than through major new versions of the operating system.

This approach has its own advantages and challenges.

Benefits of the SaaS model for Windows:

Continuous Updates: Users receive regular updates and new features, ensuring they always have access to the latest improvements and security patches.

Flexibility: Subscriptions offer different tiers and plans so users can choose the features they need and customize their experience.

Lower upfront costs: A subscription model could reduce the upfront cost of purchasing Windows, making Windows more accessible to a wider audience.

Improved security: Continuous updates can help address vulnerabilities and security threats more rapidly, enhancing overall system security.

Challenges and concerns with a SaaS model for Windows:

Dependency on internet connectivity: Users would need a stable internet connection to receive updates and access features, which may not be ideal for those in areas with limited or unreliable internet access.

Privacy and data concerns: Users might have concerns about data collection, privacy, and the potential for their usage patterns to be monitored in a subscription-based model.

Cost considerations: While a subscription model may provide flexibility, some users may find it less cost-effective in the long run compared to purchasing a traditional license for Windows.

Compatibility issues: Continuous updates could introduce compatibility challenges for legacy software and hardware that may not be updated or supported in the new model.

Whether you view Windows' migration to a SaaS model as a positive or negative is ultimately determined by your personal perspective and specific implementations by Microsoft.

Cost: SaaS is a subscription-based model, which means users have to pay recurring fees to use the software.

They have to rely on the provider to update, maintain, and improve the software.To sum up, I would feel hesitant about using SaaS if the next version of Windows becomes SaaS.

For more questions on Software as a Service:

https://brainly.com/question/23864885

#SPJ8

Guidewords for the word “serpent” may be

Answers

Answer:

snake

Explanation:

Answer:

snake or a family that belongs to snake

FILL IN THE BLANK Claudette is a developer working for a software company that uses JIRA, a PLM product. Claudette knows that using JIRA benefits her organization because _____.

Answers

Developer Claudette works for a software firm that use JIRA, a PLM solution. Because higher management may use JIRA to track project progress and make strategic decisions, Claudette is aware that utilizing it is advantageous to her company.

Use Jira among programmers?

Throughout the whole development lifecycle, software development teams use Jira Software. This manual is intended for developers joining an active Jira Software project.

What does a Jira developer do?

You construct dashboards for JIRA Connect add-ons, define custom fields, support JIRA configurations that take into account all client requirements, build and deploy servers and apps, develop plugins to enhance JIRA capabilities, create custom preset filters, test results, and find bugs.

To know more about software firm visit :-

https://brainly.com/question/15712126

#SPJ4

Write a program to convert celcius into fahrenhiet. (computer science) ​

Answers

Explanation:

HOPE IT WILL HELP YOU TO SOLVE YOUR PROBLEM
Write a program to convert celcius into fahrenhiet. (computer science)

C program

You are to write a program which will do the Lotto.
The lotto consists of 5 numbers from 1-70 and a power ball from numbers 1-30.
The first 5 numbers should not repeat (same for the winning numbers). The power ball can repeat with any of the first 5 numbers.

You are going to purchase 10,000 lotto tickets. Each ticket has 6 numbers (5 num and 1 pow).
Give each ticket random numbers, and compare to the winning numbers (winning numbers generated only once).

Match the 5 numbers and the power ball number and you win the jackpot!
Match 5 numbers only and you win $1,000,000.
Match 4 numbers only and you win $50,000.
Match 3 numbers only and you win $7.
Match under 3 numbers, but you got the power ball and you win $4.

anything else wins nothing.

Need help, program must work!!!

Answers

Code :

#include <stdio.h>

#include <stdlib.h>

#include <time.h>

#define NUM_TICKETS 10000

#define NUM_NUMBERS 5

#define MAX_NUMBER 70

#define MAX_POWERBALL 30

void generateNumbers(int arr[], int n, int max) {

int i, j, temp;

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

arr[i] = rand() % max + 1;

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

if (arr[j] == arr[i]) {

i--;

break;

}

}

}

}

void printNumbers(int arr[], int n) {

int i;

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

printf("%d ", arr[i]);

}

}

int checkMatch(int ticket[], int winningNumbers[], int powerball) {

int i, numMatch = 0;

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

if (ticket[i] == powerball) {

numMatch++;

break;

}

}

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

int j;

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

if (ticket[i] == winningNumbers[j]) {

numMatch++;

break;

}

}

}

return numMatch;

}

int main() {

int i, j;

int winningNumbers[NUM_NUMBERS];

int winningPowerball;

int ticket[NUM_NUMBERS + 1];

int jackpot = 0, match5 = 0, match4 = 0, match3 = 0, matchPowerball = 0;

srand(time(NULL));

generateNumbers(winningNumbers, NUM_NUMBERS, MAX_NUMBER);

winningPowerball = rand() % MAX_POWERBALL + 1;

printf("Winning numbers: ");

printNumbers(winningNumbers, NUM_NUMBERS);

printf("Powerball: %d\n", winningPowerball);

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

generateNumbers(ticket, NUM_NUMBERS, MAX_NUMBER);

ticket[NUM_NUMBERS] = rand() % MAX_POWERBALL + 1;

int numMatch = checkMatch(ticket, winningNumbers, winningPowerball);

switch (numMatch) {

case 6:

jackpot++;

break;

case 5:

match5++;

break;

case 4:

match4++;

break;

case 3:

match3++;

break;

case 1:

if (ticket[NUM_NUMBERS] == winningPowerball) {

matchPowerball++;

}

break;

}

}

printf("Jackpot winners: %d\n", jackpot);

printf("Match 5 winners: %d\n", match5);

printf("Match 4 winners: %d\n", match4);

printf("Match 3 winners: %d\n", match3);

printf("Match powerball winners: %d\n", matchPowerball);

return 0;

}

EXPLANATION:This program generates the winning numbers and powerball using the generateNumbers() function, which ensures that each number is unique. It then generates 10,000 lotto tickets and checks each one using the checkMatch() function, which returns the number of matching numbers and the powerball. The results are tallied and printed at the end

A 3-character string, passCode, is read from input. Replace the second and third characters in passCode with '$' only if both are digit characters. Otherwise, passCode is not changed.

Ex: If the input is 435, then the output is:

4$$

Ex: If the input is 68p, then the output is:
68p

in c++

Answers

Here's the C++ code that implements the given functionality:

#include <iostream>

#include <string>

using namespace std;

int main() {

 string passCode;

 cin >> passCode;

 

 if (passCode.length() >= 3 && isdigit(passCode[1]) && isdigit(passCode[2])) {

   passCode[1] = '$';

   passCode[2] = '$';

 }

 

 cout << passCode << endl;

 

 return 0;

}

How to explain the program

The program reads a string input passCode from the user and checks if it has at least 3 characters and if the second and third characters are digits. If both conditions are met, it replaces the second and third characters with the '$' character. Finally, it prints the updated passCode string to the console.

Note that the isdigit function from the <cctype> library is used to check if a character is a digit. The string class from the <string> library is used to represent the passCode string.

Learn more about program on

https://brainly.com/question/26642771

#SPJ1

The way text appear is called its

Answers

Answer:

the way the text appear is called it's formatting

Is there an alternative website of https://phantomtutors.com/ to get guidance in online classes?

Answers

Answer:

The website is

classroom

Explanation:

Knowledge has two main sources

Answers

Discrete and Continuous Data

You use a word processor to create and save a text-based document on your computer. What does the text in your document represent? Question 15 options: 1) data 2) hardware 3) operating system 4) application

Answers

Since you  use a word processor to create and save a text-based document on your computer. The  text in your document represent: 1) data.

What is the  word processor?

The term Data is known to be one that connote a form of  raw facts, figures, as well as symbols that are placed to a computer for processing.

Note that  In this case, the text that is said to be formed via the use of a word processor is the raw data that is known to being input to the computer.

Therefore,  The word processor application is one that tends to processes this data to make the final document that a person can be able to be saved on the computer's storage device.

Learn more about word processor   from

https://brainly.com/question/985406

#SPJ1

Bro how the hell do u do full screen on windows
(LAPTOP. NOT PC.)
f11 does not work, does anyone have a solution?

Answers

Answer:

You'll need to hold down/click f11 and fn at the same time.

If not that, try ctrl + shift + f5.

I can guarantee the first works; not too sure about the second.

Explanation:

Well, it's hotkeys, so...

EDIT: The f5 command does nothing related to full screen, my bad.

Answer:

f11 should work just hold it down or restart your computer and try it again

Explanation:

. Write a program to calculate the square of 20 by using a loop
that adds 20 to the accumulator 20 times.

Answers

The program to calculate the square of 20 by using a loop

that adds 20 to the accumulator 20 times is given:

The Program

accumulator = 0

for _ in range(20):

   accumulator += 20

square_of_20 = accumulator

print(square_of_20)

Algorithm:

Initialize an accumulator variable to 0.

Start a loop that iterates 20 times.

Inside the loop, add 20 to the accumulator.

After the loop, the accumulator will hold the square of 20.

Output the value of the accumulator (square of 20).

Read more about algorithm here:

https://brainly.com/question/29674035

#SPJ1

Consider the following correct implementation of the selection sort algorithm.public static void selectionSort(int[] elements){for (int j = 0; j < elements.length - 1; j++){int minIndex = j;for (int k = j + 1; k < elements.length; k++){if (elements[k] < elements[minIndex]){minIndex = k;}}if (j != minIndex){int temp = elements[j];elements[j] = elements[minIndex];elements[minIndex] = temp; // line 19}}}The following declaration and method call appear in a method in the same class as selectionSort.int[] arr = {30, 40, 10, 50, 20};selectionSort(arr);How many times is the statement elements[minIndex] = temp; in line 19 of the method executed as a result of the call to selectionSort ?a. 1b. 2c. 3d. 4e. 5

Answers

The statement elements[minIndex] = temp; in line 19 of the method will be executed as many times as the number of swaps performed during the sorting process. The selection sort algorithm works by finding the minimum element in the unsorted portion of the array and swapping it with the first element of that portion. Hence, this statement will be executed a total of 4 times as a result of the call to selectionSort in the given example.

The statement elements[minIndex] = temp; in line 19 of the method is executed a total of 4 times as a result of the call to selectionSort. The selectionSort algorithm sorts an array of elements by repeatedly finding the minimum value in the unsorted portion of the array and swapping it with the first unsorted element. In the given example, the array arr contains 5 elements [30, 40, 10, 50, 20]. The first iteration of the outer loop (j = 0) sets minIndex = 0 and compares all other elements to the first element, 30. Since 10 is smaller than 30, minIndex is updated to 2. The first swap occurs and elements[0] is now 10. The second iteration (j = 1) sets minIndex = 1 and compares all elements after the first to 40. Since 20 is smaller than 40, minIndex is updated to 4. The second swap occurs and elements[1] is now 20.

The third iteration (j = 2) sets minIndex = 2 and compares all elements after the second to 10. Since 10 is already the smallest element, minIndex remains at 2. No swap occurs. The fourth iteration (j = 3) sets minIndex = 3 and compares all elements after the third to 50. Since 50 is already the smallest element, minIndex remains at 3. No swap occurs. Since j = elements.length - 1, the outer loop terminates and the final array is [10, 20, 30, 50, 40]. The statement elements[minIndex] = temp; in line 19 is executed 4 times, one time for each swap that occurred.

To know more about minIndex Please click on the given link

https://brainly.com/question/22079506

#SPJ4

how you use ict today and how will you use it tomorrow

Answers

Answer:

you use it in water today

Explanation:

tomorrow you'll use it in soda

User Interface Design ensures that the interface has elements that are easy to ________________. (Choose all that apply)

Question 1 options:

a) use to facilitate actions


b) change location


c) understand


d) remove


e) access

Answers

Answer:

A, C, D

Explanation:

User Interface (UI) Design focuses on anticipating what users might need to do and ensuring that the interface has elements that are easy to access, understand, and use to facilitate those actions.

i believe it’s acd:) hope this helps

The software that allows multiple operating systems to run on a computer at the same time is called a(n) _____.

operating system manager
version
distribution
hypervisor

Answers

Answer:

hypervisor

Explanation:

What feature allows a person to key on the new lines without tapping the return or enter key

Answers

The feature that allows a person to key on new lines without tapping the return or enter key is called word wrap

How to determine the feature

When the current line is full with text, word wrap automatically shifts the pointer to a new line, removing the need to manually press the return or enter key.

In apps like word processors, text editors, and messaging services, it makes sure that text flows naturally within the available space.

This function allows for continued typing without the interruption of line breaks, which is very helpful when writing large paragraphs or dealing with a little amount of screen space.

Learn more about word wrap at: https://brainly.com/question/26721412

#SPJ1

convert 1/32 GB into MB​

Answers

Answer:

31.25 megabytes.

31.25 megabytes

Other Questions
The function y=5. 45+1. 05(x+7) can be used to determine the cost in dollars for a prepaid cell phone plan of x minutes What is the rate of change with respect to the number of minutes purchased which of the following refers to the amount of debt versus equity a firm has on its balance sheet? multiple choice A. capital coverage B. debt structure C. capital structureD. financial structure Let f(x) E Z[x] with deg (f(x)) 1, and let f(x) be the polynomial in Z, [x], where p is prime integer, obtained from f(x) by reducing all the coefficients of f(x) modulo p. Assume that deg (F(x)) = deg(f(x)), then: If f(x) is reducible over Q. then f(x) is irreducible over Z O This option If f(x) is reducible over Zp, then f(x) is reducible over Q If f(x) is reducible over Zp, then f(x) is reducible over Q O This option None of choices Stephen and Alice are both reading the same book for a book club. Stephen reads 278 pages in 7 weeks. Alice reads 31 pages each week. About how many more pages dose Stephen read each week than Alice.answers: A: 20 B: 10 C: 70 or D: 0pls halp Given a sample, {x 1,x 2,,x n}, from a Gaussian distributed random variable X with mean X, variance X2, and is not random; please answer the following questions. (a) What is the sampling distribution of sample observation x 2? (b) What is the sampling distribution of sample observation x 5? (c) What is the sampling distribution of sample mean xn= i=1nx i/n ? (d) What is the sampling distribution of sample variance s X2= i=1n(x i xn) 2/(n1) ? (e) What is the sampling distribution of (n1)s X2/ X2? (f) What is the sampling distribution of xnas the sample size n is large enough? A carpet has a length of 5 and 2/3 feet and a width of 4 and 1/4 feet. What is the area of the carpet? A rightward shift in aggregate demand will cause an increase in output and no change in the price level if aggregate supply isMultiple ChoiceUpward-sloping to the right.Vertical.Downward-sloping to the right.Horizontal. Diversification reduces the risk of a portfolio because? brainliest but gotta be right Burden of Supporting an Over-expanded Military Explanation and Significance problema 2 viviane e lara tinham uma quantia em dinheiro, mas nenhuma tinha mais de 10 reais. leia o dialogo delas com atenao e descubra quantos reais tinha cada uma das amigas viviane:se eu ganhar 1 real passarei a ter a mesma quantia que voce tem lara, lara:se eu ganhar 2 reais terei o dobro da quantia que voce tem,viviane Give an example of the most recent fiscal policy action, if any,by the US Government agency such as the Federal Reserve's Monetarypolicy action. For Cynthia's fourth lab report, she calculated the ratio of velocities before and after the impact of a basketball bouncing on a court. This measurement is called the coefficient of restitution. She got the following four values. 0. 720. 750. 730. 76The accepted value is 0. 77. Cynthia's percent error was [blank]%. Enter your answer as the number that correctly fills in the blank, rounded to two decimal places, like this: 42. 53 What is the image point of (-2, -3) after a translation right 2 units and up 4 units? Use the word bank provided to fill in the blanks in this proof Bitumen is (a) a form of liquid coal. (b) a degraded type of petroleum. (c) a by-product of natural gas extraction. (d) a fast-forming fossil fuel. (e) a petroleum product used for plastic production. 2. What color de corbata does Joshua buy?O blanconaranjaOverde when measring the volume of the irregular solid by water displacement, why is it important tht n air bubbles are on the object or on the side of the cylineder? I'm giving out free brainiest if anyone wants it.Rules: In order to win you have to tell me a fun fact that you are sure not many people know.This time you have to add a cool picture.If you answer you will get 20 extra points :)HAVE FUN!!! Read the Article and answer the questions.