If a and −a are zeroes of the polynomial 3
2+ (2 − 5) − 7 , then value of k is
Answers
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>3dDice</title>
<style>
</style>
</head>
<body>
<input type="radio" name="roll" id="btnFront">Front
<input type="radio" name="roll" id="btnRight">Right
<input type="radio" name="roll" id="btnBack">Back
<input type="radio" name="roll" id="btnLeft">Left
<input type="radio" name="roll" id="btnTop">Top
<input type="radio" name="roll" id="btnBottom">Bottom
<div id="view">
<div id="dice">
<div class="diceFace" id="front">Front</div>
<div class="diceFace" id="right">Right</div>
<div class="diceFace" id="back">Back</div>
<div class="diceFace" id="left">Left</div>
<div class="diceFace" id="top">Top</div>
<div class="diceFace" id="bottom">Bottom</div>
</div>
</div>
<h3><a href="https://code.sololearn.com/WbdN9yqBRj20">Visit Some Other Codes Too!</a></h3>
</body>
</html>
Answer:
-8
Step-by-step explanation:
2+(2-5)-7
2+(-3)-7
2-3=-1
-1-7
-8ans