document.write( "Question 627906: Translate and find value . If the product of three numbers is 48 and two of the numnbers are 3 and 8 what is third number? \n" ); document.write( "
Algebra.Com's Answer #395205 by Susmitha(21)\"\" \"About 
You can put this solution on YOUR website!
let the three numbers be a, b and c.
\n" ); document.write( "given two numbers are 3 and 8.
\n" ); document.write( "let a=3 and b=8, c=?
\n" ); document.write( "a*b*c=48
\n" ); document.write( "3*8*c=48
\n" ); document.write( "24*c=48
\n" ); document.write( "c=48/24
\n" ); document.write( "c=2
\n" ); document.write( "therefore 2 is the required third number.
\n" ); document.write( "so you want me to solve for x in the equation 6x+4=40
\n" ); document.write( "6x=40-4
\n" ); document.write( "6x=36
\n" ); document.write( "x=36/6
\n" ); document.write( "x=6
\n" ); document.write( "
\n" );