Hello there!
Your question states: What is this expression 2(5x-1)+14
2 * 5x = 10x
2 * -1 = -2
10x + -2 + 14 = 10x + 12
Your answer is 10x + 12
Hope I helped!
Let me know if you need anything else!
~ Zoe
Step-by-step explanation:
you can relate both the unit in one form
Answer:
Step-by-step explanation:
// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"
myHostname = window.location.hostname;
var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];
function afterLoad() {
return
}
ieFixForFileSelectionOnChangeEventTimer = null;
function ieFixForFileSelectionOnChangeEvent(a) {
$("#siteName").toggle();
if ($("#inputFileSelection").val() == "") {
ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)
} else {
$("body")[0].focus()
}
}
function urlencode(a) {
return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")
}
Answer:
-15
Step-by-step explanation:
Given is a polynomial in x

We have to find the remainder when the above polynomial is divided by x+5
Remainder theorem says that f(x) gives remainder R when divided by polynomial x-a means f(a) = R
Applying the above theorem we can say that value of the function when x =-5
= Remainder when f is divided by x+5
= F(-5)
Substitute the value of -5 in place of x
= (-5)^4 + 12(-5)^3 + 30(-5)^2 - 12(-5) + 70
= 625-1500+750+60+70
= 5
Hence answer is 5
Answer:
-6
Step-by-step explanation:
-1+(-5)
You are moving down the numberline, then subtracting again because of the negative sign. -(1+5) is how I like to think of it.
So, 1+5=6, and you add the negative sign. -1+(-5)=-6.