Pablo necesita
7
8 de litro de leche para preparar una bebida. La jarra que usa tiene graduadas las medidas de 1
1
2 litros y
3
4 de litro, como se observa en esta figura.

Answers

Answer 1

Answer:

i don't speak Spanish but I think it's 3


Related Questions

Find the circumference.
Use 3.14 for T.
r = 4 cm
C = ? cm
C =

Answers

Answer:

25.12 cm

Step-by-step explanation:

The circumference of a circle can also be understood as the perimeter of the circle.

Circumference of circle= 2πr= πd

r refers to radius while d refers to diameter

Given that r= 4,

circumference of circle

= 2(π)(4)

= 8π

≈ 8(3.14)

= 25.12 cm

To learn more about circumference of circle, check out: https://brainly.com/question/27177006

90.97 ÷ 8.6 =

please help me!

Answers

10.57

I hope this helps

Which is a correct way of writing the equation of the line that passes through the points shown in the
table?
XY
-2-2
02
26

Answers

The correct way of writing the equation of the line that passes through the points are y = -3x - 5.

What are equation ?

Two expressions are combined by the equal sign to form a mathematical statement known as an equation. For instance, a formula might be 3x - 5 = 16. After solving this equation, we learn that the value of the variable x is 7.

The slope-intercept form, point-slope form, and standard form are the three primary types of equations. These equations provide sufficient details about the line to make graphing them simple.

To learn more about equation from the given link:

brainly.com/question/10413253

#SPJ9

7/39
in lowest terms.

Answers

Answer: 7/39

Step-by-step explanation:

Find the GCD (or HCF) of numerator and denominator GCD of 7 and 39 is 1

Divide both the numerator and denominator by the GCD 7 ÷ 1 39 ÷ 1

Reduced fraction: 7 39 Therefore, 7/39 simplified to lowest terms is 7/39.

Ty was making a map of his neighborhood and decided to use the scale of 1 inch : 2 miles. He measured that the distance from his garage to the entrance of the skatepark was 3,520 feet. How far should he make this distance on his map? (note 1 mile = 5,280 feet). Write your answer as a fraction.

Answers

The distance on the map is 3/4 inch

Given data

scale of the map = 1 inch : 2 miles

measurement from garage to the entrance of the skatepark = 3,520 feet

1 mile = 5,280 feet

How to solve for the distance on his map

The required measurement to convert to map measurement = 3520 feet

we solve for number of miles in 3520 feet knowing that 1 mile = 5,280 feet.  we solve this by:

5280 / 3520= 3 / 2 miles

so if scale of the map is 1 inch : 2 miles

x : 3 / 2 miles

we cross multiply to find x as

x = 3/2 / 2

x = 3/4

The distance on the map is 3/4 inch

Read more on maps here: https://brainly.com/question/1425367

#SPJ1

how do i solve for 6+3+11/4=5

Answers

Answer:

6+3+11/4[tex]\neq[/tex]5

Step-by-step explanation:

Answer:

The answer to the question is 0

please help!
maths geometry

Answers

Step-by-step explanation:

the diagonals in a square are intersecting each other at 90°.

that means that G1 + G2 = 90

and because of the symmetry of a kite, it also means that G1 = G2.

combined this tells us

G1 = G2 = 90/2 = 45°.

also due to its symmetry one of the rules of a kite is that its diagonals are also intersecting each other at 90°.

so,

E1 = E2 = 90°.

the sum of all angles in a triangle is always 180°.

so,

180 = F1 + G1 + (D2 + D3) = F1 + 45 + 110

F1 = 180 - 45 - 110 = 180 - 155 = 25°

again, due to the symmetry of the kite

F1 = F2 = 25°.

also

C2 + C3 = D2 + D3 = 110°

due to the properties of a square (e.g. the angle in every corner is 90°, the diagonals are splitting each corner angle in half) we know that

D1 = D2 = 45°.

