One employee earns a weekly salary of $500, and another works hourly, making $10 per hour. How many hours does the hourly employee need to work to earn the same weekly amount as the salaried employee?.

Answers

Answer 1

No. of hours, hourly employee need to work to get earnings as the standard employee = 50 hours.

What is an equation?

An equation can be defined as a statement that supports the equality of two expressions, which are connected by the equals sign “=”. For example, 2x – 5 = 13.

Here,

2x – 5 and 13 are expressions

The sign that connects these two expressions is “=”.

Given, weekly salary of an employee = $500

Hourly earning of another employee = $10

Let the hourly employee work for x hours to earn the same earnings as weekly employee

By the question,

$10 x = $500

x = $500/$10

x = 50 hrs.

Hence, the hourly employee has to work around 50 hours make same weekly earnings as the standard employee.

To learn more about equation visit : brainly.com/question/10413253

#SPJ4


Related Questions

Write a for loop that prints the integers 1 through 40, separated by spaces or new lines. You may use only one variable, count which has already been declared as an integer

Answers

A for loop for print the integers 1 through 40, separated by spaces or new lines is represented by #include <iostream>

using namespace std;

int main(){ for(int count=1;count<=40;count++)

printf(" %d",count);}.

A for loop is a repetition control structure that allows you to efficiently write a loop that needs to execute a specific number of times. The structure for writing the " For loop" in C++ programming ,

#include <iostream> using namespace std; int main() { for (int i = 1; i <= 5; ++i) { cout << i << " "; } return 0; } .

We have to print the integers 1 through 40, separated by spaces or new lines. You may use only one variable, count which has already been declared as an integer. The required for-loop is written as the following: Input :

#include <iostream>

using namespace std;

int main(){

for(int count=1;count<=40;count++)

printf(" %d",count);}

Output : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

The for-loop description-

Initialization : the count variable is initialized with 1 then in the next step the for-loop condition is set as “count<=40 “.Further the count is incremented by 1 by using “count++”Finally, to get the result the variable count is printed to the console.

Hence, the required program code is founded.

To learn more about For loop, refer :

https://brainly.com/question/19706610

#SPJ4

Who designed first stamp of Pakistan?.

Answers

The First Postal Stamp of Pakistan was issued on 9th July, 1948, was designed by Abdul Rehman Cughtai and approved by Quaid-i-Azam on the occasion of the first Independence Day and was adjudged as one of the most beautiful stamps of the world.

Due to the lack of a local press, Pakistan's initial stamps were printed by Thomas De La Rue in London. In 1949, the Pakistan Security Printing Corporation was set up in Malir Halt, Karachi. The first set printed entirely by this press was the 1954 Seventh Anniversary issue.

Title: First Stamp of Pakistan

Creator: Abdul Rehman Cughtai

Date Created: 1948

Physical Location: State Bank Museum & Art Gallery

Learn more about First Stamp at:

https://brainly.com/question/20598714

#SPJ4

Is 2x³ a polynomial?.

Answers

Answer:

Yes

Step-by-step explanation:

Mark Me As Brainilist

One little cat can eat a bag of treats in 15 minutes while another cat can eat the same bag of treats in 10 minutes. What part of the bag can they eat together in the given time? 2 minute. How about 5 minutes

Answers

1/3 of the bag would be eaten by both cats in 2 minutes while 5/6 of the bag would be eaten by both cats in 5 minutes.

What is an equation?

An equation is an expression showing the relationship between numbers and variables.

One little cat can eat a bag of treats in 15 minutes while another cat can eat the same bag of treats in 10 minutes.

a) In 2 minutes:

Part of bag eaten = (1/15 minutes) * 2 minutes + (1/10 minutes) * 2 minutes = 1/3

1/3 of the bag would be eaten by both cats in 2 minutes.

b) In 5 minutes:

Part of bag eaten = (1/15 minutes) * 5 minutes + (1/10 minutes) * 5 minutes = 5/6

5/6 of the bag would be eaten by both cats in 5 minutes.

Find out more on equation at: https://brainly.com/question/2972832

#SPJ1

How do you write a quadratic function in vertex form from a graph?.

Answers

To determine a parabola's equation, we can utilize the vertex form. The aim is to formulate a graph's equation in the form y=a(xh)^2+k using the coordinates of its vertex, or maximum or minimum point.

