A search tree is as follows, nodes 8 and 11 are the goal nodes: 1. If Breadth First Search (BFS) is utilized as the search strategy (choosing leftmost branches first ), then what is the fringe after the agent has explored five (5) nodes? a. {11, 3, 4, 7, 8, 9} b. (11, 3, 4) c. {6, 10, 11, 7, 12, 13, 8, 9} d. {6, 7, 8, 9} 2. If Depth First Search (DFS) is utilized as the search strategy (choosing leftmost branches first ), then what is the fringe after the agent has explored five (5) nodes? a. {6,7, 8, 9} b. {11, 3, 4, 7, 8, 9} c. {11, 3, 4} d. {6, 10, 11, 7, 8, 9} e. {11} 3. If Depth First Search (DFS) is utilized as the search strategy (choosing leftmost branches first ), then what is the solution an agent would find after search? a. 1->2->3->4->8 b. 1->2->5->6->11 c. 1->4->8 d. 1->2->6->11
A search tree is as follows, nodes 8 and 11 are the goal nodes:
1. If Breadth First Search (BFS) is utilized as the search strategy (choosing leftmost
branches first ), then what is the fringe after the agent has explored five (5) nodes?
a. {11, 3, 4, 7, 8, 9}
b. (11, 3, 4)
c. {6, 10, 11, 7, 12, 13, 8, 9}
d. {6, 7, 8, 9}
2. If Depth First Search (DFS) is utilized as the search strategy (choosing leftmost branches
first ), then what is the fringe after the agent has explored five (5) nodes?
a. {6,7, 8, 9}
b. {11, 3, 4, 7, 8, 9}
c. {11, 3, 4}
d. {6, 10, 11, 7, 8, 9}
e. {11}
3. If Depth First Search (DFS) is utilized as the search strategy (choosing leftmost branches
first ), then what is the solution an agent would find after search?
a. 1->2->3->4->8
b. 1->2->5->6->11
c. 1->4->8
d. 1->2->6->11
![10
12
013](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F96eb680b-bf96-4b4b-a2da-be1777b93ea0%2Facb42e83-a205-400d-9629-7e706aeec119%2Fzutfeis_processed.png&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
My question is how can you move from node 5 to node 10 when node 10 is not a children of node 5
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)