Computers & Internet Logo

Related Topics:

Posted on Mar 09, 2008

Find the given function

F(x)=x2/x+4

  • ayres449 Aug 09, 2008

    How to factor polyinomials, rounding, and factoring in general.

    How is this performed on the Algebrator? Can the Algebrator

    solve word problems?

  • ayres449 Aug 09, 2008

    How to use the Algebrator to factor

×

1 Answer

sabado

Level 1:

An expert who has achieved level 1.

  • Contributor 1 Answer
  • Posted on Mar 12, 2008
sabado
Contributor
Level 1:

An expert who has achieved level 1.

Joined: Mar 12, 2008
Answers
1
Questions
0
Helped
47
Points
1

What is the answer?

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Can the FX9750GII derivate? please answer quickly tanks

Can it differentiate functions? Yes it can. More specifically, it can evaluate the 1st and 2nd derivatives of a given function at a given point (Numerical differentiation).
On any graphed function you can configure the calculator to display the first derivative. When tracing the curve, the 1st derivative is also shown at the trace point.

c04a53c2-032e-4fe9-9278-a6aaf00b855b.png
For any function, not graphed

0750b0fb-be6b-4105-8274-cdd5cd28b216.png

433f54d1-f2cc-44bd-a639-7625ccc6cbe7.png
1helpful
1answer

WHAT IS THE FORMULA FOR RADIUS

That would depend on what you're given. If you're given the diameter, divide it by two to get the radius. If you're given the circumference, divide it by 2pi.
0helpful
1answer

What is function of letters into key board

The function of letters into the keyboard is to type the specific letters and do what are the commands given to the computers.

Because if the letters on the keyboard without its functions, it is useless.
0helpful
2answers

What is the difference between electrical and electronics?

HI,

One view point is that "Electrical" relates to the development and delivery of the electrical energy to the various devices that perform specific functions in a given environment. Example: The alternator in your car that series of wires delivers electrical power / energy to various components (radio, the computer that monitors / controls operation of the engine) in todays cars.

Where as "Electronics" relates more to the complex functions performed within a given device, more often now days by circuits comprised of many micro electronic sub components that make up the structure of a single micro electronic component. Example: a typical CPU chip would / could contain thousands of individual transistor circuits within a device no bigger that the size of your small finger nail with room to spare.

GOODLUCK

4helpful
2answers

How to cancel HOLD function to activate controls?

By rotating the HOLD switch in the direction of the arrow given on back side, all the buttons are
inoperable.
If you press buttons while the HOLD function is activated, “HOLD” and the current time appears in the display.
If you rotate the HOLD switch to the opposite position, the HOLD function is released or canceled.

Please rotate the hold switch on the back side of your mp3 player opposite to the arrow mark given there.

Please go through the user manual if you are having any doubts.
manual

Hope this helps you
Thank you

0helpful
2answers

SQL Invalid cursor number 135 error

The error is being generated because you are trying to order on a value not in your selected fields e.g EFFECTIVE_DATE

You only have TRANSACTION_TYPE in your select statement
0helpful
1answer

Need help in Special Formatting Number

Here is one solution. You might consider adding more robust error handling.
if the decimal numbers passed to the div function are multiples i will be a non-zero number of that multiple otherwise i will be zero.

Dim i As Integer
i = div(12, 0)
If i = 0 Then
'not multiple
' do this
Else
' is multiple
' do something else
End If


Function div(ByVal numerator As Object, ByVal denominator As Object) As Integer
dim n , d decimal
Dim result As Decimal
Dim remainder As Decimal

If IsNumber(numerator) Is True _
And IsNumber(denominator) Is True Then
If numerator <> 0 Then
n = numerator
d = denominator
Else
GoTo error1
End If
Else
GoTo error1
End If
result = Decimal.divide(n, d)
remainder = Decimal.remainder(n, d)
If remainder = 0 Then
div = result
Else
div = 0
End If

Exit Function
error1:
msgbox("Numbers must be non-zero numerics", , "Multiple check error")
div = 0
End Function

End Function
0helpful
1answer

MS Excel 2007 SERIES function

First thing: Have yo downloaded *all* the updates available for Office 2007 from Windows Update?
Not finding what you are looking for?

57 views

Ask a Question

Usually answered in minutes!

Top SoftMath Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73781 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42221 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a SoftMath Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...