Assuming we can get the coordinates (h,k) from the graph), and then to determine the value of the coefficient a. It is done by writing a quadratic equation in vertex form, which is y=a(x-h)^2+k, where (h,k) is the vertex of the parabola.

The top or bottom point of a parabola is known as its vertex.

1st coordinate in the vertex is "h," which is -6.The 2nd vertex coordinate, "k," is -4.The first coordinate in the opposite point, "x," is equal to -2.

Learn more about quadratic function Visit: brainly.com/question/1214333

#SPJ4

Is a triangle always 360 degrees?.

Answers

A triangle is a three-sided polygon whose sum of all the angles is always 180 degrees, not 360 degrees.

No, a triangle is not always 360 degrees. In geometry, a triangle is a three-sided polygon with three angles. The sum of the angles in a triangle is always 180 degrees.

This can be proved using the fact that a straight line is 180 degrees. If we draw a straight line, and divide it into two angles, which are supplementary angles. Therefore, these angles add up to 180 degrees. In a triangle, we can draw one straight line and divide it into three angles, which are supplementary angles, therefore the sum of the angles in a triangle is always 180 degrees.

For example, if a triangle has angles of 90 degrees, 60 degrees, and 30 degrees, the sum of these angles is 180 degrees (90+60+30=180).

Therefore, In short, a triangle is a three-sided polygon whose sum of all the angles is always 180 degrees, not 360 degrees.

To learn more about angles,

Visit; brainly.com/question/28451077

#SPJ4

The sum of three consecutive numbers is 69. If the first number is n find the three Numbers ​

Answers

Answer:

22

Step-by-step explanation:

n + (n+1 )+( n+2) = 69

3n+3 =69

3n=66

n=66/3

n=22

Answer:

first number is 21

second number 23

third number 25.

Step-by-step explanation:

The sum of three consecutive numbers is 69

Let the first number be n

the second number be 2 + n

the third number be 4 + n

n + (2 + n) + (4 + n) = 69

=n + n + n + 2 +4 = 69

=3n + 6 = 69

=3n = 69 - 6

=3n = 63

=3n/3 = 63/3

n = 21

therefore the first number n = 21

the second number 2 + n = 2 + 21 = 23.

the third number 4 + n = 4 + 21 = 25.

What are the symbols used in graphing linear inequalities?.

Answers

The symbols used in graphing linear inequalities are greater than symbol (>), less than symbol (<), greater than or equal to symbol (≥), less than or equal to symbol (≤), and not equal to symbol (≠).

When two mathematical statements or two numbers are compared in an unequal way, it is known as an inequality in mathematics. Inequalities can generally be classified as either algebraic or numerical, or as a combination of the two. When a polynomial of degree 1 is compared to another algebraic expression of degree less than or equal to 1, this is an example of a linear inequality, which is an inequality involving at least one linear algebraic expression. Different types of linear inequalities can be represented in a number of different ways.

Not equal ≠ Less than (<) Greater than (>) Less than or equal to (≤) Greater than or equal to (≥)

Learn more about Linear inequalities:

https://brainly.com/question/24372553

#SPJ4

How much greater is the intensity of an earthquake that measures 3 on the Richter scale than and earthquake that measures 1?.

Answers

The intensity of an earthquake that measures 3 on the Richter scale than and earthquake that measures 1 is 31*2 times greater.

Every whole number measurement releases energy that is around 31 times more than the previous whole number measurement. A magnitude 2 earthquake is thus 31 times more violent than a magnitude 1 earthquake, for instance.

The Richter scale, also known as the Richter's magnitude scale, Richter's scale, and the Gutenberg-Richter scale, was created by Charles Francis Richter and first published in his seminal 1935 paper under the name "magnitude scale." Charles Richter created the base-10 logarithmic Richter scale in the 1930s.

Learn more about Richter Scale here:

https://brainly.com/question/24037139

#SPJ4

7. Nina Karas purchased a used car 3 years ago for $11,425.00. Its current
value is $6,897.00. Annual variable costs this year are gasoline, $2,524.90;
oil and filters, $145.21; new battery, $65.45; and transmission repair
$981.33. This year insurance cost $1,546.00, registration was $114.95, and
loan interest totaled $457.88. Nina drove 19,214 miles this year.

Answers

Despite the amount of money she has spent, she has driven a total of 19,214 miles this year.

What is amount?

