Saved Bookmarks
| 1. |
If `vecPxxvecQ=vecR`, then which of the following statements is not true:A. `vecRbotvecP`B. `vecbotvecQ`C. `vecRbot(vecP+vecQ)`D. `vecRbot(vecPxxvecQ)` |
|
Answer» Correct Answer - D `vecPxxvecQ=vecR` `vecR` is `bot` to plane of `vecP` and `vecQ` Thus `vecR bot vecP,vecR bot vecQ` and `vecR bot (vecR+vecQ)` |
|