and again, therefore

C1 = C2 = D1 = D2 = 45°

and so

(1)

due to the law of the angles of a line intersecting parallel lines are equal for every parallel line, we see that

the line BD intersects the lines AD and GEF equally at 45°. therefore, GEF || AD.

(2)

as we know that F1 = F2 = 25°,

F1 + F2 = 2×25 = 50°

(3)

the angles in the triangle GDE are

E1 = 90°

D2 = 45°

G1 = 45°

the angles of GE and DE with their baseline GD are equal, that means this is an isoceles triangle, meaning the legs have an identical length, and therefore

DE = GE.

(4)

as GDE is a right-angled triangle we can use Pythagoras :

GD² = GE² + DE² = 2×DE² = 2×GE²

GD = 3×sqrt(2)

GD² = 9×2 = 18

18 = 2×DE² = 2×GE²

DE² = GE² = 18/2 = 9

DE = GE = 3

Find two numbers that have a sum of -10 and a product of -56.

Answers

-14 and 4 is the answer

I'm looking for a full positive integer for K as my answers.

Answers

The value of full positive integer k such that  [tex]O(n^k)[/tex] is the most restrictive polynomial-time upper bound of f(n) are as follows : (A) 9 (B) no integer exists (C)5/3(not an integer) (D)no integer exists (E) [tex]3e^{99}[/tex]

Using the Lower and Upper Bound Theory, it is possible to identify the algorithm with the lowest level of complexity. Let's quickly review what Lower and Upper bounds are before we can understand the theory.

If there are two constants C and N such that U(n) = C*g(n) for n > N, then g(n) is the Upper Bound of A. Let U(n) be the running time of an algorithm A(say). An algorithm's upper bound is displayed using the asymptotic notation Big Oh(O).If there are two constants C and N such that L(n) >= C*g(n) for n > N, then g(n) is the Lower Bound of A. Let L(n) be the running time of an algorithm A(say). The asymptotic notation known as Big Omega displays an algorithm's lower bound.

A)[tex]2^{lg(3n+4n+5)}+lg {\spaceh} n \inO(n^k)[/tex]

or, [tex]O(2^{lgn^9}+lgn)\inO(n^k)[/tex]    since   [tex]3n^9+4n+5=O(n^9)[/tex]  

or, [tex]O(2^{lgn^9})\in O(n^k)[/tex] as [tex]2^m+lg m=O(2^m)[/tex]

Applying lg 2 on both sides we get:

[tex]lg_22^{lgn^9}=lg_2n^k[/tex]

solving we get:

k=9 × lg2 × lg n

At n=1/2

k=9

Hence the minimum integer for K is 9.

B) [tex]7lgn+13lg^5n\in O(n^k)[/tex]

Solving for k we get:

k=lgₙ(lg⁵n)

C) [tex]\sqrt[3]{7n^5+2n^3-4}\in O(n^k)[/tex]

Solving by exponent rule we get:

[tex]O(n^{5/3})\in O(n^k)[/tex]

k=5/3

D)[tex]13lg2^{3^n\inO(n^k)}[/tex]

or, [tex]k=lg_n(lg2^{3^n})[/tex]

E)[tex]7^{20!+1} \inO(n^k)[/tex]

As we don't have any term of n on the Left Hand Side, therefore no most restrictive polynomial-time upper bound exist for [tex]O(n^k)[/tex]

[tex]k=e^{99}[/tex]

To learn more about upper bound of a polynomial visit:

https://brainly.com/question/22965427

#SPJ9

Question 8 of 10
What
transformation was not done to the linear parent function, f(x) = x, to
get the function g(x) = -1/(x+5)+7?
A. Shifted up 7 units
B. Shifted right 5 units
C. Vertically compressed by a factor of 2
D. Reflected over the x-axis

Answers

The transformation was not done is Shifted right 5 units and vertically compressed by a factor of 2.