Amount is a term that can be used to refer to a quantity or number of something. It is often used to refer to a sum of money, such as when people talk about the amount of money they make or owe. Amount can also be used to refer to a quantity of something, such as the amount of water in a tank or the amount of time it takes to do a task.

Nina Karas has experienced an overall decrease in the value of her car since she purchased it three years ago. Despite this, she has incurred a number of variable costs this year that have added up to a considerable sum. For example, she has spent $2,524.90 on gasoline, $145.21 on oil and filters, $65.45 on a new battery, and $981.33 on transmission repairs. Furthermore, Nina has paid $1,546.00 in insurance premiums, $114.95 for her registration, and $457.88 in loan interest. Despite the amount of money she has spent, she has driven a total of 19,214 miles this year.

To know more about amount click-
https://brainly.com/question/25720319
#SPJ1

66 x 7guess the answer no cheating no calculator no asking parent nothing figure it out

Answers

The answer is 462. To get the answer take 66 times 7 which will give you 462 for your answer.

Answer:

462

Step-by-step explanation:

6×7×10×6 is how you do it

Melissa rolls 2 fair dice and adds the results from each.
Work out the probability of getting a total more than 12.

Answers

Answer:

0

Step-by-step explanation:

As the die is fair the maximum number you can get on each die is 6 so even if we get both die's to roll on its maximum (6, 6) we still won't get a number above 12, so the probability of getting a number above 12 is impossible.

if x=3 and y=8, then the value of 5xy is​

Answers

Answer:120

Step-by-step explanation:

given x= 3 and y= 8,

we have to find the value of 5xy

so let us put the values of x and y in the given expression i.e 5xy.2

= 5×3×8

= 120

 Hence the value of 5 xy is 120.

Answer:

Step-by-step explanation:

If x = 3 and y = 8, then the value of 5xy is simply 5 times the product of x and y.

To find the product of x and y, we simply multiply x and y together:

xy = 3 * 8 = 24

To find the value of 5xy, we simply multiply 5 by the value of xy:

5xy = 5 * 24 = 120

So the value of 5xy when x = 3 and y = 8 is 120

There was a total of 640 students at a school on Friday. Every student either walked or
ode in a bus to the school. If 45% of the total number of students walked to the school
on Friday, how many of the students rode in a bus to the school?

Answers

The answer is, the no: of students who took the bus is =352 .The given question is a percentage calculating problem.

How to calculate the Percentage?

There were a total of 640 students at a school on Friday.

Every student either walked or took the bus

45% of the total number of students walked to school

Since, 45% of them walked to the school,

Therefore, percentage of the students took the bus =

100%-45% = 55%

Now, finding the number of students took the bus,

55% of 640 = 640×55/100 = 352

Hence, There were 352 students who took the bus

A ratio or value that can be stated as a fraction of 100 is a percentage. If we need to calculate a percentage of a number, we should divide it by its entirety and then multiply it by 100. The proportion therefore refers to a component per hundred. Per 100 is what the word percent means. The Symbol "%" stands for it.

There is no dimension to percentages. As a result, it is known as a dimensionless number. When we say a number is 50% of anything, we mean that it is 50% of everything.

We must divide the value by the entire value to find the percentage, and then multiply the resulting number by 100.

Percentage formula = (Value/Total value) × 100

To more about Percentage Calculation refer to:

brainly.com/question/24877689

#SPJ1

What are 6 angles called?.

Answers

Answer:

Hexagon

Step-by-step explanation

A hexagon can be defined as a closed two-dimensional polygon with six sides. Hexagon has 6 vertices and 6 angles also. Hexa means six and gonia means angles

Ive tried for hours any i just dont get it

Ethan ordered a bouquet of assorted flowers. It included 3 roses, 4 daisies, and 4 lilies. If only one of the flowers was pink, what is the probability that the pink flower was a rose?
A. 1/3
B. 3/7
C. 3/11
D. 4/11

Answers

Answer: C. 3/11

Step-by-step explanation:

first add up all the flowers so 3 roses, 4 daisies, and 4 lilies, 3 +4 + 4 = 11. if only one flower is pink, and there are 3 roses, then there's a 3/11 chance its a rose.

I round two number to the nearet 1000000 and then add them together to get a total of 7000000. If both number were rounded up and one number wa le than 3000000 to tart with, what are the greatet number each could have been before being rounded?

Answers

