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:
a) x = 13
b) x = 7
Step-by-step explanation:
A) Since they have the same base of 2 so
x + 4 + (-5) = 12
x - 1 = 12
x = 13
b) Since they have the same base of -3 so
8 + x + 4 = 19
x + 12 = 19
x = 7
The equation is:
[e^x] [e^(2x)] = 4
1) Applying property of multiplication of powers wiith same base =>
e ^ (x + 2x) = 4
=> e ^ (3x) = 4
2) Applying logarigth properties
3x = ln(4)
=> x = ln(4) / 3 ≈ 1.38629 / 3 ≈ 0.4621
Answer: x = ln(4) / 3 ≈ 0.4621