mechSolverCommon.initJSAV("algebrademo-1-PPRO", "SI", 1200)

Given the following situations with three forces F1,F2,F3:

  • All the forces applied in the same direction have a result of 5 N
  • Changing the direction of F2 results in 7 N
  • Changing the direction of F2 and F3 from original results in 3 N

What are the forces

F1 = ?

F2 = ?

F3 = ?



[ mechSolverCommon.globalSolutionBoxes ]
var answer = mechSolverCommon.checkAnswer(); if (!guess[0] && !answer) { return ""; // User did not click, and correct answer is not // initial array state } else { return answer; }