The larger number could have been before rounding is 4000001.

We know that both numbers were rounded up to the nearest million and added together to get 7000000.

Since one number was less than 3000000 to start with and both numbers were rounded up, the greatest that the smaller number could have been before rounding is 2999999.

We can use the equation:

(x + y) = 7000000

Where x is the smaller number and y is the larger number before rounding.

We know that x < 3000000 and x = 2999999

So we can substitute these values into the equation:

(2999999 + y) = 7000000

Solving for y:

y = 7000000 - 2999999

y = 4000001

So the greatest that the larger number could have been before rounding is 4000001.

To learn more about significant figures and rounding off, refer to the link:brainly.com/question/17353491

#SPJ4

What does FG mean in algebra?.

Answers

In algebra, the notation "FG" refers to the composition of two functions, "F" and "G", where the output of "G" is used as the input for "F" and the notation is represented as "F(G(x))".

The composition of functions is a way to combine two functions to create a new function. The output of the first function "G" is used as the input for the second function "F". This process is represented by the notation "F(G(x))", where "x" is the input for both functions. The function "F" is applied to the output of the function "G". This composition of functions is useful for modeling complex systems and can simplify mathematical expressions.

It also allows for the creation of more complex functions by combining simpler functions. However, not all functions can be composed and the order of the functions also matters. It's important to note that the order of the functions in composition matters and can change the result of composition.

To learn more about function  questions:

https://brainly.com/question/12431044

#SPJ4

What is the formula for number pattern?.

Answers

The formula for number pattern is an = dn - c.

A series or sequence that frequently repeats itself is referred to as a pattern. In our daily lives, we notice patterns in things like colours, behaviours, shapes, numbers, etc. They can be finite or infinite and related to any phenomenon or thing. A group of integers that are arranged in a pattern according to a predetermined rule are called a pattern in mathematics. These guidelines specify how to compute or resolve issues. For instance, every number in the series 3,6,9,12, increases by 3. The pattern predicts that the final number will be 12 + 3 = 15.

The most frequent kind of mathematical pattern is a number pattern, in which a list of numbers is arranged in a certain order according to a rule. Algebraic or mathematical patterns, geometric patterns, and the Fibonacci pattern are the various sorts of number patterns.

Learn more about  Number pattern:

https://brainly.com/question/28007133

#SPJ4

HELP
18 kg of apples cost $106.20. How much would 31 kg cost?

Answers

Answer:

31kg will cost $ 182.9

Step-by-step explanation:

If 18kg = $106.20

than 31kg = ?

= 31kg/18kg × $106.20

= 3,292.2 /18

=$182.9

16 > -14 - s I don’t know how to solve this I’m in the 7th grade

Answers

Answer:

-30 < s

Step-by-step explanation:

16 > -14 - s

30 > -s

Divided by negative. Because divided by negative, the > will switch to be <

So, the answer is

-30 < s

or

s > -30

What is a cube of 5?.

Answers

The cube of 5 is 125

We know that the cube of a number is the value that are obtained when a number is multiplied by itself three times.

We can find cubes for any real number.

If p be any real valued number then the cube of p is the product of number p  three times.

i.e., p × p × p

The cube of number is represented by the third power (exponent) of that number.

for above the cube of number 'p' is represented by p³

Here we need to find the cube of number 5.

From definition of cube of number,

5³ = 5 × 5 × 5

5³ = 25 × 5

5³ = 125

Thus the cube of number 5 = 125

Learn more about the cube here:

https://brainly.com/question/28134860

#SPJ4