If the function f(x) reflected across the x-axis, then the new

 function g(x) = - f(x)

If the function f(x) reflected across the y-axis, then the new

 function g(x) = f(-x)

If the function f(x) translated horizontally to the right  

 by h units, then the new function g(x) = f(x - h)

If the function f(x) translated horizontally to the left  

 by h units, then the new function g(x) = f(x + h)

If the function f(x) translated vertically up  

 by k units, then the new function g(x) = f(x) + k

If the function f(x) translated vertically down  

 by k units, then the new function g(x) = f(x) – k

A vertical stretching is the stretching of the graph away from

 the x-axis

A vertical compression is the squeezing of the graph toward

 the x-axis.

If k > 1, the graph of y = k*f(x) is the graph of f(x) vertically

 stretched by multiplying each of its y-coordinates by k.

If 0 < k < 1 (a fraction), the graph is f(x) vertically compressed

 by multiplying each of its y-coordinates by k.

If k should be negative, the vertical stretch or compress is

 followed by a reflection across the x-axis.  

So, we can write,

f(x) = x

g(x) = -1/(x+5)+7

-1 means the graph is vertically compressed by a factor of 1

 and reflected over the x-axis

x + 5 means the graph shifted to the left 5 units + 7 means the graph shifted up 7 unitsReflected over the x-axis

Therefore,

The transformation was not done is Shifted right 5 units and vertically compressed by a factor of 2.

To learn more about linear parent function visit : brainly.com/question/18599661

#SPJ9

2 x 2 x 2 x 2 ( 5.2 - 3.2 ) divided by 4

Answers

Answer:

8

Step-by-step explanation:

you first do operation in the brackets and then multiply and then divide:

2*2*2*2*2 / 4 = 8

8
gogvhchcgcgcgcgchcchchvuvhhvucucuvuvigviivfudydufvjufuryiohkgjfjgohk

how to construct a population data set for which N=6 u=5

Answers

A population with 6 elements and mean 5 is given by:

4, 4, 5, 5, 6, 6

What is the mean?

The mean of a data-set is given by the sum of all observations in the data-set divided by the number of observations.

Hence, for this problem, we need 6 observations which add to 30, hence one possible population is:

4, 4, 5, 5, 6, 6

More can be learned about the mean of a data-set at https://brainly.com/question/24628525

#SPJ1

Given the points A (-4,-2) and B (4, 10), find the
coordinates of point P on directed line segment AB that is 3/4 is of the way from A to B.

Answers

Answer:

  P = (2, 7)

Step-by-step explanation:

You want to find coordinates of P on segment AB such that P is 3/4 is of the way from A to B.

Equation for P

For some fraction q of the distance from A to B, the point P that lies at that fraction of the distance is given by ...

  P = A +q(B -A) = (1 -q)A +qB

Application

For q = 3/4, the location of P is ...

  P = (1 -3/4)A + 3/4B = (A +3B)/4

Using the given point coordinates, we have ...

  P = ((-4, -2) +3(4, 10))/4 = (-4 +12, -2 +30)/4 = (8, 28)/4

  P = (2, 7)

The function f(x) = |x| is graphed over the interval [−6, 3].
Which translation of the graph has the domain [−3, 6]?

A. g(x) = |x| + 3
B. g(x) = |x + 3|
C. g(x) = |x| − 3
D. g(x) = |x − 3|

Answers

The translation of the graph that has the domain [−3, 6] is:

B. g(x) = |x + 3|.

What is a translation?

A translation is represented by a change in the function graph, according to operations such as multiplication or sum/subtraction either in it’s definition or in it’s domain. Examples are shift left/right or bottom/up, vertical or horizontal stretching or compression, and reflections over the x-axis or the y-axis.

In this problem, the parent function is given by:

f(x) = |x|.

The domain changed by [−6, 3] to [-3,6], meaning that 3 units was added to each bound of the domain, hence x -> x + 3 and:

