Answer:
A) Weighted graph is attached
B) Shortest routes are;
1. A → C → B → D → A
2. A → D → B → C → A
Step-by-step explanation:
A) We are told their home is in City A. So that's where any journey will begin from.
Furthermore we are told that;
City A to City B = 296 miles
City A to City C = 206 miles
City A to City D = 79 miles
City B to City C = 497 miles
City B to City D = 241 miles
City C to City D = 281 miles.
I have attached an image of the weighted graph showing the distances on the appropriate edges.
B) We want to find the shortest route using Brute force method. The brute force method is by solving a particular problem by checking all the possible cases/routes to get the desired result we are looking for.
In this case, the desired result is the shortest route for the family to complete their vacation. So, i have attached a diagram showing the different routes via brute force method.
From the brute force method, the shortest length route is 1023 miles and this routes are from Cities;
1. A → C → B → D → A
2. A → D → B → C → A
Answer:
a
Step-by-step explanation:
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Step-by-step explanation:
n = 0
because,
p^0 = 1
10000000^0 = 1
Answer:
Ba/De = Bc/Df
Step-by-step explanation:
Find there color in order to see what angle is equal to that
Hope this helps
Sorry if it was late
Answer:
Go through the explanation you should be able to solve them
Step-by-step explanation:
How do you know a difference of two square;
Let's consider the example below;
x^2 - 9 = ( x+ 3)( x-3); this is a difference of two square because 9 is a perfect square.
Let's consider another example,
2x^2 - 18
If we divide through by 2 we have:
2x^2/2 -18 /2 = x^2 - 9 ; which is a perfect square as shown above
Let's take another example;
x^6 - 64
The above expression is the same as;
(x^3)^2 -( 8)^2= (x^3 + 8) (x^3 -8); this is a difference of 2 square.
Let's take another example
a^5 - y^6 ; a^5 - (y ^3)^2
We cannot simplify a^5 as we did for y^6; hence the expression is not a perfect square
Lastly let's consider
a^4 - b^4 we can simplify it as (a^2)^2 - (b^2)^2 ; which is a perfect square because it evaluates to
(a^2 + b^2) ( a^2 - b^2)