[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1380.0. "an easy one for you." by SMD72J::WOOD (Petey P. Eight) Fri Feb 01 1991 09:28

    This seems to be the right place to put this question, so, here goes.
    
    I am working on a program to do some special things for my car
    expenses.  What I need mathematically is to have the following formula
    figured out for "X".
    
    (A * B * X/C) + (D * X) = E
    
    Now find         X = ?
    
    I am not sure that if I try to figure out my answer would be correct.
    That is probably because I spent to my hours trying to figure out what
    a french math insructor was trying to say.
    
    thanx
    .......jay
    
T.RTitleUserPersonal
Name
DateLines
1380.1Perhaps not the right place, butSUBURB::STRANGEWAYSThe brain's trussedFri Feb 01 1991 09:426
    
    X = E/( (A*B)/C + D )
    
    [In English. Maybe it's different in French?]
    
    Andy.
1380.2GUESS::DERAMODan D'EramoFri Feb 01 1991 09:507
        Or, the same thing,
        
                               E
        		X = -------
        		    A*B
        		    --- + D
                             C
1380.3HERON::BUCHANANHoldfast is the only dog, my duck.Fri Feb 01 1991 10:009
>    X = E/( (A*B)/C + D )
>    
>    [In English. Maybe it's different in French?]

	Dunno bout French, but in Polish it's EAB*C/D+/ 

:-)

Andrew.
1380.4Thanks to allSMD72J::WOODPetey P. EightFri Feb 01 1991 11:236
    Thanks for the fast reply from everyone!
    
    By the way, what I meant by the french instructor was that his english
    was not the best and I could not always understand him.
    
    ...jay
1380.5correction to .0SMD72J::WOODPetey P. EightFri Feb 01 1991 13:459
    ooooops
    
    (A * B * X/C) + (D * X) - F = E
    
    X = ?
    
    
    
    ...j
1380.6Essentially the same.CADSYS::COOPERTopher CooperFri Feb 01 1991 14:583
    Replace "E" by "E+F" in any of the previous replies.

				Topher