g(x) = |x + 3|.

Which means that option B is correct.

More can be learned about translations at https://brainly.com/question/4521517

#SPJ1

Consider the axiomatic system and theorem below:



• Axiom 1: If there is a pair of points, then they are on a line together.

• Axiom 2: If there is a line, then there must be at least two points on it.

• Axiom 3: There exist at least two distinct points.

• Axiom 4: If there is a line, then not all the points can be on it.


Theorem 1: Each point is on at least two distinct lines.



A. List all undefined terms involved in the given axiomatic system, including all elements and relations.


B. Explain how the axioms require that the system has three distinct points.


Note: The use of models may be helpful in developing this explanation.


C. Prove theorem 1 for three points, using only the provided axioms.


Note: You do not need to use all four axioms.

Answers

(A) Undefined terms are Point and Line.

(B)  Each point has at least two separate lines.

(C)  "P" does not lay on "m," hence the statement is contradictory.

A set of axioms from which one or more theorems may be logically deduced is known as an axiomatic system in mathematics and logic. A theory is a coherent, mostly self-contained body of knowledge that typically includes an axiomatic framework and all of the theorems that are deduced from it.

(A) Undefined terms are :

A location is a point. It is empty, meaning it has no width, length, or depth. A dot indicates a point.

A line is described as a collection of points that stretches in both directions indefinitely.

(B) Each point now has at least two separate lines.

A line 's' that is not incident on point 'P' must exist according to axiom 4 if we use point 'P' as our starting point.

Axiom 2 states that if a line exists, it must have the two points "R" and "S" on it.

(C) Since "P" does not lie on "m." P thus differs from 'e' and 's'

Points that stand out. They are different because they would be referred to as "m" if both lines "n" and I passed via "r" and "s."

However, "P" does not lay on "m," hence the statement is contradictory.

So it is proved

To know more about the Axiomatic system, refer to this link :

https://brainly.com/question/1600228?referrer=searchResults

#SPJ1

What is 31/50 as a percent

Answers

Answer:

62%

Step-by-step explanation:

31/50 can be multiplied by 2 to get 62/100. 62/100 is equal to 62%. to get percents, attempt to get the demoninator (bottom number in fraction) to be 100, then the top number is the percent (because its basically saying 62 out of 100 pieces, which is 62 percent)

Solve F(x)=2x²+3x+5
Help please, very difficult.

Answers

Answer:

No Solution

Step-by-step explanation:

Determine the cardinality of the given set.​

Answers

Answer:

1.) 9

2.) 15

3.) 7

Step-by-step explanation:

1.) There are no repeat letters, so the cardinality is the number of letters, here 9

2.) There's half the numbers from 1 to 30 in the set, so 30/2 = 15

3.) There are 7 distinct days of the week, so the answer is 7

Determine the number of 1/2 inch cubes that can pack the prism shown

Answers

The total number of Cubes that can be packed in the Rectangular Prism will be 84 Cubes

In the picture mentioned below, We have a Rectangular prism with the dimensions Length = [tex]3\frac{1}{2}[/tex] in, Breadth = 2 in, Height =  [tex]1\frac{1}{2}[/tex] in

Also, It is given that cubes of Dimension [tex]\frac{1}{2}[/tex] inches are to be packed in the Rectangular Prism.

Firstly, We need to find the volume of Both the Prism & the Cube.

Since, The it is a Rectangular Prism, Volume of cuboid = ( l*b*h )

Volume of Prism, V1 = l*b*h => l =[tex]3\frac{1}{2}[/tex], b = 2, h = [tex]1\frac{1}{2}[/tex]

                        => V1 = [tex]3\frac{1}{2} * 2 * 1\frac{1}{2}[/tex]    => V1 = 10.5 [tex]in^{3}[/tex]