Assignment Simplity [8q² -2 [q²-2 (3q²-3q+5)​

Answers

The simplified form of the expression [8q² -2 [q²-2 (3q²-3q+5)​ is 18q² −12q + 20.

What is simplified from?

Reduce a fraction to its simplest form to simplify it. A fraction is said to be in its simplest form if both its numerator and denominator only contain the number one. As we attempt to solve fractional problems, the process of simplifying difficulties is crucial. Even after we simplify them, the fraction's value will not change. This shows that the true fraction and the simplified fraction are two equivalent fractions.

Lets Simplify

= [8q² -2 [q²-2 (3q²-3q+5)​

= [8q² -2(q²−6q² +6q−10)

= 8q² + 10q² −12q + 20

= 18q² −12q + 20

Thus, The simplified form of the expression [8q² -2 [q²-2 (3q²-3q+5)​ is 18q² −12q + 20.

To learn more about quadratic problem refer to:

brainly.com/question/1214333

#SPJ1

Find the inverse of the function.
f(x)=9x², x ≤ 0

Answers

The inverse of a function "swaps" the x and y values of the original function. To find the inverse of f(x) = 9x², we need to switch the x and y values and solve for x in terms of y:

y = 9x²

To find the inverse function we must isolate x.

x = √(y/9)

So the inverse of the function f(x) = 9x², x ≤ 0 is f^-1(x) = √(x/9), x ≤ 0.

Answer:

[tex]f^{-1}(x)=\dfrac{\sqrt{x}}{3}, \quad x \leq0[/tex]

Step-by-step explanation:

Given function:

[tex]f(x)=9x^2[/tex]

The domain of the given function is restricted:  {x : x ≤ 0}

The range of the given function is restricted:  {f(x) : f(x) ≤ 0}

To find the inverse of a function, swap x and y:

[tex]\implies x=9y^2[/tex]

Rearrange the equation to make y the subject:

[tex]\implies x=3^2y^2[/tex]

[tex]\implies x=(3y)^2[/tex]

[tex]\implies \pm\sqrt{x}=3y[/tex]

[tex]\implies y=\dfrac{\pm\sqrt{x}}{3}[/tex]

As x ≤ 0 then:

[tex]\implies y=\dfrac{\sqrt{x}}{3}[/tex]

Replace y with f⁻¹(x):

[tex]\implies f^{-1}(x)=\dfrac{\sqrt{x}}{3}[/tex]

The domain of the inverse of a function is the same as the range of the original function.  Therefore, the domain of the inverse function is restricted to {x : x ≤ 0}.

Think of a career that interet you, and you would like to learn more about. What information would you mot like to learn about that career? with 5 entence

Answers

These the five sentence about the most important thing to learn about the software engineer career:

Programming language that people most neededWay to code in the most needed programming language Way to bridge an exist database to database on the program we buildWay to determine people needed and change it into programWay to build long term IT plan for corporate or company

What does software engineer do?

Software engineer is a branch of computer engineer science that mainly work to create, secure and manipulating a software. The career on this field mostly start from :

Junior programmer or Junior developerSenior programmer or Senior developerTim managerSystem AnalystSoftware Architect

Learn more about software engineer here

https://brainly.com/question/7145033

#SPJ4

the ages of two brothers are in the ratio 8:3 in 3 years time their ages will be in the ratio 9:4 find the differences between their ages in simultaneous equation

Answers

The differences between their ages is equal to 15 years.

How to determine the differences between their ages?

Since the ages of two brothers are in the ratio 8:3, the age of the first (1st) brother would be represented by 8x while the age of second (2nd) brother would be represented by 3x.

Note: The variable x represents the age in years.

After 3 years, the age of the first (1st) brother would be represented by 8x + 3. Similarly, the age of second (2nd) brother would be represented by 3x + 3.

Translating the word problem into an algebraic equation by using ratios, we have the following:

(8x + 3)/(3x + 3) = 9/4

4(8x + 3) = 9(3x + 3)

32x + 12 = 27x + 27

32x - 27x = 27 - 12

5x = 15

x = 15/5

x = 3.

Now, we can determine the age of the brothers;

First brother's age = 8x = 8 × 3 = 24 years.

And, 2nd brother's age = 3x = 3 × 3 = 9 years.

For the difference, we have:

Difference = 24 - 9

Difference = 15 years.

Read more on ratios here: brainly.com/question/27817533

#SPJ1

The area of a rectangular room is 750 square feet. The width of the room is 5 feet less than the length of the room. Which equations can be used to solve for y, the length of the room? Select three options. y(y + 5) = 750 y2 – 5y = 750 750 – y(y – 5) = 0 y(y – 5) + 750 = 0 (y + 25)(y – 30) = 0

Answers

These are the correct asnwers
y2 – 5y = 750
750 – y(y – 5) = 0
(y + 25)(y – 30) = 0

Which triangles could not be similar to triangle abc ? triangle a b c where angle b is a right angle. Side a b is 15 cm. Side b c is 8 cm. Side a c is 17 cm. Select each correct answer.

Answers

The triangles are comparable to one another if the ratio of their corresponding sides is the same. Triangles ABC, GHI, and JKL all have an approximately equal number of corresponding sides. Triangle ABC, JKL, and GHI are hence comparable to one another.

Similar triangles may not necessarily need to have equal sides, but they do require that all of the angles match.Triangles are comparable to one another if their corresponding sides have lengths that are in the same ratio.

Therefore, Triangles ABC and GHI are comparable to one another because their sides are proportional to one another.Triangles ABC and JKL have sides that are proportionate to one another, hence they resemble one another.

Triangles JKL and GHI are comparable to one another.

To learn more about the triangles click here:

brainly.com/question/2773823

#SPJ4

Trigonometric Ratios

Answers

Answer:Hi there the answer is in quizlet is another page :)

Step-by-step explanation:

The box-and-whisker
plot below
represents some data set. What is the
value of the lower quartile?

Answers

The lower quartile is the value at the edge of the box on the lower edge of the box, 62 in this case.

The upper quartile would be 67, since that's the upper edge of the box.

Other Questions
This domain refers to the equipment and data an organization uses to support its IT infrastructure. It includes hardware, operating system software, database software, and client-server applications.a. Remote Access Domainb. LAN-to-WAN Domainc. System/Application Domaind. WAN Domain During 2021, Raines Umbrella Corporation had sales of $769,000. Cost of goods sold, administrative and selling expenses, and depreciation expenses were $464,000, $104,000, and $149,500, respectively. In addition, the company had an interest expense of $74,200 and a tax rate of 24 percent. (Ignore any tax loss carryforward provisions and assume interest expense is fully deductible.) a. What is the company's net income/loss for 2021? (Do not round intermediate calculations and enter your answer as a positive value.) b. What is the company's operating cash flow? (Do not round intermediate calculations.) Answer is complete but not entirely correct. The author's strategy in the first two sentences is toAB(E)flatter those who would criticize popular opinionsincite readers to act in a manner inconsistent with their beliefsmoralize about the injustices present in societybuild a logical argument and support it with facts from historypromote an impression of sympathy with public preferences Assume the government implements a policy that causes a market to produce the socially optimal level of output. Which of the following must be true?- Equating marginal private benefit and marginal private cost must have resulted in inefficiencies in the market How do you define the range Mcq?. After the incorporation of BOOM cards in her lesson plans, Mrs.Ann has seen an increase in student averages from 72% to 75%. Express this change as a percentage.A-4.2% increaseB-96% increaseC-26% increaseD-38% increase Of the 120 students honored at an academic banquet, 40% won awards for mathematics and 55% for English. Fourteen of these students won awards for both mathematics and English. One of the 120 students is chosen at random to be interviewed for a newspaper article. What is the probability that the student won an award in mathematics or English? What was Sojourner Truth's view on slavery?. C. propan-1-one D. pentan-1-ol Question 2 ceiling - 1,8 m 3,5 m mais (2) [12] A girl stands on a table in a classroom. She throws a ball of 0.2 kg vertically downwards to the floor hoping that the ball, after it bounced on the floor, will hit the the classroom. of She throws the ball with a velocity of 8 m.s-1 from a height of 1,8 m above the floor. Ignore the effects of friction. Write down the magnitude and direction of the acceleration of the ball immediately after ball left her hand. ( Is the ball in free fall while it moves downwards? Answer YES or NO and give an explana for the answer. Calculate the magnitude of the velocity with which the ball hits the floor. 27. one psychological theory holds that the desire for sexual gratification, if frustrated or blocked, may eventually find expression in painting or the writing of poetry. Briefly explain how the diagram to the right makes a goodmodel to represent the decay of a radioactive element.You are encouraged to label the diagram.You must use complete sentences. Can you solve this for me? Thank you! :> Read the quotation from "Song of Myself."I too am not a bit tamed, I too am untranslatable,I sound my barbaric yawp over the roofs of the world. sqrt 8 + sqrt 32 - sqrt 2, find the exact value of the expressioni got 6 sqrt 2, but it was wrong. translate!el hermano ama a su hermana! Make into simplest form I. Need Hellp lIKE HELP the central nervous system consist of the brain and spinal cord. at which level of organization is the brain an example of? A __________ is a set of organized beliefs and rules that establishes how a society will attempt to meet its basic social needs.a. groupb. social organizationc. social institutiond. working group 8. Describe the structureof the executive branch. What are the three themes found in the sermon Sinners in the Hands of an Angry God?.