KBAI Lesson 2 -Mean end Analysis, Problem Reduction

I was planning to complete the lecture by Monday itself along with learning posts. But was working on the ROFL backend service tweaking and Tuesday was completely unwell due to which I was unable to complete the stuffs on time.

I know time for assignment one has crossed and I must for sure submit assignment two. Also peer feedback is open for assignment one. Which also i should complete at the earliest. But I wanted to start peer feedback once I complete the week 1 lectures so that I will be able to learn and understand the peer assignment well for peer feedback.

##What is Mean-End Analysis?

Mean end analysis is way of problem solving in which we solve problem by a path or comparing states with end state.

The problem we are trying to solve here is moving blocks on a table. We have some pre conditions also we have the end state on how the blocks are arranged.

###Few insights on this method of problem solving

##Problem Reduction

The problem we are trying to solve is blocks problems. Here we start with the place where the Means and analysis fails and arrive at a end state of smaller solution and try to solve to arrive at original solution

##Means and Analysis for Raven’s Problems In order to solve Raven’s problem via Means and Analysis method we have to do following

###Some insights

##Cognitive Connection