Volume of Cube, V2 = l * l * l => l = [tex]\frac{1}{2}[/tex]

                       => V2 = [tex]\frac{1}{2} * \frac{1}{2} * \frac{1}{2}[/tex]       => V2 = 0.125 [tex]in^{3}[/tex]

To find out the number of cubes that can fit inside the prism we need to divide the volume of the prism by the volume of cube => V1/V2

                       =>  N =  [tex]\frac{V1}{V2}[/tex]  =>  [tex]\frac{10.5}{0.125}[/tex]

                       =>  N = 84 Cubes.

Hence, the Total number of cubes that can fit inside the Prism will be 84.

To know more about the volume of  Cuboid, Click here :

https://brainly.com/question/46030

#SPJ1

Write an equation in point-slope form of the line
(-7,2); m=2

Answers

Answer: y - 2 = 2(x + 7)

Step-by-step explanation:

        Point-slope form is written as y - [tex]y_{1}[/tex] = m(x - [tex]x_{1}[/tex]) where m is the slope and ( [tex]x_{1}[/tex], [tex]y_{1}[/tex]) are points on the line.

y - [tex]y_{1}[/tex] = m(x - [tex]x_{1}[/tex])

y - 2 = 2(x + 7)

i need a equation for 4x + 12 = 64

thanks :)

Answers

Answer: x=13

Step-by-step explanation: i think

Mr jacobs backyard mesures 150 ft. he wants to fence it to secure his garden, how many meters of fence would he need?

Answers

The number of meters of fence he would need is 45.72 meters

How to determine how many meters of fence would he need?

The given parameters are

Length of backyard = 150 ft

As a general rule, we have the following conversion equation

1 foot = 0.3048 meters

So, we have

Length of backyard = 150 * 0.3048 meters

Evaluate the product

So, we have

Length of backyard = 45.72 meters

Hence, the number of meters of fence he would need is 45.72 meters

Read more about perimeter at

https://brainly.com/question/24571594

#SPJ1

Out of 350 racers who started the marathon, 310 completed the race, 30 gave up, and 10 were disqualified. What percentage did not complete the marathon?

Answers

Answer:

The answer is %11.42 I think

Step-by-step explanation:

30+10=40

40/350= 0.1142

0.1142x100= %11.42

First divide the total of people who didn't complete the race by the total of racers which is 350 total racers.

Then u multiply ur answer by 100 to get ur percentage which is 11.42.

geometry NEED HELP ASAP THX

Answers

By consideration of congruence and collinearity, the value of x behind the geometric system formed by two collinear linear segments is equal to 3 / 8.

What is the value of the variable behind a geometric system formed by two collinear line segments?

Two line segments are congruent when the line segments have the same length, then the following condition has to be fulfilled:

AB = BC      (1)

Where AB and BC are the lengths of the line segments AB and BC.

If we know that AB = 4 · x + 1 and BC = 20 · x - 5, then we solve the equation for x is:

4 · x + 1 = 20 · x - 5

6 = 16 · x

16 · x = 6

x = 6 / 16

x = 3 / 8

Then, the value of x behind the geometric system formed by two collinear linear segments is equal to 3 / 8.

To learn more on collinear line segments: https://brainly.com/question/17719606

#SPJ1

Lines a & m are parallel. Using the diagram below, what is the degree measure of angle 2?
Enter the numerical answer only. Example, if the answer is 12 degrees, only enter 12.

Answers

Answer:

27

Step-by-step explanation:

just subtract 153 from 180

sin 496.4 degrees
Please don’t give just the answer! I would like to fully understand how you got to your answer, thank you!

Answers

The value of Sin 496.4° is 0.6896.

Trigonometry functions:

Trigonometry is a type of mathematics that deals with the specific function of angles and their application.

There are six functions of an angle used in trigonometry sine(sin), cosine(cos), tangent(tan), cotangent(cot), secant(sec) and cosecant(cosec). All these functions are based on the measurement of the triangle.

Given,

