+0  
 
0
769
3
avatar
So i'm doing some physics exersises, and i get this to solve and round do the scientific notation.

a=8,0*10^5
b=2,3
c=631

p=b+c=
y=p*a=

So i know p=b+c= 633,3
But everytime i fill in 50*10^7 or 5,0*10^8 at 'y=p*a=' it sais i'm wrong.

Can anyone help me?
 Dec 5, 2012
 #1
avatar+3146 
0
a=8,0*10^5
b=2,3
c=631

LauweJoster:

p=b+c=


[input]a=8.0*10^5; b=2.3; c=631; b+c[/input]

LauweJoster:

y=p*a=


[input]a=8.0*10^5; b=2.3; c=631; p=b+c; p*a[/input]
[input]506640000[/input]
 Dec 5, 2012
 #2
avatar
0
It still sais it isn't right :/
I have to round to the smallest amount of significant digits, but that doesn't work.
 Dec 5, 2012
 #3
avatar
0
LauweJoster:


But everytime i fill in 50*10^7 or 5,0*10^8 at 'y=p*a=' it sais i'm wrong.



Why are you doing 5e8? a=8e5.
 Dec 9, 2012

5 Online Users

avatar