Sin 496.4°

Here we need to find the value of it.

While using the sine table,

The value of 496.4° = 0.6896

To know more about Trigonometry Functions here.

https://brainly.com/question/15278775

#SPJ1

Pomoże ktoś z matematyki?

Answers

Przykład 5.

a) The plot cross the horizontal line [tex]y=2[/tex] when the time is [tex]t=5,5[/tex], so it took 5,5 s to cover the first 2 m.

b) If [tex]f(x)[/tex] denotes the distance from the starting position of the object, then its average speed over the entire 6-s period is

[tex]v_{\rm ave} = \dfrac{3\,\mathrm m - 0\,\mathrm m}{6\,\mathrm s - 0 \,\mathrm s} = \dfrac36 \dfrac{\rm m}{\rm s} = \boxed{0,5 \dfrac{\rm m}{\rm s}}[/tex]

c) In the last 3 seconds, the object covers a distance of

[tex]3\,\mathrm m - 1\,\mathrm m = \boxed{2\,\mathrm m}[/tex]

d) False. The average speed over the first 3-s period is

[tex]v_{\rm ave[0,3]} = \dfrac{1\,\mathrm m - 0\,\mathrm m}{3\,\mathrm s - 0\,\mathrm s} = \dfrac13 \dfrac{\rm m}{\rm s} \approx 0,33 \dfrac{\rm m}{\rm s}[/tex]

while over the second 3-s period, it is

[tex]v_{\rm ave[3,6]} = \dfrac{3\,\mathrm m - 1\,\mathrm m}{6\,\mathrm s - 3\,\mathrm s} = \dfrac23 \dfrac{\rm m}{\rm s} \approx 0,66\dfrac{\rm m}{\rm s} \neq 0,33\dfrac{\rm m}{\rm s}[/tex]

Przykład 2.

In total there are

8 + 24 + 28 + 16 + 4 = 80

graded assignments. Compute the percentages of students whose scores fall into the given categories:

• 0-8 : 8/80 = 1/10 = 10/100 = 10%

• 9-16 : 24/80 = 3/10 = 30/100 = 30%

• 17-24 : 28/80 = 7/20 = 35/100 = 35%

• 25-32 : 16/80 = 1/5 = 20/100 = 20%

• 33-40 : 4/80 = 1/20 = 5/100 = 5%

See the attached pie chart.

Zadanie 3.

From the plot, it appears that Mateusz

• took 6 min to reach the bus stop

• waited for 2 min

• took 5 min to return home

• took 1 min to grab his notebook

• took 5 min to return to the bus stop

• waited for 3 min

• and after the bus arrives, moves further away over the next 4 min

This means the total time Mateusz needed to (1) return home to get the notebook, (2) find the notebook, and (3) return to the bus stop is

5 min + 1 min + 5 min = 11 min

Zadanie 4.

True. Mateusz walks the distance between his house and the bus stop within the first 6 min, which is 2/5 of 1 km = 0,4 km = 400 m.

True. The bus arrives after 22 min, and its average speed is equal to Mateusz's average speed over the next 4 min. At 22 min, he is 0,4 km from home, and at 26 min, he is 4 km away from home, so the average speed is

[tex]v_{\rm ave} = \dfrac{4\,\mathrm{km} - 0,4\,\mathrm{km}}{26\,\mathrm{min} - 22\,\mathrm{min}} = \dfrac9{10} \dfrac{\rm km}{\rm min} = 0,9\dfrac{\rm km}{\rm min}[/tex]

Convert the speed to km/h.

[tex]\dfrac9{10} \dfrac{\rm km}{\rm min} \times \dfrac{60\,\rm min}{1\,\rm h} = 54 \dfrac{\rm km}{\rm h}[/tex]

find last years salary if after a 2% pay raise this years salary is $40,290

Answers

Answer:

2/100*40290

=805.8

40290 - 805.8

=$39484. 2

Write 5 x 10^-4 in standard notation

Answers

The correct answer is 0.0005.

3x divided by -8 = -21 divided by 4. The answer is 14. I'm trying =g to figure out why it was not a negative 14

Answers

Answer:

See explanation

Step-by-step explanation:

3x/(-8)=-21/4

-3x/8=-21*8/4

-3x*8/8=-21*8/4    ==> multiply 8 on both sides to get rid of denominator

-3x=-21*2

-3x=-42

3x=42   ==> Multiply by -1 on both sides to get positive values on both sides

x=14

Other Questions
____ is behavior directed at gaining power and controlling the behavior of others. What would a streak plate look like if you had not sterilized the loop between streaking into the new areas of the plate? hello fabulous1a please be in comments i need an answer for this question please when you answer tell me which one you're answering Suppose you borrowed $14,000 at a rate of 10.0 nd must repay it in 5 equal installments at the end of each of the next 5 years. how much interest would you have to pay in the first year? which word is an example of an iamb? Choose the best meaning for the underlined word in the passage below.My Dad tried to cook Thanksgiving dinner this year. The turkey was a little bit undercooked, and he had to use a sieve to get the lumps out of his homemade gravy! a.strainerb.whiskc.flour mixtured.handheld blenderPlease select the best answer from the choices providedABCD kai is using clay to make bowls. each bowl uses 4/5 Ib of clay. Kai has 2 2/5 Ib of clay. How many bowls can Kai make? pls help! Rewrite each sum in the form a(b+c) using the Distributive Property and the GCF.12+ 20 =36 +15=24 +18=20 +50=6 +22=60 + 25 = Solve: |-5| + |12| =* notice that the slope between points a and b is relatively flatter than it is between points c and d. what does the slope of a curve between two points have to do with the opportunity cost of producing additional units of a good your friend claims that the moons repeated orbit around the earth causes the cycle of the moons phases Given that A, O & B lie on a straight line segment, evaluate the size of the smallest angle. Find the z-intercepts and the coordinates of the vertex for the parabola y=x2+6x+5 if there is more than one x intercept awpweate them with commas What precise meaning do you attach to the statement r = (24.0 0.3) mm, where r is the radius of a tube. In a mixed strategy? a. the payoffs are mixed during each round. b. the order of who chooses first is mixed. c. moves can be predicted. d. players try to avoid demonstrating a pattern. Samuel wanted to rent a bike. The rental fee cost $10 dollars plus $5 for each hour. Part A. Write an expression to represent this scenario where h represents the number of hours. Part B. Write and solve an equation to determine how many hours Samuel can rent the bike if he has a $30 budget. Show your work.? How much energy is contained in 1 mol of each? a. x-ray photons with a wavelength of 0.135 nm b. g-ray photons with a wavelength of 2.15 * 10-5 nm ar AllOEEStructures of Epic Poetry AssessmentCCSee MoreE A A A T 12No PresetsSToing ora man CARICU by Tato, who came from the bodor oF TOY TO Tary. moland and you hadhurled him about, by the will of the gods, by savage Juno's cruel anger. The man also sufferedgreatly in war, until he founded a new city and brought his gods there: whence came the Latin race,and our Alban fathers, and the high city walls of noble Rome.IvDeMuse, tell me why the queen of gods was offended in her divinity. Why did she drive a man, notedfor virtue, to endure such dangers, to face so much misfortune? Can the minds of the gods holdsuch anger?1. Which structural element (invocation to the Muse, in medias res, flashback) is present in thisexcerpt?DraweCaSaved Question 1(Multiple Choice Worth 2 points)(02.05 LC)Which of the following should not appear in a thesis statement for a problem and solution essay?A possible solution or solutionsSpecific research and facts from sourcesThe problemO Who or what is affected which are similarities between the first and second stages of kohlbergs theory? select all that apply. one, some, or all responses may be correct.